ASoC: generic: make snd_soc_ops const
[sfrench/cifs-2.6.git] / sound / soc / generic / audio-graph-scu-card.c
index dcd2df37bc3bfbd78e1f0d7bbb50b5192a89cc2d..3da9acd6844ec10294dcc43922749a551c7ec8ae 100644 (file)
@@ -56,7 +56,7 @@ static void asoc_graph_card_shutdown(struct snd_pcm_substream *substream)
        asoc_simple_card_clk_disable(dai_props);
 }
 
-static struct snd_soc_ops asoc_graph_card_ops = {
+static const struct snd_soc_ops asoc_graph_card_ops = {
        .startup = asoc_graph_card_startup,
        .shutdown = asoc_graph_card_shutdown,
 };