]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4e22f59ddbdb0fde5a83794b62fcb91b479e97c4
tree19f56cb1ccc41d553b57471e16f5d485714e3a34
parentdb5230b4142e1c038fab78fd055613e7ac31c6f9
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