diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2006-05-02 09:50:05 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-06-22 15:33:17 -0400 |
commit | c97f3dd85490e51ba48782dd0c063cdade352c0d (patch) | |
tree | ee2dee73cf5daaabc8acebc2c78f056465d284e4 /sound/synth | |
parent | f4a747f155fe375231196ec3d26fcb6e3675d82f (diff) |
[ALSA] fix port type bits
Fix the port information about non-MIDI messages that had wrong values
for some OPL3 and EmuX ports.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'sound/synth')
-rw-r--r-- | sound/synth/emux/emux_seq.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/synth/emux/emux_seq.c b/sound/synth/emux/emux_seq.c index 8f00f07701c4..58838f7c95f0 100644 --- a/sound/synth/emux/emux_seq.c +++ b/sound/synth/emux/emux_seq.c | |||
@@ -54,8 +54,7 @@ static struct snd_midi_op emux_ops = { | |||
54 | #define DEFAULT_MIDI_TYPE (SNDRV_SEQ_PORT_TYPE_MIDI_GENERIC |\ | 54 | #define DEFAULT_MIDI_TYPE (SNDRV_SEQ_PORT_TYPE_MIDI_GENERIC |\ |
55 | SNDRV_SEQ_PORT_TYPE_MIDI_GM |\ | 55 | SNDRV_SEQ_PORT_TYPE_MIDI_GM |\ |
56 | SNDRV_SEQ_PORT_TYPE_MIDI_GS |\ | 56 | SNDRV_SEQ_PORT_TYPE_MIDI_GS |\ |
57 | SNDRV_SEQ_PORT_TYPE_MIDI_XG |\ | 57 | SNDRV_SEQ_PORT_TYPE_MIDI_XG) |
58 | SNDRV_SEQ_PORT_TYPE_DIRECT_SAMPLE) | ||
59 | 58 | ||
60 | /* | 59 | /* |
61 | * Initialise the EMUX Synth by creating a client and registering | 60 | * Initialise the EMUX Synth by creating a client and registering |