[ALSA] virmidi - fix ioctl parameter passing when setting client name
authorClemens Ladisch <clemens@ladisch.de>
Fri, 8 Apr 2005 06:25:23 +0000 (08:25 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sun, 29 May 2005 07:58:40 +0000 (09:58 +0200)
ALSA sequencer
The last change to reduce stack usage did not adjust the parameter to
SNDRV_SEQ_IOCTL_SET_CLIENT_IOCTL which resulted in passing the address
of the pointer instead of the structure.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>

No differences found