[ALSA] virmidi - fix ioctl parameter passing when creating seq port
commit0aa0d387877e8e6408d316aaee1ea84f8e1fb447
authorClemens Ladisch <clemens@ladisch.de>
Wed, 6 Apr 2005 07:43:59 +0000 (6 09:43 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sun, 29 May 2005 07:58:15 +0000 (29 09:58 +0200)
tree3e4eff5571123a0b2577ab9418a3a2d6b0ba3a33
parentc1935b4d6edf1c4d78bf660992d00b2d8fcb9b59
[ALSA] virmidi - fix ioctl parameter passing when creating seq port

ALSA sequencer
The last change to reduce stack usage did not adjust the parameter to
SNDRV_SEQ_IOCTL_CREATE_PORT 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