Tag: 6b9866c893fc6a51e74df65fd9d9f851a3c2872e

ALSA: bebob: constify various snd_bebob structures

Author: Julia Lawall <julia.lawall@lip6.fr> 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 Tested-by: Takashi Sakamoto Reviewed-by: Takashi Sakamoto Signed-off-by: Takashi Iwai — sound/firewire/bebob/bebob.c | 2 +- sound/firewire/bebob/bebob.h | 32 ++++++++++++++++—————- sound/firewire/bebob/bebob_focusrite.c | 26 +++++++++++++————- …

Continue reading