summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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