staging: line6: drop midi_mask_receive
commit3e58c868db1dc1402943f6a585529873f445c14f
authorStefan Hajnoczi <stefanha@gmail.com>
Thu, 22 Nov 2012 19:49:03 +0000 (22 20:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2012 00:13:24 +0000 (26 16:13 -0800)
treeb29f3009e1889748291cd88e2274133fc9b7766d
parentbd99f84f484877ad87ee82adf2b3bbde4fdd9c2b
staging: line6: drop midi_mask_receive

The midi_mask_receive sysfs attribute selects the MIDI channels on which
to receive messages.  There is no need to do this at the driver level,
instead the MIDI application endpoints decide which channels to use.
Other drivers don't implement midi_mask_receive so applications cannot
make use of this feature.  Therefore we drop it as part of the effort to
clean up the staging driver.

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