ASoC: Constify snd_soc_dai_ops structs
[linux-2.6-block.git] / sound / soc / codecs / wl1273.c
index a854989829911a62eae6fdf3cf3336b917f748c4..9531c35dccadfa4e27a8c7b505ec588a328df6ca 100644 (file)
@@ -386,7 +386,7 @@ static int wl1273_hw_params(struct snd_pcm_substream *substream,
        return 0;
 }
 
-static struct snd_soc_dai_ops wl1273_dai_ops = {
+static const struct snd_soc_dai_ops wl1273_dai_ops = {
        .startup        = wl1273_startup,
        .hw_params      = wl1273_hw_params,
 };