8 Mar
2018
8 Mar
'18
12:52 p.m.
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;