]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ASoC: SOF: Intel: hda: Add iDisp4 DAI
authorSathyanarayana Nujella <sathyanarayana.nujella@intel.com>
Fri, 20 Dec 2019 17:10:36 +0000 (11:10 -0600)
committerMark Brown <broonie@kernel.org>
Wed, 25 Dec 2019 00:02:30 +0000 (00:02 +0000)
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>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20191220171037.10689-2-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/hda-dai.c

index 2d9ac0035bd2fc0a2ba6307fbb84c5a420f049ec..638812a41328ee264a01d55278fe3464f0540d94 100644 (file)
@@ -440,6 +440,10 @@ struct snd_soc_dai_driver skl_dai[] = {
        .name = "iDisp3 Pin",
        .ops = &hda_link_dai_ops,
 },
+{
+       .name = "iDisp4 Pin",
+       .ops = &hda_link_dai_ops,
+},
 {
        .name = "Analog CPU DAI",
        .ops = &hda_link_dai_ops,