diff mbox

[RFC,13/16] ASoC: Intel: Skylake: To support MST, add HDMI routes nau_max machine

Message ID 1474379180-7132-14-git-send-email-jeeja.kp@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jeeja KP Sept. 20, 2016, 1:46 p.m. UTC
From: Jeeja KP <jeeja.kp@intel.com>

Skylake platform support maximum of 3 ports per pin, so add the
additional routes for nau88l25_max98357a machine.

Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
---
 sound/soc/intel/boards/skl_nau88l25_max98357a.c | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox

Patch

diff --git a/sound/soc/intel/boards/skl_nau88l25_max98357a.c b/sound/soc/intel/boards/skl_nau88l25_max98357a.c
index 9da1b64..ac77308 100644
--- a/sound/soc/intel/boards/skl_nau88l25_max98357a.c
+++ b/sound/soc/intel/boards/skl_nau88l25_max98357a.c
@@ -131,7 +131,11 @@  static const struct snd_soc_dapm_route skylake_map[] = {
 	{ "DMic", NULL, "SoC DMIC" },
 
 	{"DP1", NULL, "hif5-0 Output"},
+	{"DP1", NULL, "hif5-1 Output"},
+	{"DP1", NULL, "hif5-2 Output"},
 	{"DP2", NULL, "hif6-0 Output"},
+	{"DP2", NULL, "hif6-1 Output"},
+	{"DP2", NULL, "hif6-2 Output"},
 
 	/* CODEC BE connections */
 	{ "HiFi Playback", NULL, "ssp0 Tx" },