Searched hist:"815 b55e1101f074e737c084e996d086dcb454399" (Results 1 – 3 of 3) sorted by relevance
/linux/sound/soc/fsl/ |
H A D | imx-hdmi.c | diff 815b55e1101f074e737c084e996d086dcb454399 Mon Sep 20 21:39:47 CEST 2021 Rikard Falkeborn <rikard.falkeborn@gmail.com> ASoC: fsl: 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/20210920193947.10237-1-rikard.falkeborn@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
|
H A D | imx-card.c | diff 815b55e1101f074e737c084e996d086dcb454399 Mon Sep 20 21:39:47 CEST 2021 Rikard Falkeborn <rikard.falkeborn@gmail.com> ASoC: fsl: 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/20210920193947.10237-1-rikard.falkeborn@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
|
H A D | imx-audmix.c | diff 815b55e1101f074e737c084e996d086dcb454399 Mon Sep 20 21:39:47 CEST 2021 Rikard Falkeborn <rikard.falkeborn@gmail.com> ASoC: fsl: 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/20210920193947.10237-1-rikard.falkeborn@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
|