linux/sound/soc
Lars-Peter Clausen 85e7652d89 ASoC: Constify snd_soc_dai_ops structs
Commit 1ee46ebd("ASoC: Make the DAI ops constant in the DAI structure")
introduced the possibility to have constant DAI ops structures, yet this is
barley used in both existing drivers and also new drivers being submitted,
although none of them modifies its DAI ops structure. The later is not
surprising since existing drivers are often used as templates for new drivers.
So this patch just constifies all existing snd_soc_dai_ops structs to eliminate
the issue altogether.

The patch was generated with the following coccinelle semantic patch:
// <smpl>
@@
identifier ops;
@@
-struct snd_soc_dai_ops ops =
+const struct snd_soc_dai_ops ops =
{ ... };
// </smpl>

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2011-11-23 10:40:46 +00:00
..
atmel ASoC: Constify snd_soc_dai_ops structs 2011-11-23 10:40:46 +00:00
au1x ASoC: Constify snd_soc_dai_ops structs 2011-11-23 10:40:46 +00:00
blackfin ASoC: Constify snd_soc_dai_ops structs 2011-11-23 10:40:46 +00:00
codecs ASoC: Constify snd_soc_dai_ops structs 2011-11-23 10:40:46 +00:00
davinci ASoC: Constify snd_soc_dai_ops structs 2011-11-23 10:40:46 +00:00
ep93xx ASoC: Constify snd_soc_dai_ops structs 2011-11-23 10:40:46 +00:00
fsl ASoC: Constify snd_soc_dai_ops structs 2011-11-23 10:40:46 +00:00
imx ASoC: Constify snd_soc_dai_ops structs 2011-11-23 10:40:46 +00:00
jz4740 ASoC: Constify snd_soc_dai_ops structs 2011-11-23 10:40:46 +00:00
kirkwood ASoC: Constify snd_soc_dai_ops structs 2011-11-23 10:40:46 +00:00
mid-x86 sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
mxs ASoC: Constify snd_soc_dai_ops structs 2011-11-23 10:40:46 +00:00
nuc900 ASoC: Constify snd_soc_dai_ops structs 2011-11-23 10:40:46 +00:00
omap ASoC: Constify snd_soc_dai_ops structs 2011-11-23 10:40:46 +00:00
pxa ASoC: Constify snd_soc_dai_ops structs 2011-11-23 10:40:46 +00:00
s6000 ASoC: Constify snd_soc_dai_ops structs 2011-11-23 10:40:46 +00:00
samsung ASoC: Constify snd_soc_dai_ops structs 2011-11-23 10:40:46 +00:00
sh ASoC: Constify snd_soc_dai_ops structs 2011-11-23 10:40:46 +00:00
tegra ASoC: Constify snd_soc_dai_ops structs 2011-11-23 10:40:46 +00:00
txx9 Merge branch 'topic/asoc' into for-linus 2011-10-27 10:43:40 +02:00
Kconfig ASoC: Remove LZO cache type 2011-11-10 13:08:09 +00:00
Makefile ASoC: mxs: add asoc configuration files 2011-07-28 11:47:41 +01:00
soc-cache.c ASoC: Remove LZO cache type 2011-11-10 13:08:09 +00:00
soc-core.c ASoC: Constify snd_soc_dai_ops structs 2011-11-23 10:40:46 +00:00
soc-dapm.c ASoC: Fix DAPM sync for TLV320AIC3x custom DAPM widget 2011-10-10 10:28:26 +01:00
soc-io.c sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed 2011-10-31 19:31:22 -04:00
soc-jack.c sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed 2011-10-31 19:31:22 -04:00
soc-pcm.c ASoC: Remove needless unlikely() 2011-11-04 17:19:40 +00:00
soc-utils.c sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed 2011-10-31 19:31:22 -04:00