]> git.baikalelectronics.ru Git - kernel.git/commit
staging: line6: drop midi_mask_receive
authorStefan Hajnoczi <stefanha@gmail.com>
Thu, 22 Nov 2012 19:49:03 +0000 (20:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2012 00:13:24 +0000 (16:13 -0800)
commitf9cc7235161eacae92b27446237150be0974115d
treeb29f3009e1889748291cd88e2274133fc9b7766d
parent1e512aafd60c5bf6fc996158076f6de8c5870544
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