ASoC: Constify snd_soc_dai_ops structs
[linux-2.6-block.git] / sound / soc / au1x / psc-i2s.c
index e03c5ce01b304ef680e1790f4fd9c39d1313483d..f7714d50bdaffda36814aa949b5f6b1428ca9ae8 100644 (file)
@@ -265,7 +265,7 @@ static int au1xpsc_i2s_startup(struct snd_pcm_substream *substream,
        return 0;
 }
 
-static struct snd_soc_dai_ops au1xpsc_i2s_dai_ops = {
+static const struct snd_soc_dai_ops au1xpsc_i2s_dai_ops = {
        .startup        = au1xpsc_i2s_startup,
        .trigger        = au1xpsc_i2s_trigger,
        .hw_params      = au1xpsc_i2s_hw_params,