diff options
Diffstat (limited to 'sound/soc/codecs/wl1273.c')
-rw-r--r-- | sound/soc/codecs/wl1273.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wl1273.c b/sound/soc/codecs/wl1273.c index a85498982991..9531c35dccad 100644 --- a/sound/soc/codecs/wl1273.c +++ b/sound/soc/codecs/wl1273.c | |||
@@ -386,7 +386,7 @@ static int wl1273_hw_params(struct snd_pcm_substream *substream, | |||
386 | return 0; | 386 | return 0; |
387 | } | 387 | } |
388 | 388 | ||
389 | static struct snd_soc_dai_ops wl1273_dai_ops = { | 389 | static const struct snd_soc_dai_ops wl1273_dai_ops = { |
390 | .startup = wl1273_startup, | 390 | .startup = wl1273_startup, |
391 | .hw_params = wl1273_hw_params, | 391 | .hw_params = wl1273_hw_params, |
392 | }; | 392 | }; |