]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[ALSA] seq-midi - silently ignore non-MIDI events
authorClemens Ladisch <clemens@ladisch.de>
Thu, 21 Jul 2005 06:01:22 +0000 (08:01 +0200)
committerJaroslav Kysela <perex@suse.cz>
Thu, 28 Jul 2005 10:22:34 +0000 (12:22 +0200)
commitd06e4c4001cf26147a6af0718703368944f0df32
tree292c421927434fab4a5e6017b6b842b633d6e51b
parent7858ffa062886706026cfff3ba80b8400b520501
[ALSA] seq-midi - silently ignore non-MIDI events

ALSA sequencer
When non-MIDI sequencer events are sent to a RawMIDI port, silently
ignore them instead of returning a confusing error code which may upset
the sequencer and abort the current write() to /dev/snd/seq.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
sound/core/seq/seq_midi.c