diff options
Diffstat (limited to 'sound/soc/codecs/wm8974.c')
-rw-r--r-- | sound/soc/codecs/wm8974.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8974.c b/sound/soc/codecs/wm8974.c index 7bd35b8fdcd..16569c7a03c 100644 --- a/sound/soc/codecs/wm8974.c +++ b/sound/soc/codecs/wm8974.c | |||
@@ -557,7 +557,7 @@ static int wm8974_set_bias_level(struct snd_soc_codec *codec, | |||
557 | #define WM8974_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\ | 557 | #define WM8974_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\ |
558 | SNDRV_PCM_FMTBIT_S24_LE) | 558 | SNDRV_PCM_FMTBIT_S24_LE) |
559 | 559 | ||
560 | static struct snd_soc_dai_ops wm8974_ops = { | 560 | static const struct snd_soc_dai_ops wm8974_ops = { |
561 | .hw_params = wm8974_pcm_hw_params, | 561 | .hw_params = wm8974_pcm_hw_params, |
562 | .digital_mute = wm8974_mute, | 562 | .digital_mute = wm8974_mute, |
563 | .set_fmt = wm8974_set_dai_fmt, | 563 | .set_fmt = wm8974_set_dai_fmt, |