diff options
Diffstat (limited to 'sound/soc/codecs/ad193x.c')
-rw-r--r-- | sound/soc/codecs/ad193x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ad193x.c b/sound/soc/codecs/ad193x.c index 120602130b5c..1901cd222233 100644 --- a/sound/soc/codecs/ad193x.c +++ b/sound/soc/codecs/ad193x.c | |||
@@ -312,7 +312,7 @@ static int ad193x_hw_params(struct snd_pcm_substream *substream, | |||
312 | return 0; | 312 | return 0; |
313 | } | 313 | } |
314 | 314 | ||
315 | static struct snd_soc_dai_ops ad193x_dai_ops = { | 315 | static const struct snd_soc_dai_ops ad193x_dai_ops = { |
316 | .hw_params = ad193x_hw_params, | 316 | .hw_params = ad193x_hw_params, |
317 | .digital_mute = ad193x_mute, | 317 | .digital_mute = ad193x_mute, |
318 | .set_tdm_slot = ad193x_set_tdm_slot, | 318 | .set_tdm_slot = ad193x_set_tdm_slot, |