FreeBSD Bugzilla – Attachment 115095 Details for
Bug 156874
[sound] [patch] OSS lacks SNDCTL_DSP_HALT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 514 bytes, created by
gerald
on 2011-05-08 03:00:18 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
gerald
Created:
2011-05-08 03:00:18 UTC
Size:
514 bytes
patch
obsolete
>--- /usr/include/sys/soundcard.h 2011-04-17 18:48:28.000000000 +0200 >+++ ./soundcard.h 2011-05-08 03:27:52.000000000 +0200 >@@ -311,7 +311,8 @@ > * IOCTL Commands for /dev/sequencer > */ > >-#define SNDCTL_SEQ_RESET _IO ('Q', 0) >+#define SNDCTL_SEQ_HALT _IO ('Q', 0) >+#define SNDCTL_SEQ_RESET SNDCTL_SEQ_HALT /* Historic interface */ > #define SNDCTL_SEQ_SYNC _IO ('Q', 1) > #define SNDCTL_SYNTH_INFO _IOWR('Q', 2, struct synth_info) > #define SNDCTL_SEQ_CTRLRATE _IOWR('Q', 3, int) /* Set/get timer res.(hz) */
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 156874
: 115095