Searched hist:"3179 a3ea7125b8139aa977d7f8715f4960c241f8" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/sound/ppc/ |
H A D | pmac.c | diff 3179a3ea7125b8139aa977d7f8715f4960c241f8 Fri Aug 18 02:45:17 CDT 2017 Arvind Yadav <arvind.yadav.cs@gmail.com> ALSA: ppc: 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/pcm.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: Takashi Iwai <tiwai@suse.de>
|
H A D | snd_ps3.c | diff 3179a3ea7125b8139aa977d7f8715f4960c241f8 Fri Aug 18 02:45:17 CDT 2017 Arvind Yadav <arvind.yadav.cs@gmail.com> ALSA: ppc: 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/pcm.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: Takashi Iwai <tiwai@suse.de>
|