Skip to content

Commit e68d669

Browse files
sathya-nujellabroonie
authored andcommitted
ASoC: SOF: Intel: hda: Add iDisp4 DAI
TGL supports more than three iDisp DAI's. Add support for iDisp4 CPU DAI. Without this patch, we saw the below error on our TGL DUT: sof_rt5682 tgl_max98357a_rt5682: ASoC: CPU DAI iDisp4 Pin not registered Signed-off-by: Sathyanarayana Nujella <[email protected]> Signed-off-by: Jairaj Arava <[email protected]> Signed-off-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent d24a706 commit e68d669

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sound/soc/sof/intel/hda-dai.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,10 @@ struct snd_soc_dai_driver skl_dai[] = {
440440
.name = "iDisp3 Pin",
441441
.ops = &hda_link_dai_ops,
442442
},
443+
{
444+
.name = "iDisp4 Pin",
445+
.ops = &hda_link_dai_ops,
446+
},
443447
{
444448
.name = "Analog CPU DAI",
445449
.ops = &hda_link_dai_ops,

0 commit comments

Comments
 (0)