x86: sound: Add sound support for samus (broadwell)
authorSimon Glass <sjg@chromium.org>
Sun, 17 Feb 2019 03:25:06 +0000 (20:25 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 20 Feb 2019 07:27:11 +0000 (15:27 +0800)
commit7b96c6c89af622cd39c2050e55dc6697da55c429
treea690abc3cb43974b3ee5414c9a91a6f8756cefbf
parentcf885929a601ba851ce95da236d5b2470850d368
x86: sound: Add sound support for samus (broadwell)

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>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/sound/Makefile
drivers/sound/broadwell_sound.c [new file with mode: 0644]