projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5448c8
)
ASoC: Intel: HSW/BDW only support S16 and S24 formats.
author
Liam Girdwood
<liam.r.girdwood@linux.intel.com>
Thu, 16 Oct 2014 14:29:14 +0000
(15:29 +0100)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/sound/soc/intel/sst-haswell-pcm.c
b/sound/soc/intel/sst-haswell-pcm.c
index
33fc5c3
..
4df867c
100644
(file)
--- a/
sound/soc/intel/sst-haswell-pcm.c
+++ b/
sound/soc/intel/sst-haswell-pcm.c
@@
-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[] = {
{