[ALSA] Change seq_midi.c so client name is card, rather than port, specific
authorAlan Horstmann <gineera@aspect135.co.uk>
Fri, 21 Apr 2006 06:39:20 +0000 (08:39 +0200)
committerJaroslav Kysela <perex@suse.cz>
Thu, 22 Jun 2006 19:32:46 +0000 (21:32 +0200)
commit78fc030bdbbeebdea436f2b02a616d67e5f9bd9b
tree1c2264a565bc9f71a2cfdfffafe8cce38082c47c
parent887709be9063d233eb5abef25aafcd94615b03f9
[ALSA] Change seq_midi.c so client name is card, rather than port, specific

Change snd_seq_midisynth_register_port() in seq_midi.c so that if a new client
is created, the client name string is based on card->shortname not
(port-specific) info->name.

Signed-off-by: Alan Horstmann <gineera@aspect135.co.uk>
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
sound/core/seq/seq_midi.c