Searched hist:d7622fa7 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/soc/pxa/ |
H A D | pxa2xx-pcm.c | d7622fa7 Mon Aug 14 00:56:30 CDT 2017 Arvind Yadav <arvind.yadav.cs@gmail.com> ASoC: pxa: constify snd_pcm_ops structures
snd_pcm_ops are not supposed to change at runtime. All functions working with snd_pcm_ops provided by <sound/soc.h> work with const snd_pcm_ops. So mark the non-const structs as const.
Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org> d7622fa7 Mon Aug 14 00:56:30 CDT 2017 Arvind Yadav <arvind.yadav.cs@gmail.com> ASoC: pxa: constify snd_pcm_ops structures snd_pcm_ops are not supposed to change at runtime. All functions working with snd_pcm_ops provided by <sound/soc.h> work with const snd_pcm_ops. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
|