[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)
commit22e0732e59b3482bb2f068bfe911c532767e5974
tree924cf272599a6d65fc483eca439aa3efa9f27047
parent23fea4dad67a665e8d359dbb39180422385f1dcc
[ALSA] virmidi - fix ioctl parameter passing when setting client name

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>
sound/core/seq/seq_virmidi.c