]> Git Repo - linux.git/commitdiff
ASoC: Intel: kbl: Add map for Maxim IV Feedback
authorNaveen Manohar <[email protected]>
Fri, 25 Aug 2017 21:51:39 +0000 (03:21 +0530)
committerMark Brown <[email protected]>
Tue, 29 Aug 2017 18:47:37 +0000 (19:47 +0100)
MAX98927 provides IV feedback on the capture widget.
Here we are connecting the capture widget to SSP0_RX and
SSP0_RX to the algorithm running on host.

Signed-off-by: Naveen M <[email protected]>
Signed-off-by: Sathya Prakash M R <[email protected]>
Acked-By: Vinod Koul <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/intel/boards/kbl_rt5663_max98927.c
sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c

index 3fa85c32b9f84a554f07feb70d544a0b8d9b2d91..7f76074207063a5da6ad8c9874002646d42c88c1 100644 (file)
@@ -105,6 +105,11 @@ static const struct snd_soc_dapm_route kabylake_map[] = {
        { "hs_in", NULL, "ssp1 Rx" },
        { "ssp1 Rx", NULL, "AIF Capture" },
 
+       /* IV feedback path */
+       { "codec0_fb_in", NULL, "ssp0 Rx"},
+       { "ssp0 Rx", NULL, "Left HiFi Capture" },
+       { "ssp0 Rx", NULL, "Right HiFi Capture" },
+
        /* DMIC */
        { "dmic01_hifi", NULL, "DMIC01 Rx" },
        { "DMIC01 Rx", NULL, "DMIC AIF" },
index 11bd5ef1e3b2b22a3a892fdfe92796845e9a73cf..4689991bcc8690ac7f240e8198af204745d4a62e 100644 (file)
@@ -117,6 +117,11 @@ static const struct snd_soc_dapm_route kabylake_map[] = {
        { "codec1_in", NULL, "ssp0 Rx" },
        { "ssp0 Rx", NULL, "AIF1 Capture" },
 
+       /* IV feedback path */
+       { "codec0_fb_in", NULL, "ssp0 Rx"},
+       { "ssp0 Rx", NULL, "Left HiFi Capture" },
+       { "ssp0 Rx", NULL, "Right HiFi Capture" },
+
        /* DMIC */
        { "DMIC1L", NULL, "DMIC" },
        { "DMIC1R", NULL, "DMIC" },
This page took 0.053489 seconds and 4 git commands to generate.