[Alsa-devel] [PATCH] Use rawmidi device name for sequencer client name

2002-11-29 Thread Clemens Ladisch
The snd_seq_midisynth_register_port() function already knows the name of the rawmidi device, so there is no reason to invent another name for the sequencer client. Index: alsa-kernel/core/seq/seq_midi.c === RCS file: /cvsroot/alsa/a

Re: [Alsa-devel] [PATCH] Use rawmidi device name for sequencer client name

2002-11-29 Thread Takashi Iwai
At Thu, 28 Nov 2002 13:38:01 +0100 (MET), Clemens Ladisch wrote: > > > The snd_seq_midisynth_register_port() function already knows the name of > the rawmidi device, so there is no reason to invent another name for the > sequencer client. the reason was that many rawmidi devices give the same na

Re: [Alsa-devel] [PATCH] Use rawmidi device name for sequencer client name

2002-11-29 Thread Takashi Iwai
At Thu, 28 Nov 2002 17:00:35 +0100 (MET), Clemens Ladisch wrote: > > Takashi Iwai wrote: > > Clemens Ladisch wrote: > > > The snd_seq_midisynth_register_port() function already knows the name of > > > the rawmidi device, so there is no reason to invent another name for the > > > sequencer client.

[Alsa-devel] [PATCH] Use rawmidi device name for sequencer client name

2002-11-12 Thread Clemens Ladisch
Index: alsa-kernel/core/seq/seq_midi.c === RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_midi.c,v retrieving revision 1.9 diff -u -r1.9 seq_midi.c --- alsa-kernel/core/seq/seq_midi.c 6 Aug 2002 07:28:26 - 1.9 +++ alsa