ASoC: Constify snd_soc_dai_ops structs
[linux-2.6-block.git] / sound / soc / codecs / wm8731.c
index ca59622e41d218e3cba7daa77dceadf72600165a..28972d875f7ce9e4c08c21f18a11c064b4209be0 100644 (file)
@@ -465,7 +465,7 @@ static int wm8731_set_bias_level(struct snd_soc_codec *codec,
 #define WM8731_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\
        SNDRV_PCM_FMTBIT_S24_LE)
 
-static struct snd_soc_dai_ops wm8731_dai_ops = {
+static const struct snd_soc_dai_ops wm8731_dai_ops = {
        .hw_params      = wm8731_hw_params,
        .digital_mute   = wm8731_mute,
        .set_sysclk     = wm8731_set_dai_sysclk,