diff options
Diffstat (limited to 'sound/soc/codecs/wm8978.c')
-rw-r--r-- | sound/soc/codecs/wm8978.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8978.c b/sound/soc/codecs/wm8978.c index 41ca4d9ac20c..517bb2238d46 100644 --- a/sound/soc/codecs/wm8978.c +++ b/sound/soc/codecs/wm8978.c | |||
@@ -865,7 +865,7 @@ static int wm8978_set_bias_level(struct snd_soc_codec *codec, | |||
865 | #define WM8978_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE | \ | 865 | #define WM8978_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE | \ |
866 | SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S32_LE) | 866 | SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S32_LE) |
867 | 867 | ||
868 | static struct snd_soc_dai_ops wm8978_dai_ops = { | 868 | static const struct snd_soc_dai_ops wm8978_dai_ops = { |
869 | .hw_params = wm8978_hw_params, | 869 | .hw_params = wm8978_hw_params, |
870 | .digital_mute = wm8978_mute, | 870 | .digital_mute = wm8978_mute, |
871 | .set_fmt = wm8978_set_dai_fmt, | 871 | .set_fmt = wm8978_set_dai_fmt, |