ASoC: Intel: HSW/BDW only support S16 and S24 formats.
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>
Thu, 16 Oct 2014 14:29:14 +0000 (15:29 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 16 Oct 2014 14:48:05 +0000 (16:48 +0200)
Fix driver with correct formats.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
sound/soc/intel/sst-haswell-pcm.c

index 33fc5c3..4df867c 100644 (file)
@@ -691,9 +691,7 @@ static int hsw_pcm_new(struct snd_soc_pcm_runtime *rtd)
 }
 
 #define HSW_FORMATS \
-       (SNDRV_PCM_FMTBIT_S32_LE | SNDRV_PCM_FMTBIT_S24_LE | \
-       SNDRV_PCM_FMTBIT_S20_3LE | SNDRV_PCM_FMTBIT_S16_LE |\
-       SNDRV_PCM_FMTBIT_S8)
+       (SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S16_LE)
 
 static struct snd_soc_dai_driver hsw_dais[] = {
        {