* [PATCH v2] ASoC: Intel: Kbl: Add Playback DAI for fixup
@ 2017-09-27 5:35 Harsha Priya
2017-09-27 6:51 ` Vinod Koul
0 siblings, 1 reply; 2+ messages in thread
From: Harsha Priya @ 2017-09-27 5:35 UTC (permalink / raw)
To: tiwai, vinod.koul, broonie, alsa-devel; +Cc: Harsha Priya
'Kbl Audio Headset Playback' FE DAI also needs SSP hw param fix.
Add this dai also to be handled in kabylake_ssp_fixup() call.
Signed-off-by: Harsha Priya <harshapriya.n@intel.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] ASoC: Intel: Kbl: Add Playback DAI for fixup
2017-09-27 5:35 [PATCH v2] ASoC: Intel: Kbl: Add Playback DAI for fixup Harsha Priya
@ 2017-09-27 6:51 ` Vinod Koul
0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2017-09-27 6:51 UTC (permalink / raw)
To: Harsha Priya; +Cc: tiwai, alsa-devel, broonie
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 <vinod.koul@intel.com>
> Signed-off-by: Harsha Priya <harshapriya.n@intel.com>
> ---
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-09-27 6:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-27 5:35 [PATCH v2] ASoC: Intel: Kbl: Add Playback DAI for fixup Harsha Priya
2017-09-27 6:51 ` Vinod Koul
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.