summaryrefslogtreecommitdiffstats
path: root/include/hda_codec.h
Commit message (Collapse)AuthorAgeFilesLines
* sound: Add support for Intel HDASimon Glass2019-02-201-0/+103
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>