commit | 2831b71917264d7000855657acb1953003d3fd2d | [log] [tgz] |
---|---|---|
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | Wed Sep 29 11:44:01 2021 +0200 |
committer | Mark Brown <broonie@kernel.org> | Wed Sep 29 13:06:38 2021 +0100 |
tree | 19f56cb1ccc41d553b57471e16f5d485714e3a34 | |
parent | 5100436c27aafdbc860de17447862304c5639b60 [diff] |
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>