diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/soundcard.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h index c4cfc27..2916287 100644 --- a/sys/sys/soundcard.h +++ b/sys/sys/soundcard.h @@ -775,7 +775,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) |