diff options
Diffstat (limited to 'sound/soc/codecs/cs4271.c')
-rw-r--r-- | sound/soc/codecs/cs4271.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs4271.c b/sound/soc/codecs/cs4271.c index 69fde1506fe1..a6f77a855f45 100644 --- a/sound/soc/codecs/cs4271.c +++ b/sound/soc/codecs/cs4271.c | |||
@@ -402,7 +402,7 @@ static const struct snd_kcontrol_new cs4271_snd_controls[] = { | |||
402 | 7, 1, 1), | 402 | 7, 1, 1), |
403 | }; | 403 | }; |
404 | 404 | ||
405 | static struct snd_soc_dai_ops cs4271_dai_ops = { | 405 | static const struct snd_soc_dai_ops cs4271_dai_ops = { |
406 | .hw_params = cs4271_hw_params, | 406 | .hw_params = cs4271_hw_params, |
407 | .set_sysclk = cs4271_set_dai_sysclk, | 407 | .set_sysclk = cs4271_set_dai_sysclk, |
408 | .set_fmt = cs4271_set_dai_fmt, | 408 | .set_fmt = cs4271_set_dai_fmt, |