
18 Feb
2019
18 Feb
'19
10:47 a.m.
On Sun, Feb 17, 2019 at 11:26 AM Simon Glass sjg@chromium.org wrote:
Add a sound driver for samus which ties together the audio codec and I2S controller.
For now broadwell_sound is commented out in the makefile since we cannot compile it without sound support enabled. The next commit fixes this.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
drivers/sound/Makefile | 2 +- drivers/sound/broadwell_sound.c | 65 +++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 drivers/sound/broadwell_sound.c
Reviewed-by: Bin Meng bmeng.cn@gmail.com