aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/line6/midi.h
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@gmail.com>2012-11-22 20:49:03 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-26 16:13:24 -0800
commit3e58c868db1dc1402943f6a585529873f445c14f (patch)
treeb29f3009e1889748291cd88e2274133fc9b7766d /drivers/staging/line6/midi.h
parentbd99f84f484877ad87ee82adf2b3bbde4fdd9c2b (diff)
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>
Diffstat (limited to 'drivers/staging/line6/midi.h')
-rw-r--r--drivers/staging/line6/midi.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/line6/midi.h b/drivers/staging/line6/midi.h
index 4a9e9f94729..cf32d777ce6 100644
--- a/drivers/staging/line6/midi.h
+++ b/drivers/staging/line6/midi.h
@@ -60,11 +60,6 @@ struct snd_line6_midi {
unsigned short midi_mask_transmit;
/**
- Bit mask for input MIDI channels.
- */
- unsigned short midi_mask_receive;
-
- /**
Buffer for incoming MIDI stream.
*/
struct MidiBuffer midibuf_in;