commit | 2ca471379b471dc0d31459974d7cc4b54c824956 | [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 | 2850266965ade165f913a66f679a0449faf21180 [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>