commit | aad7ebb544072bcb9335fa4eb0fbd1b85a6c495b | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:16:45 2020 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:24:19 2020 +0100 |
tree | 313468de9b1e0fdaaa0760a1ba4e578070cce857 | |
parent | d25ff26840bd0af3283d8e478669abc104bb873a [diff] |
ALSA: seq: Constify struct snd_midi_op Change the argument of snd_midi_process_event() to receive a const snd_midi_op pointer and its callers respectively. This allows further optimizations. There should be no functional changes by this patch. Link: https://lore.kernel.org/r/20200103081714.9560-30-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>