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)
commitaf89d2897a716e8e46cc5aad052a015d234e490f
tree0c911d84c5e13d7183ce1819c61ecc399e3be5f5
parent3e58c868db1dc1402943f6a585529873f445c14f
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