OSDN Git Service

ASoC: ti: Constify static snd_soc_ops
authorRikard Falkeborn <rikard.falkeborn@gmail.com>
Wed, 29 Sep 2021 09:31:21 +0000 (11:31 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 29 Sep 2021 12:06:37 +0000 (13:06 +0100)
commit5100436c27aafdbc860de17447862304c5639b60
treea97ce8628b0d7f52a6c58102ff9f82a5b0cc6f7f
parent3c561a090c7920624b83005a279a66cc8a7bed2b
ASoC: ti: Constify static snd_soc_ops

These are only assigned to the ops field in the snd_soc_dai_link struct
which is a pointer to const struct snd_soc_ops. Make them const to allow
the compiler to put them in read-only memory.

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Link: https://lore.kernel.org/r/20210929093121.21253-1-rikard.falkeborn@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/ti/davinci-evm.c
sound/soc/ti/omap-abe-twl6040.c