commit | 5b6e44eabd5318835b6819ee067a30fd34d08d47 | [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 | 12b3b5845f84ee0ebb3e1a7e3e2384934c18c6a9 [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>