aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c
diff options
context:
space:
mode:
authorNaveen Manohar <naveen.m@intel.com>2017-08-26 03:21:39 +0530
committerMark Brown <broonie@kernel.org>2017-08-29 19:47:37 +0100
commit64220b9d10a5546b6dd1154ccaf43522ae7d02fc (patch)
tree398b30d76cdd8d577ddfbaa384bf95acfee01a98 /sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c
parentASoC: Intel: kbl: Add jack port initialize in kbl machine drivers (diff)
downloadlinux-64220b9d10a5546b6dd1154ccaf43522ae7d02fc.tar.xz
linux-64220b9d10a5546b6dd1154ccaf43522ae7d02fc.zip
ASoC: Intel: kbl: Add map for Maxim IV Feedback
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 <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>
Diffstat (limited to 'sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c')
-rw-r--r--sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c b/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c
index 11bd5ef1e3b2..4689991bcc86 100644
--- a/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c
+++ b/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c
@@ -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" },