From: Ian Lartey Date: Tue, 31 Aug 2010 22:56:34 +0000 (+0100) Subject: ASoC: Added a missing 32-bit PCM format, to the wm8994 codec. X-Git-Tag: upstream/snapshot3+hdmi~7307^2~1226^2~459 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3079aed5f5f3b7c34e998997397b1020781e064f;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ASoC: Added a missing 32-bit PCM format, to the wm8994 codec. Signed-off-by: Ian Lartey Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index c45ab00..a3d9145 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) #define WM8994_RATES SNDRV_PCM_RATE_8000_96000 #define WM8994_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\ - SNDRV_PCM_FMTBIT_S24_LE) + SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S32_LE) static struct snd_soc_dai_ops wm8994_aif1_dai_ops = { .set_sysclk = wm8994_set_dai_sysclk,