summaryrefslogtreecommitdiffstats
path: root/sys/sys/soundcard.h
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2011-06-05 21:01:41 +0000
committeravg <avg@FreeBSD.org>2011-06-05 21:01:41 +0000
commitd84afa1972d839703ab266da6561f0d78e1bd452 (patch)
treef61af313349ae339b6a9f25274a7b3c56a4db474 /sys/sys/soundcard.h
parentd631428892f88c72ef632690634462de7ed1303d (diff)
downloadFreeBSD-src-d84afa1972d839703ab266da6561f0d78e1bd452.zip
FreeBSD-src-d84afa1972d839703ab266da6561f0d78e1bd452.tar.gz
add SNDCTL_DSP_HALT specified by OSS
This is really a new name for SNDCTL_DSP_RESET. PR: kern/156874 Submitted by: gerald MFC after: 1 week
Diffstat (limited to 'sys/sys/soundcard.h')
-rw-r--r--sys/sys/soundcard.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h
index c4cfc27..a6817df 100644
--- a/sys/sys/soundcard.h
+++ b/sys/sys/soundcard.h
@@ -311,7 +311,8 @@ typedef struct _snd_capabilities {
* 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) */
OpenPOWER on IntegriCloud