diff options
Diffstat (limited to 'sound/soc/codecs/wm8728.c')
-rw-r--r-- | sound/soc/codecs/wm8728.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8728.c b/sound/soc/codecs/wm8728.c index 04b027efd5c0..085c2f81d8c2 100644 --- a/sound/soc/codecs/wm8728.c +++ b/sound/soc/codecs/wm8728.c | |||
@@ -196,7 +196,7 @@ static int wm8728_set_bias_level(struct snd_soc_codec *codec, | |||
196 | #define WM8728_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\ | 196 | #define WM8728_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\ |
197 | SNDRV_PCM_FMTBIT_S24_LE) | 197 | SNDRV_PCM_FMTBIT_S24_LE) |
198 | 198 | ||
199 | static struct snd_soc_dai_ops wm8728_dai_ops = { | 199 | static const struct snd_soc_dai_ops wm8728_dai_ops = { |
200 | .hw_params = wm8728_hw_params, | 200 | .hw_params = wm8728_hw_params, |
201 | .digital_mute = wm8728_mute, | 201 | .digital_mute = wm8728_mute, |
202 | .set_fmt = wm8728_set_dai_fmt, | 202 | .set_fmt = wm8728_set_dai_fmt, |