git.codelabs.ch
/
muen
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge remote-tracking branches 'asoc/topic/mtk', 'asoc/topic/mxs', 'asoc/topic/nau882...
[muen/linux.git]
/
sound
/
soc
/
generic
/
audio-graph-card.c
diff --git
a/sound/soc/generic/audio-graph-card.c
b/sound/soc/generic/audio-graph-card.c
index de2550c7a96b095d33e449232087ef2d3b6e4655..2f7c8cf6f123f5c2a8c4fcee7f76e21fd0b473e0 100644
(file)
--- a/
sound/soc/generic/audio-graph-card.c
+++ b/
sound/soc/generic/audio-graph-card.c
@@
-95,7
+95,7
@@
static void asoc_graph_card_shutdown(struct snd_pcm_substream *substream)
asoc_simple_card_clk_disable(&dai_props->codec_dai);
}
asoc_simple_card_clk_disable(&dai_props->codec_dai);
}
-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,
};
.startup = asoc_graph_card_startup,
.shutdown = asoc_graph_card_shutdown,
};