diff options
Diffstat (limited to 'sound/soc/codecs/adav80x.c')
-rw-r--r-- | sound/soc/codecs/adav80x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/adav80x.c b/sound/soc/codecs/adav80x.c index f9f08948e5e8..d927febd02cc 100644 --- a/sound/soc/codecs/adav80x.c +++ b/sound/soc/codecs/adav80x.c | |||
@@ -718,7 +718,7 @@ static void adav80x_dai_shutdown(struct snd_pcm_substream *substream, | |||
718 | adav80x->rate = 0; | 718 | adav80x->rate = 0; |
719 | } | 719 | } |
720 | 720 | ||
721 | static const struct snd_soc_dai_ops adav80x_dai_ops = { | 721 | static const const struct snd_soc_dai_ops adav80x_dai_ops = { |
722 | .set_fmt = adav80x_set_dai_fmt, | 722 | .set_fmt = adav80x_set_dai_fmt, |
723 | .hw_params = adav80x_hw_params, | 723 | .hw_params = adav80x_hw_params, |
724 | .startup = adav80x_dai_startup, | 724 | .startup = adav80x_dai_startup, |