commit | b67c18d75418af4ba7c474ae7c1d454aa91f48d3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Feb 16 20:24:55 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Feb 20 15:27:09 2019 +0800 |
tree | 983fe8748d877c73a8cbbfb277d6c6078ebea30e | |
parent | ecd02e7e96244854a595f5895f2db0aa4b9d0aed [diff] |
sound: Add support for Intel HDA The Intel High-definition Audio is a newer-generation audio system which provides for transfer of a large number of audio stream, each containing up to 16 channels. Add support for HDA as a library which can be used by other drivers. U-Boot currently uses only two channels (stereo). Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>