diff options
author | Jie Yang <yang.jie@intel.com> | 2014-07-14 13:37:36 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-14 22:09:05 +0400 |
commit | 8e89761876611f06ef4be865b4780b4361caf4af (patch) | |
tree | 10c08443dfc014230764a08b505f0aabf41f9869 /sound/soc/intel/sst-baytrail-pcm.c | |
parent | ab6f7d0d932313cedfb1696e0536bdbe661cd9c9 (diff) | |
download | linux-8e89761876611f06ef4be865b4780b4361caf4af.tar.xz |
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.c | 2 |
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, |