linux-stable/sound/soc/ux500
Rikard Falkeborn 2831b71917
ASoC: ux500: mop500: Constify static snd_soc_ops
The struct mop500_ab8500_ops is only assigned to the ops field in the
snd_soc_dai_link struct which is a pointer to const struct snd_soc_ops.
Make it const to allow the compiler to put it in read-only memory.

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Link: https://lore.kernel.org/r/20210929094401.28086-1-rikard.falkeborn@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2021-09-29 13:06:38 +01:00
..
Kconfig
Makefile
mop500.c ASoC: ux500: mop500: rename shadowing variable 2021-03-31 18:03:27 +01:00
mop500_ab8500.c ASoC: ux500: mop500: Constify static snd_soc_ops 2021-09-29 13:06:38 +01:00
mop500_ab8500.h ASoC: ux500: mop500: Constify static snd_soc_ops 2021-09-29 13:06:38 +01:00
ux500_msp_dai.c
ux500_msp_dai.h
ux500_msp_i2s.c ASoC: ux500: ux500_msp_i2s: Remove unused variables 'reg_val_DR' and 'reg_val_TSTDR' 2020-07-10 15:13:48 +01:00
ux500_msp_i2s.h
ux500_pcm.c ASoC: ux500: use asoc_substream_to_rtd() 2020-07-23 19:07:20 +01:00
ux500_pcm.h