ASoC: amd: raven: acp3x-i2s: Constify static struct snd_soc_dai_ops
[sfrench/cifs-2.6.git] / sound / soc / amd / raven / acp3x-i2s.c
index 5bc028692fcf84067a2e29678bf52d60b3fe2ce2..396cb7d619e21564221644d98965815ac9a2e41f 100644 (file)
@@ -249,7 +249,7 @@ static int acp3x_i2s_trigger(struct snd_pcm_substream *substream,
        return ret;
 }
 
-static struct snd_soc_dai_ops acp3x_i2s_dai_ops = {
+static const struct snd_soc_dai_ops acp3x_i2s_dai_ops = {
        .hw_params = acp3x_i2s_hwparams,
        .trigger = acp3x_i2s_trigger,
        .set_fmt = acp3x_i2s_set_fmt,