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 --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" },