ASoC: Constify snd_soc_dai_ops structs
[linux-2.6-block.git] / sound / soc / codecs / cs42l51.c
index 00718b5e747b5fd85a9c36d663e742f127b601c7..e378c4d520275721f130adab191b3441ab70351f 100644 (file)
@@ -483,7 +483,7 @@ static int cs42l51_dai_mute(struct snd_soc_dai *dai, int mute)
        return snd_soc_write(codec, CS42L51_DAC_OUT_CTL, reg);
 }
 
-static struct snd_soc_dai_ops cs42l51_dai_ops = {
+static const struct snd_soc_dai_ops cs42l51_dai_ops = {
        .hw_params      = cs42l51_hw_params,
        .set_sysclk     = cs42l51_set_dai_sysclk,
        .set_fmt        = cs42l51_set_dai_fmt,