From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH v2] ASoC: Intel: Kbl: Add Playback DAI for fixup Date: Wed, 27 Sep 2017 12:21:43 +0530 Message-ID: <20170927065142.GI30097@localhost> References: <1506490513-20672-1-git-send-email-harshapriya.n@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by alsa0.perex.cz (Postfix) with ESMTP id 228AA2671E3 for ; Wed, 27 Sep 2017 08:47:47 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1506490513-20672-1-git-send-email-harshapriya.n@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: Harsha Priya Cc: tiwai@suse.de, alsa-devel@alsa-project.org, broonie@kernel.org List-Id: alsa-devel@alsa-project.org On Tue, Sep 26, 2017 at 10:35:13PM -0700, Harsha Priya wrote: > 'Kbl Audio Headset Playback' FE DAI also needs SSP hw param fix. > Add this dai also to be handled in kabylake_ssp_fixup() call. Acked-By: Vinod Koul > Signed-off-by: Harsha Priya > --- > v2: change patch title and log > > sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c b/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c > index 88ff542..e767283 100644 > --- a/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c > +++ b/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c > @@ -302,6 +302,7 @@ static int kabylake_ssp_fixup(struct snd_soc_pcm_runtime *rtd, > * The ADSP will convert the FE rate to 48k, stereo, 24 bit > */ > if (!strcmp(fe_dai_link->name, "Kbl Audio Port") || > + !strcmp(fe_dai_link->name, "Kbl Audio Headset Playback") || > !strcmp(fe_dai_link->name, "Kbl Audio Capture Port")) { > rate->min = rate->max = 48000; > channels->min = channels->max = 2; > -- > 1.9.1 > -- ~Vinod