commit | 7b96c6c89af622cd39c2050e55dc6697da55c429 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Feb 16 20:25:06 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Feb 20 15:27:11 2019 +0800 |
tree | a690abc3cb43974b3ee5414c9a91a6f8756cefbf | |
parent | cf885929a601ba851ce95da236d5b2470850d368 [diff] |
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>