diff options
Diffstat (limited to 'sound/soc/codecs/wm8996.c')
-rw-r--r-- | sound/soc/codecs/wm8996.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8996.c b/sound/soc/codecs/wm8996.c index fd5bb1ad6912..304a0e570cb4 100644 --- a/sound/soc/codecs/wm8996.c +++ b/sound/soc/codecs/wm8996.c | |||
@@ -3052,7 +3052,7 @@ static struct snd_soc_codec_driver soc_codec_dev_wm8996 = { | |||
3052 | SNDRV_PCM_FMTBIT_S20_3LE | SNDRV_PCM_FMTBIT_S24_LE |\ | 3052 | SNDRV_PCM_FMTBIT_S20_3LE | SNDRV_PCM_FMTBIT_S24_LE |\ |
3053 | SNDRV_PCM_FMTBIT_S32_LE) | 3053 | SNDRV_PCM_FMTBIT_S32_LE) |
3054 | 3054 | ||
3055 | static struct snd_soc_dai_ops wm8996_dai_ops = { | 3055 | static const struct snd_soc_dai_ops wm8996_dai_ops = { |
3056 | .set_fmt = wm8996_set_fmt, | 3056 | .set_fmt = wm8996_set_fmt, |
3057 | .hw_params = wm8996_hw_params, | 3057 | .hw_params = wm8996_hw_params, |
3058 | .set_sysclk = wm8996_set_sysclk, | 3058 | .set_sysclk = wm8996_set_sysclk, |