commit | 0aa0d387877e8e6408d316aaee1ea84f8e1fb447 | [log] [tgz] |
---|---|---|
author | Clemens Ladisch <clemens@ladisch.de> | Wed Apr 06 09:43:59 2005 +0200 |
committer | Jaroslav Kysela <perex@suse.cz> | Sun May 29 09:58:15 2005 +0200 |
tree | 3e4eff5571123a0b2577ab9418a3a2d6b0ba3a33 | |
parent | c1935b4d6edf1c4d78bf660992d00b2d8fcb9b59 [diff] |
[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>