diff options
author | Rikard Falkeborn | 2021-09-29 11:31:21 +0200 |
---|---|---|
committer | Mark Brown | 2021-09-29 13:06:37 +0100 |
commit | 5100436c27aafdbc860de17447862304c5639b60 (patch) | |
tree | a97ce8628b0d7f52a6c58102ff9f82a5b0cc6f7f /init | |
parent | 3c561a090c7920624b83005a279a66cc8a7bed2b (diff) |
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>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions