summaryrefslogtreecommitdiffstats
path: root/sys/sys/soundcard.h
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2011-06-29 08:28:39 +0000
committeravg <avg@FreeBSD.org>2011-06-29 08:28:39 +0000
commit82c1b6015602eb2b9a077e04bd58c8a4d5401e4f (patch)
tree1c88f2b446ee8a312f6ee48647a08c5eeff81481 /sys/sys/soundcard.h
parent083452d2ebafcca278de8826484fad544c996baa (diff)
downloadFreeBSD-src-82c1b6015602eb2b9a077e04bd58c8a4d5401e4f.zip
FreeBSD-src-82c1b6015602eb2b9a077e04bd58c8a4d5401e4f.tar.gz
revert r222723: wrong change was committed
The commit intended to add SNDCTL_DSP_HALT, but actually added SNDCTL_SEQ_HALT, which is not defined in the OSS specs. Reported by: Pan Tsu <inyaoo@gmail.com> Pointyhat to: gerald, avg
Diffstat (limited to 'sys/sys/soundcard.h')
-rw-r--r--sys/sys/soundcard.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h
index a6817df..c4cfc27 100644
--- a/sys/sys/soundcard.h
+++ b/sys/sys/soundcard.h
@@ -311,8 +311,7 @@ typedef struct _snd_capabilities {
* IOCTL Commands for /dev/sequencer
*/
-#define SNDCTL_SEQ_HALT _IO ('Q', 0)
-#define SNDCTL_SEQ_RESET SNDCTL_SEQ_HALT /* Historic interface */
+#define SNDCTL_SEQ_RESET _IO ('Q', 0)
#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