diff options
Diffstat (limited to 'sound/soc/codecs/wm8731.c')
-rw-r--r-- | sound/soc/codecs/wm8731.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8731.c b/sound/soc/codecs/wm8731.c index ca59622e41d2..28972d875f7c 100644 --- a/sound/soc/codecs/wm8731.c +++ b/sound/soc/codecs/wm8731.c | |||
@@ -465,7 +465,7 @@ static int wm8731_set_bias_level(struct snd_soc_codec *codec, | |||
465 | #define WM8731_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\ | 465 | #define WM8731_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\ |
466 | SNDRV_PCM_FMTBIT_S24_LE) | 466 | SNDRV_PCM_FMTBIT_S24_LE) |
467 | 467 | ||
468 | static struct snd_soc_dai_ops wm8731_dai_ops = { | 468 | static const struct snd_soc_dai_ops wm8731_dai_ops = { |
469 | .hw_params = wm8731_hw_params, | 469 | .hw_params = wm8731_hw_params, |
470 | .digital_mute = wm8731_mute, | 470 | .digital_mute = wm8731_mute, |
471 | .set_sysclk = wm8731_set_dai_sysclk, | 471 | .set_sysclk = wm8731_set_dai_sysclk, |