Re: [U-Boot] [PATCH v2 22/34] sound: Add support for Intel HDA

2019-02-18 Thread Bin Meng
On Sun, Feb 17, 2019 at 11:26 AM Simon Glass wrote: > > 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] [PATCH v2 22/34] sound: Add support for Intel HDA

2019-02-16 Thread Simon Glass
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