summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/phycore-ac97.c
diff options
context:
space:
mode:
authorBhumika Goyal <bhumirks@gmail.com>2017-03-14 00:42:22 +0530
committerMark Brown <broonie@kernel.org>2017-03-15 13:34:32 +0000
commit5ace37bd7947e28dec5559a57ddc6e1d997dbec5 (patch)
tree6bd71d30ec308d8034ab78ab38614f9164efd0c1 /sound/soc/fsl/phycore-ac97.c
parentcb7d53b499f95febd4b5bc80a473706c717d5d2c (diff)
ASoC: fsl: constify snd_soc_ops structures
Declare snd_soc_ops structures as const as they are only stored in the ops field of a snd_soc_dai_link structure. This field is of type const, so snd_soc_ops structures having this property can be made const too. The following .o files did not compile: sound/soc/fsl/{p1022_rdk.c/p1022_ds.c/mpc8610_hpcd.c} Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl/phycore-ac97.c')
-rw-r--r--sound/soc/fsl/phycore-ac97.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/phycore-ac97.c b/sound/soc/fsl/phycore-ac97.c
index ae403c29688f..66fb6c4614d2 100644
--- a/sound/soc/fsl/phycore-ac97.c
+++ b/sound/soc/fsl/phycore-ac97.c
@@ -23,7 +23,7 @@
static struct snd_soc_card imx_phycore;
-static struct snd_soc_ops imx_phycore_hifi_ops = {
+static const struct snd_soc_ops imx_phycore_hifi_ops = {
};
static struct snd_soc_dai_link imx_phycore_dai_ac97[] = {