]> git.baikalelectronics.ru Git - kernel.git/commit
staging: line6: drop midi_mask_transmit
authorStefan Hajnoczi <stefanha@gmail.com>
Thu, 22 Nov 2012 19:49:04 +0000 (20:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2012 00:13:48 +0000 (16:13 -0800)
commita9a5cf2f99af990d61fec705011c7fb95d99d679
tree0c911d84c5e13d7183ce1819c61ecc399e3be5f5
parentf9cc7235161eacae92b27446237150be0974115d
staging: line6: drop midi_mask_transmit

The midi_mask_transmit sysfs attribute selects the MIDI channels on
which to transmit messages.  If ALSA wants to transmit a message that
does not match an allowed channel, the message will be dropped.  This
driver feature is not really used and applications don't know how to
take advantage of it.  Therefore we drop it and rely on applications or
MIDI sequencers to select the channels used for communication.

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/line6/midi.c
drivers/staging/line6/midi.h