]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - sound/soc/generic/simple-scu-card.c
Merge remote-tracking branches 'asoc/topic/rt5665', 'asoc/topic/rt5670', 'asoc/topic...
[linux.git] / sound / soc / generic / simple-scu-card.c
index 348e9a7c4d10af9047ff17853a7f2c3b40c2a73a..bb86ee0424902d3f18bc0ad94bd33d20242416c0 100644 (file)
@@ -59,7 +59,7 @@ static void asoc_simple_card_shutdown(struct snd_pcm_substream *substream)
        clk_disable_unprepare(dai_props->clk);
 }
 
-static struct snd_soc_ops asoc_simple_card_ops = {
+static const struct snd_soc_ops asoc_simple_card_ops = {
        .startup = asoc_simple_card_startup,
        .shutdown = asoc_simple_card_shutdown,
 };