On Tue, Jan 22, 2019 at 9:14 AM Simon Glass <[email protected]> wrote: > > Some audio codecs such as Intel HDA do not need to use digital data to > play sounds, but instead have a way to emit beeps. Add this interface as > an option. If the beep interface is not supported, then the sound uclass > falls back to the I2S interface. > > Signed-off-by: Simon Glass <[email protected]> > --- > > arch/sandbox/include/asm/test.h | 16 ++++++++++++ > drivers/sound/sandbox.c | 46 ++++++++++++++++++++++++++++++--- > drivers/sound/sound-uclass.c | 34 +++++++++++++++++++++++- > include/sound.h | 44 +++++++++++++++++++++++++++++++ > test/dm/sound.c | 21 +++++++++++++++ > 5 files changed, 157 insertions(+), 4 deletions(-) >
Reviewed-by: Bin Meng <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

