Tag: efdbe3c3edb6c8c98a8be863f60916780a5375c1

ALSA: midi: constify snd_rawmidi_global_ops structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The snd_rawmidi_global_ops structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: Takashi Iwai — include/sound/rawmidi.h | 2 +- sound/core/seq/seq_virmidi.c | 2 +- sound/usb/midi.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)   diff –git a/include/sound/rawmidi.h b/include/sound/rawmidi.h index f6cbef7..fdabbb4 100644 …

Continue reading