commit | 6ba79b853289289052b4c4c2c68de4418cd8c57d | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Jan 05 17:01:14 2017 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Jan 12 12:49:36 2017 +0100 |
tree | 8697b665c5f435964d699a8e14826f569dfa38d6 | |
parent | 46a049dae771b95e77ac6c823330f4a60f600236 [diff] |
ALSA: rawmidi: Add const to snd_rawmidi_ops Make snd_rawmidi_substream.ops to be a const pointer to be safer and allow more optimization. The patches to constify each rawmidi ops will follow. Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>