[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)
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>

No differences found