aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm9712.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm9712.c')
-rw-r--r--sound/soc/codecs/wm9712.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm9712.c b/sound/soc/codecs/wm9712.c
index 4850550e2e31..c6b7de426460 100644
--- a/sound/soc/codecs/wm9712.c
+++ b/sound/soc/codecs/wm9712.c
@@ -44,8 +44,11 @@ static int ac97_write(struct snd_soc_codec *codec,
44 44
45/* may need to expand this */ 45/* may need to expand this */
46static struct snd_soc_dai_mode ac97_modes[] = { 46static struct snd_soc_dai_mode ac97_modes[] = {
47 {0, 0, SNDRV_PCM_FMTBIT_S16_LE, AC97_RATES}, 47 {
48 {0, 0, SNDRV_PCM_FMTBIT_S18_3LE, AC97_RATES}, 48 .pcmfmt = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S18_3LE,
49 .pcmrate = AC97_RATES,
50 .pcmdir = AC97_DIR,
51 },
49}; 52};
50 53
51/* 54/*