diff options
author | Samaga Krishna <samaga.krishna@intel.com> | 2016-08-24 08:33:21 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-09-14 12:54:20 -0400 |
commit | dde53bcc3ea054a72b6d42a6fe56beb4b1a914f2 (patch) | |
tree | b24b8d57a856a739dd67a98f8d572ac64278bb93 /sound | |
parent | 94ae3ce189c75e7d74753b0e1d3e855786514f03 (diff) |
ASoC: Intel: Skylake: Add 32bit support
We also support 32bit playback, so add that in DAI capabilities.
Signed-off-by: Samaga Krishna <samaga.krishna@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/intel/skylake/skl-pcm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/skl-pcm.c b/sound/soc/intel/skylake/skl-pcm.c index 77bfd407f2a1..c7cdcba04c5d 100644 --- a/sound/soc/intel/skylake/skl-pcm.c +++ b/sound/soc/intel/skylake/skl-pcm.c | |||
@@ -648,7 +648,8 @@ static struct snd_soc_dai_driver skl_platform_dai[] = { | |||
648 | .channels_min = HDA_MONO, | 648 | .channels_min = HDA_MONO, |
649 | .channels_max = HDA_STEREO, | 649 | .channels_max = HDA_STEREO, |
650 | .rates = SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_16000 | SNDRV_PCM_RATE_8000, | 650 | .rates = SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_16000 | SNDRV_PCM_RATE_8000, |
651 | .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE, | 651 | .formats = SNDRV_PCM_FMTBIT_S16_LE | |
652 | SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S32_LE, | ||
652 | }, | 653 | }, |
653 | .capture = { | 654 | .capture = { |
654 | .stream_name = "System Capture", | 655 | .stream_name = "System Capture", |