]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: codecs: wcd938x: constify static struct snd_soc_dai_ops
authorPu Lehui <pulehui@huawei.com>
Tue, 15 Jun 2021 11:33:24 +0000 (19:33 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 15 Jun 2021 11:51:50 +0000 (12:51 +0100)
commit73ed8daaed2c3b1d91ab5ad49273b6aeb2d61ab5
tree189e8a33d371b716faaac240930f79e5f38bb95a
parent84b89ab0eb974078423f1b1069225155b185a327
ASoC: codecs: wcd938x: constify static struct snd_soc_dai_ops

The snd_soc_dai_ops structures is only stored in the ops field of a
snd_soc_dai_driver structure, so make the snd_soc_dai_ops structure
const to allow the compiler to put it in read-only memory.

Signed-off-by: Pu Lehui <pulehui@huawei.com>
Link: https://lore.kernel.org/r/20210615113324.238837-1-pulehui@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wcd938x.c