aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/wm9712.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm9712.c b/sound/soc/codecs/wm9712.c
index c6b7de426460..36c6a38a0f94 100644
--- a/sound/soc/codecs/wm9712.c
+++ b/sound/soc/codecs/wm9712.c
@@ -45,7 +45,7 @@ static int ac97_write(struct snd_soc_codec *codec,
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 { 47 {
48 .pcmfmt = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S18_3LE, 48 .pcmfmt = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S18_3LE,
49 .pcmrate = AC97_RATES, 49 .pcmrate = AC97_RATES,
50 .pcmdir = AC97_DIR, 50 .pcmdir = AC97_DIR,
51 }, 51 },