FreeBSD Bugzilla – Attachment 11718 Details for
Bug 22971
RealProducer doesn't work on linux emulation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.04 KB, created by
kimoto
on 2000-11-20 11:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
kimoto
Created:
2000-11-20 11:40:01 UTC
Size:
1.04 KB
patch
obsolete
>*** sys/i386/linux/linux_ioctl.c.orig Mon Nov 20 20:22:07 2000 >--- sys/i386/linux/linux_ioctl.c Mon Nov 20 20:23:11 2000 >*************** >*** 1044,1049 **** >--- 1044,1053 ---- > args->cmd = SETDIR(SOUND_MIXER_WRITE_LINE3); > return (ioctl(p, (struct ioctl_args *)args)); > >+ case LINUX_SOUND_MIXER_WRITE_RECSRC: >+ args->cmd = SETDIR(SOUND_MIXER_WRITE_RECSRC); >+ return ioctl(p, (struct ioctl_args *)args); >+ > case LINUX_OSS_GETVERSION: { > int version = linux_get_oss_version(p); > return (copyout(&version, (caddr_t)args->arg, sizeof(int))); >*** sys/i386/linux/linux_ioctl.h.orig Mon Nov 20 20:23:43 2000 >--- sys/i386/linux/linux_ioctl.h Mon Nov 20 20:24:08 2000 >*************** >*** 163,168 **** >--- 163,169 ---- > #define LINUX_SOUND_MIXER_WRITE_LINE1 0x4d0E > #define LINUX_SOUND_MIXER_WRITE_LINE2 0x4d0F > #define LINUX_SOUND_MIXER_WRITE_LINE3 0x4d10 >+ #define LINUX_SOUND_MIXER_WRITE_RECSRC 0x4dff > #define LINUX_OSS_GETVERSION 0x4d76 > #define LINUX_SOUND_MIXER_READ_DEVMASK 0x4dfe > #define LINUX_SNDCTL_DSP_RESET 0x5000
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 22971
: 11718