Re: [PATCH 00/13] constify alsa snd_pcm_ops structures

2017-08-19 Thread Takashi Iwai
On Fri, 18 Aug 2017 09:45:08 +0200, Arvind Yadav wrote: > > snd_pcm_ops are not supposed to change at runtime. All functions > working with snd_pcm_ops provided by work with > const snd_pcm_ops. So mark the non-const structs as const. > > Arvind Yadav (13): > [PATCH 01/13] ALSA: aoa: constify

[PATCH 00/13] constify alsa snd_pcm_ops structures

2017-08-18 Thread Arvind Yadav
snd_pcm_ops are not supposed to change at runtime. All functions working with snd_pcm_ops provided by work with const snd_pcm_ops. So mark the non-const structs as const. Arvind Yadav (13): [PATCH 01/13] ALSA: aoa: constify snd_pcm_ops structures [PATCH 02/13] ALSA: arm: constify snd_pcm_ops