commit | 85db42e3df64f34a8dc81164f41c6a11bf57fd1a | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Jul 23 18:48:14 2012 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Jul 23 18:48:14 2012 +0100 |
tree | 25486413eff7926dbf3df57c4ad673dbe0338f19 | |
parent | b3030c4192908dd047c6ab30db2cad5b0db2aca9 [diff] |
linux-user: Fix SNDCTL_DSP_MAP{IN,OUT}BUF ioctl definitions Fix the SNDCTL_DSP_MAP{IN,OUT}BUF ioctl definitions so that they refer to a suitably defined target struct layout rather than hardcoding the ioctl number. This fixes complaints from the syscall_init() consistency check when running an x86_64-to-x86_64 linux-user qemu. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>