diff options
author | Harsha Priya N <harshapriya.n@intel.com> | 2017-09-27 07:35:13 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-09-27 19:04:43 +0200 |
commit | 4b2b915f8887e5602a98b1da4fcb7c41c573cb13 (patch) | |
tree | 7782d7c23658f192bdcd240c5dda5102265ad18c /sound/soc/intel | |
parent | ASoC: Intel: cht_bsw_rt5672: fix card name (diff) | |
download | linux-4b2b915f8887e5602a98b1da4fcb7c41c573cb13.tar.xz linux-4b2b915f8887e5602a98b1da4fcb7c41c573cb13.zip |
ASoC: Intel: Kbl: Add Playback DAI for fixup
'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>
Acked-By: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel')
-rw-r--r-- | sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c | 1 |
1 files changed, 1 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 88ff54220007..e7672831bc49 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; |