commit | eb2c18309491325381172cc2838006c5e9fdd0f4 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Tue Aug 15 10:09:54 2017 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Aug 15 14:05:16 2017 +0200 |
tree | d7d546de781548643d43356dcc15d03cf654dea2 | |
parent | c9480d055e306a855f8a8d2b3b097773cd0d5ad0 [diff] |
ALSA: firewire-motu: constify snd_rawmidi_ops structures These snd_rawmidi_ops structures are only passed as the third argument of snd_rawmidi_set_ops. This argument is const, so the snd_rawmidi_ops structures can be const too. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>