alsa-lib/src/seq
Pedro Lopez-Cabanillas 1989233449 seq: Fix for snd_seq_parse_address()
snd_seq_parse_address() uses strncmp() to compare the client name
in the string argument with the existing clients, until it finds one
name matching the same leading characters. This may produce wrong
results when there are two sequencer clients with similar names.

Example: "KMidimon" : "Kmid"

Signed-off-by: Pedro Lopez-Cabanillas <pedro.lopez.cabanillas@gmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2010-04-22 16:08:14 +02:00
..
Makefile.am Remove sequencer instrument layer 2007-10-30 12:31:55 +01:00
seq.c fix doc errors 2009-08-04 09:17:20 +02:00
seq_event.c Remove sequencer instrument layer 2007-10-30 12:31:55 +01:00
seq_hw.c Remove old commented-out FD_CLOEXEC code 2009-11-08 09:23:22 +01:00
seq_local.h Make seq, rawmidi and control operation structures static const. 2008-11-21 20:28:38 +01:00
seq_midi_event.c more midi_event documentation 2009-07-06 11:55:31 +02:00
seq_old.c Remove sequencer instrument layer 2007-10-30 12:31:55 +01:00
seq_symbols.c Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:24:55 +02:00
seqmid.c seq: Fix for snd_seq_parse_address() 2010-04-22 16:08:14 +02:00