mirror of
https://github.com/torvalds/linux.git
synced 2025-11-12 14:40:05 +02:00
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 <sathyanarayana.nujella@intel.com> Signed-off-by: Jairaj Arava <jairaj.arava@intel.com>
This commit is contained in:
parent
419edf53df
commit
ac42b142cd
1 changed files with 4 additions and 0 deletions
|
|
@ -447,6 +447,10 @@ struct snd_soc_dai_driver skl_dai[] = {
|
||||||
.name = "iDisp3 Pin",
|
.name = "iDisp3 Pin",
|
||||||
.ops = &hda_link_dai_ops,
|
.ops = &hda_link_dai_ops,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.name = "iDisp4 Pin",
|
||||||
|
.ops = &hda_link_dai_ops,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.name = "Analog CPU DAI",
|
.name = "Analog CPU DAI",
|
||||||
.ops = &hda_link_dai_ops,
|
.ops = &hda_link_dai_ops,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue