diff options
Diffstat (limited to 'sound/soc/codecs/wm8990.c')
-rw-r--r-- | sound/soc/codecs/wm8990.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8990.c b/sound/soc/codecs/wm8990.c index d4cbec6372db..61c620e5fe4f 100644 --- a/sound/soc/codecs/wm8990.c +++ b/sound/soc/codecs/wm8990.c | |||
@@ -1287,7 +1287,7 @@ static int wm8990_set_bias_level(struct snd_soc_codec *codec, | |||
1287 | * 1. ADC/DAC on Primary Interface | 1287 | * 1. ADC/DAC on Primary Interface |
1288 | * 2. ADC on Primary Interface/DAC on secondary | 1288 | * 2. ADC on Primary Interface/DAC on secondary |
1289 | */ | 1289 | */ |
1290 | static struct snd_soc_dai_ops wm8990_dai_ops = { | 1290 | static const struct snd_soc_dai_ops wm8990_dai_ops = { |
1291 | .hw_params = wm8990_hw_params, | 1291 | .hw_params = wm8990_hw_params, |
1292 | .digital_mute = wm8990_mute, | 1292 | .digital_mute = wm8990_mute, |
1293 | .set_fmt = wm8990_set_dai_fmt, | 1293 | .set_fmt = wm8990_set_dai_fmt, |