ASoC: Constify snd_soc_dai_ops structs
[deliverable/linux.git] / sound / soc / codecs / wm8711.c
index 076bdb9930a15d6d50c4edd3d6009a7fad801089..a6f1e391314df7d2a4fff1cfba0992054078fe35 100644 (file)
@@ -318,7 +318,7 @@ static int wm8711_set_bias_level(struct snd_soc_codec *codec,
 #define WM8711_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\
        SNDRV_PCM_FMTBIT_S24_LE)
 
-static struct snd_soc_dai_ops wm8711_ops = {
+static const struct snd_soc_dai_ops wm8711_ops = {
        .prepare = wm8711_pcm_prepare,
        .hw_params = wm8711_hw_params,
        .shutdown = wm8711_shutdown,
This page took 0.02516 seconds and 5 git commands to generate.