Re: [PATCH v3] ALSA: bebob: constify various snd_bebob structures

2015-10-11 Thread Takashi Iwai
On Sun, 11 Oct 2015 14:29:30 +0200, Takashi Sakamoto wrote: > > On Oct 11 2015 15:10, Julia Lawall wrote: > > The structures of type snd_bebob_clock_spec, snd_bebob_rate_spec, > > snd_bebob_meter_spec, and snd_bebob_spec are never modified after they are > > initialized. Make them all const. > >

Re: [PATCH v3] ALSA: bebob: constify various snd_bebob structures

2015-10-11 Thread Takashi Sakamoto
On Oct 11 2015 15:10, Julia Lawall wrote: > The structures of type snd_bebob_clock_spec, snd_bebob_rate_spec, > snd_bebob_meter_spec, and snd_bebob_spec are never modified after they are > initialized. Make them all const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall >

[PATCH v3] ALSA: bebob: constify various snd_bebob structures

2015-10-10 Thread Julia Lawall
The structures of type snd_bebob_clock_spec, snd_bebob_rate_spec, snd_bebob_meter_spec, and snd_bebob_spec are never modified after they are initialized. Make them all const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- v3: change subject line sound/firewire/bebob/bebob