[ALSA] seq: set client name in snd_seq_create_kernel_client()
authorClemens Ladisch <clemens@ladisch.de>
Mon, 12 Dec 2005 08:33:37 +0000 (09:33 +0100)
committerJaroslav Kysela <perex@suse.cz>
Tue, 3 Jan 2006 11:30:49 +0000 (12:30 +0100)
commit7b6d92451ad5e1136dc347347e888b94638b8ba9
treee62edf62f29e988378cd2c984cde0ccb0993120b
parent83e8ad6984dccd6d848ac91ba0df379ff968180b
[ALSA] seq: set client name in snd_seq_create_kernel_client()

All users of snd_seq_create_kernel_client() have to set the client name
anyway, so we can just pass the name as parameter.  This relieves us
from having to muck around with a struct snd_seq_client_info in these
cases.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
12 files changed:
include/sound/seq_kernel.h
sound/core/seq/oss/seq_oss_init.c
sound/core/seq/seq_clientmgr.c
sound/core/seq/seq_dummy.c
sound/core/seq/seq_midi.c
sound/core/seq/seq_system.c
sound/core/seq/seq_virmidi.c
sound/drivers/opl3/opl3_seq.c
sound/drivers/opl4/opl4_seq.c
sound/isa/gus/gus_synth.c
sound/pci/trident/trident_synth.c
sound/synth/emux/emux_seq.c