]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ASoC: Intel: kbl: Add map for new DAIs for Multi-Playback & Echo Ref
authorNaveen Manohar <naveen.m@intel.com>
Wed, 2 Aug 2017 06:13:35 +0000 (11:43 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 3 Aug 2017 10:07:09 +0000 (11:07 +0100)
Modified DAPM Machine map for machine to suit the toplogy change
required to enable features:
Multi-Endpoint Playback
Echo Reference Capture

Signed-off-by: Naveen M <naveen.m@intel.com>
Signed-off-by: Sathya Prakash M R <sathya.prakash.m.r@intel.com>
Acked-By: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/kbl_rt5663_max98927.c
sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c

index 4c70d5a3028c22d5e20f850e005ceca71647236e..12b34b9a0104d4c09875082d4c21e56280694c00 100644 (file)
@@ -99,12 +99,12 @@ static const struct snd_soc_dapm_route kabylake_map[] = {
        /* CODEC BE connections */
        { "Left HiFi Playback", NULL, "ssp0 Tx" },
        { "Right HiFi Playback", NULL, "ssp0 Tx" },
-       { "ssp0 Tx", NULL, "codec0_out" },
+       { "ssp0 Tx", NULL, "spk_out" },
 
        { "AIF Playback", NULL, "ssp1 Tx" },
-       { "ssp1 Tx", NULL, "codec1_out" },
+       { "ssp1 Tx", NULL, "hs_out" },
 
-       { "codec0_in", NULL, "ssp1 Rx" },
+       { "hs_in", NULL, "ssp1 Rx" },
        { "ssp1 Rx", NULL, "AIF Capture" },
 
        /* DMIC */
index 64364de165be97c6082160f3382263947df9f8f1..5ec942885b692acc12809d23c6f2cbadc2cc0155 100644 (file)
@@ -107,12 +107,12 @@ static const struct snd_soc_dapm_route kabylake_map[] = {
        /* CODEC BE connections */
        { "Left HiFi Playback", NULL, "ssp0 Tx" },
        { "Right HiFi Playback", NULL, "ssp0 Tx" },
-       { "ssp0 Tx", NULL, "codec0_out" },
+       { "ssp0 Tx", NULL, "spk_out" },
 
        { "AIF Playback", NULL, "ssp1 Tx" },
-       { "ssp1 Tx", NULL, "codec1_out" },
+       { "ssp1 Tx", NULL, "hs_out" },
 
-       { "codec0_in", NULL, "ssp1 Rx" },
+       { "hs_in", NULL, "ssp1 Rx" },
        { "ssp1 Rx", NULL, "AIF Capture" },
 
        { "codec1_in", NULL, "ssp0 Rx" },