diff options
Diffstat (limited to 'sound/soc/codecs/wm8400.c')
-rw-r--r-- | sound/soc/codecs/wm8400.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8400.c b/sound/soc/codecs/wm8400.c index 585def1ffca6..07d84a86e14e 100644 --- a/sound/soc/codecs/wm8400.c +++ b/sound/soc/codecs/wm8400.c | |||
@@ -1316,7 +1316,7 @@ static int wm8400_set_bias_level(struct snd_soc_codec *codec, | |||
1316 | #define WM8400_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\ | 1316 | #define WM8400_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\ |
1317 | SNDRV_PCM_FMTBIT_S24_LE) | 1317 | SNDRV_PCM_FMTBIT_S24_LE) |
1318 | 1318 | ||
1319 | static struct snd_soc_dai_ops wm8400_dai_ops = { | 1319 | static const struct snd_soc_dai_ops wm8400_dai_ops = { |
1320 | .hw_params = wm8400_hw_params, | 1320 | .hw_params = wm8400_hw_params, |
1321 | .digital_mute = wm8400_mute, | 1321 | .digital_mute = wm8400_mute, |
1322 | .set_fmt = wm8400_set_dai_fmt, | 1322 | .set_fmt = wm8400_set_dai_fmt, |