diff options
Diffstat (limited to 'sound/soc/codecs/wm8961.c')
-rw-r--r-- | sound/soc/codecs/wm8961.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8961.c b/sound/soc/codecs/wm8961.c index 7f2df7ba27f6..783a3d1daf51 100644 --- a/sound/soc/codecs/wm8961.c +++ b/sound/soc/codecs/wm8961.c | |||
@@ -929,7 +929,7 @@ static int wm8961_set_bias_level(struct snd_soc_codec *codec, | |||
929 | (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE | \ | 929 | (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE | \ |
930 | SNDRV_PCM_FMTBIT_S24_LE) | 930 | SNDRV_PCM_FMTBIT_S24_LE) |
931 | 931 | ||
932 | static struct snd_soc_dai_ops wm8961_dai_ops = { | 932 | static const struct snd_soc_dai_ops wm8961_dai_ops = { |
933 | .hw_params = wm8961_hw_params, | 933 | .hw_params = wm8961_hw_params, |
934 | .set_sysclk = wm8961_set_sysclk, | 934 | .set_sysclk = wm8961_set_sysclk, |
935 | .set_fmt = wm8961_set_fmt, | 935 | .set_fmt = wm8961_set_fmt, |