git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1935b4
)
[ALSA] virmidi - fix ioctl parameter passing when creating seq port
author
Clemens Ladisch
<clemens@ladisch.de>
Wed, 6 Apr 2005 07:43:59 +0000
(09:43 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Sun, 29 May 2005 07:58:15 +0000
(09:58 +0200)
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>
No differences found