summaryrefslogtreecommitdiff
path: root/sound/soc/intel/sst-baytrail-pcm.c
diff options
context:
space:
mode:
authorJie Yang <yang.jie@intel.com>2014-07-14 17:37:36 +0800
committerMark Brown <broonie@linaro.org>2014-07-14 19:09:05 +0100
commit8e89761876611f06ef4be865b4780b4361caf4af (patch)
tree10c08443dfc014230764a08b505f0aabf41f9869 /sound/soc/intel/sst-baytrail-pcm.c
parentab6f7d0d932313cedfb1696e0536bdbe661cd9c9 (diff)
ASoC: Intel: Cleanup HSW pcm format support
This change removes unsupported formats from System, Capture and Loopback FE DAIs. Also it fixes S24_LE support on all DAIs. While at this fix 24 bit flag for BYT as well. Signed-off-by: Jie Yang <yang.jie@intel.com> Signed-off-by: Mark Brown <broonie@linaro.org> Cc: stable@vger.kernel.org
Diffstat (limited to 'sound/soc/intel/sst-baytrail-pcm.c')
-rw-r--r--sound/soc/intel/sst-baytrail-pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/sst-baytrail-pcm.c b/sound/soc/intel/sst-baytrail-pcm.c
index 8eab97368ea7..599401c0c655 100644
--- a/sound/soc/intel/sst-baytrail-pcm.c
+++ b/sound/soc/intel/sst-baytrail-pcm.c
@@ -32,7 +32,7 @@ static const struct snd_pcm_hardware sst_byt_pcm_hardware = {
SNDRV_PCM_INFO_PAUSE |
SNDRV_PCM_INFO_RESUME,
.formats = SNDRV_PCM_FMTBIT_S16_LE |
- SNDRV_PCM_FORMAT_S24_LE,
+ SNDRV_PCM_FMTBIT_S24_LE,
.period_bytes_min = 384,
.period_bytes_max = 48000,
.periods_min = 2,