ASoC: ux500: mop500: Constify static snd_soc_ops
authorRikard Falkeborn <rikard.falkeborn@gmail.com>
Wed, 29 Sep 2021 09:44:01 +0000 (11:44 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 29 Sep 2021 12:06:38 +0000 (13:06 +0100)
commit2831b71917264d7000855657acb1953003d3fd2d
tree19f56cb1ccc41d553b57471e16f5d485714e3a34
parent5100436c27aafdbc860de17447862304c5639b60
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>
sound/soc/ux500/mop500_ab8500.c
sound/soc/ux500/mop500_ab8500.h