From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH v3] ASoC: Intel: kbl: Add map for Maxim IV Feedback Date: Fri, 25 Aug 2017 11:24:01 +0530 Message-ID: <20170825055401.GL3053@localhost> References: <1503465791-9281-1-git-send-email-naveen.m@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by alsa0.perex.cz (Postfix) with ESMTP id C5FFB266998 for ; Fri, 25 Aug 2017 07:50:40 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1503465791-9281-1-git-send-email-naveen.m@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Naveen M Cc: alsa-devel@alsa-project.org, tiwai@suse.de, liam.r.girdwood@linux.intel.com, broonie@kernel.org, Sathya Prakash M R , pierre-louis.bossart@intel.com List-Id: alsa-devel@alsa-project.org On Wed, Aug 23, 2017 at 10:53:11AM +0530, Naveen M wrote: > 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 > Signed-off-by: Sathya Prakash M R > > v2: rebased on newer kernel (d46b182) > v3: moved version changelog info after s-o-b lines > --- it should be: 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 Signed-off-by: Sathya Prakash M R --- v2: rebased on newer kernel (d46b182) v3: moved version changelog info after s-o-b lines sound/soc/intel/boards/kbl_rt5663_max98927.c | 5 +++++ sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c | 5 +++++ 2 files changed, 10 insertions(+) and so on... > diff --git a/sound/soc/intel/boards/kbl_rt5663_max98927.c b/sound/soc/intel/boards/kbl_rt5663_max98927.c > index c144214..8d2a1c0 100644 > --- a/sound/soc/intel/boards/kbl_rt5663_max98927.c > +++ b/sound/soc/intel/boards/kbl_rt5663_max98927.c > @@ -107,6 +107,11 @@ enum { > { "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" }, > diff --git a/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c b/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c > index c2ef538..8d19da9 100644 > --- a/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c > +++ b/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c > @@ -119,6 +119,11 @@ enum { > { "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" }, > -- > 1.9.1 > -- ~Vinod