summaryrefslogtreecommitdiff
path: root/drivers/staging/line6/midi.h
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@gmail.com>2012-11-22 19:49:04 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-27 00:13:48 (GMT)
commitaf89d2897a716e8e46cc5aad052a015d234e490f (patch)
tree0c911d84c5e13d7183ce1819c61ecc399e3be5f5 /drivers/staging/line6/midi.h
parent3e58c868db1dc1402943f6a585529873f445c14f (diff)
downloadlinux-af89d2897a716e8e46cc5aad052a015d234e490f.tar.xz
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>
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 cf32d77..19dabd5 100644
--- a/drivers/staging/line6/midi.h
+++ b/drivers/staging/line6/midi.h
@@ -55,11 +55,6 @@ struct snd_line6_midi {
wait_queue_head_t send_wait;
/**
- Bit mask for output MIDI channels.
- */
- unsigned short midi_mask_transmit;
-
- /**
Buffer for incoming MIDI stream.
*/
struct MidiBuffer midibuf_in;