[alsa-devel] [PATCH 6/6] ASoC: samsung: Add HDMI audio support for Chromebook Snow
Sylwester Nawrocki
s.nawrocki at samsung.com
Thu Mar 8 12:52:31 CET 2018
On 03/07/2018 06:04 PM, Sylwester Nawrocki wrote:
> + /* In the multi-codec case codec_dai 0 is HDMI and 1 is MAX98095. */
Oops, it should be the other way around, now it contradicts the DT binding
documentation. I'm going to post v2.
> + if (rtd->num_codecs > 1)
> + codec_dai = rtd->codec_dais[1];
> + else
> + codec_dai = rtd->codec_dai;
More information about the Alsa-devel
mailing list