linux_dsm_epyc7002/sound/soc/imx
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
..
eukrea-tlv320.c Merge branch 'for-2.6.38' into for-2.6.39 2011-02-26 09:50:01 +00:00
imx-pcm-dma-mx2.c Merge branch 'fixes-for-arnd' of git://git.pengutronix.de/git/imx/linux-2.6 into imx/fixes 2011-07-15 21:56:37 +02:00
imx-pcm-fiq.c ASoC: imx: Remove unused variable 'dai' 2011-10-05 17:16:58 +01:00
imx-ssi.c ASoC: Constify snd_soc_dai_ops structs 2011-11-23 10:40:46 +00:00
imx-ssi.h ASoC: Remove unused function declaration in imx-ssi.h 2011-10-05 17:16:58 +01:00
Kconfig ASoC: Fix typo in Kconfig symbol for tlv320aic32x4 2011-10-11 14:32:22 +01:00
Makefile ASoC: Add machine driver for Visstrim_M10 board. 2011-03-07 11:48:18 +00:00
mx27vis-aic32x4.c ASoC: Add machine driver for Visstrim_M10 board. 2011-03-07 11:48:18 +00:00
phycore-ac97.c Merge branch 'for-2.6.37' into for-2.6.38 2010-11-25 11:17:24 +00:00
wm1133-ev1.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00