svn commit: r224501 - stable/7/sys/sys
Andriy Gapon
avg at FreeBSD.org
Fri Jul 29 22:11:06 UTC 2011
Author: avg
Date: Fri Jul 29 22:11:05 2011
New Revision: 224501
URL: http://svn.freebsd.org/changeset/base/224501
Log:
MFC r223663: add SNDCTL_DSP_HALT specified by OSS
PR: kern/156874
Modified:
stable/7/sys/sys/soundcard.h
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opensolaris/ (props changed)
stable/7/sys/contrib/dev/acpica/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
Modified: stable/7/sys/sys/soundcard.h
==============================================================================
--- stable/7/sys/sys/soundcard.h Fri Jul 29 22:00:32 2011 (r224500)
+++ stable/7/sys/sys/soundcard.h Fri Jul 29 22:11:05 2011 (r224501)
@@ -752,7 +752,8 @@ typedef struct {
* IOCTL commands for /dev/dsp and /dev/audio
*/
-#define SNDCTL_DSP_RESET _IO ('P', 0)
+#define SNDCTL_DSP_HALT _IO ('P', 0)
+#define SNDCTL_DSP_RESET SNDCTL_DSP_HALT
#define SNDCTL_DSP_SYNC _IO ('P', 1)
#define SNDCTL_DSP_SPEED _IOWR('P', 2, int)
#define SNDCTL_DSP_STEREO _IOWR('P', 3, int)
More information about the svn-src-stable-7
mailing list