diff options
author | Ian Lartey <ian@opensource.wolfsonmicro.com> | 2010-08-31 18:56:34 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-01 07:45:51 -0400 |
commit | 3079aed5f5f3b7c34e998997397b1020781e064f (patch) | |
tree | 4f8817df89c69b75db07122412eb1e36ec218510 /sound/soc/codecs/wm8994.c | |
parent | f554885f9214060911cd007b05ba562b5f2af6aa (diff) |
ASoC: Added a missing 32-bit PCM format, to the wm8994 codec.
Signed-off-by: Ian Lartey <ian@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8994.c')
-rw-r--r-- | sound/soc/codecs/wm8994.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index c45ab0030294..a3d91450e6ec 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c | |||
@@ -3519,7 +3519,7 @@ static int wm8994_set_tristate(struct snd_soc_dai *codec_dai, int tristate) | |||
3519 | #define WM8994_RATES SNDRV_PCM_RATE_8000_96000 | 3519 | #define WM8994_RATES SNDRV_PCM_RATE_8000_96000 |
3520 | 3520 | ||
3521 | #define WM8994_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\ | 3521 | #define WM8994_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\ |
3522 | SNDRV_PCM_FMTBIT_S24_LE) | 3522 | SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S32_LE) |
3523 | 3523 | ||
3524 | static struct snd_soc_dai_ops wm8994_aif1_dai_ops = { | 3524 | static struct snd_soc_dai_ops wm8994_aif1_dai_ops = { |
3525 | .set_sysclk = wm8994_set_dai_sysclk, | 3525 | .set_sysclk = wm8994_set_dai_sysclk, |