Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <[email protected]>
- Loading branch information