Searched hist:"355 af6c0c09d4dd0d97fa1aca0ff797b64cd6187" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/soc/codecs/ |
H A D | wcd938x.c | diff 355af6c0c09d4dd0d97fa1aca0ff797b64cd6187 Tue Jun 15 06:33:24 CDT 2021 Pu Lehui <pulehui@huawei.com> 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>
|