diff options
Diffstat (limited to 'sound/soc/codecs/wm8750.c')
-rw-r--r-- | sound/soc/codecs/wm8750.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8750.c b/sound/soc/codecs/wm8750.c index ca75a8180708..dfb41ad902e1 100644 --- a/sound/soc/codecs/wm8750.c +++ b/sound/soc/codecs/wm8750.c | |||
@@ -643,7 +643,7 @@ static int wm8750_set_bias_level(struct snd_soc_codec *codec, | |||
643 | #define WM8750_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\ | 643 | #define WM8750_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\ |
644 | SNDRV_PCM_FMTBIT_S24_LE) | 644 | SNDRV_PCM_FMTBIT_S24_LE) |
645 | 645 | ||
646 | static struct snd_soc_dai_ops wm8750_dai_ops = { | 646 | static const struct snd_soc_dai_ops wm8750_dai_ops = { |
647 | .hw_params = wm8750_pcm_hw_params, | 647 | .hw_params = wm8750_pcm_hw_params, |
648 | .digital_mute = wm8750_mute, | 648 | .digital_mute = wm8750_mute, |
649 | .set_fmt = wm8750_set_dai_fmt, | 649 | .set_fmt = wm8750_set_dai_fmt, |