summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/snd/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/snd/sound.c')
-rw-r--r--sys/i386/isa/snd/sound.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/snd/sound.c b/sys/i386/isa/snd/sound.c
index 9d5cb0f..b3ded52 100644
--- a/sys/i386/isa/snd/sound.c
+++ b/sys/i386/isa/snd/sound.c
@@ -76,8 +76,8 @@ static d_mmap_t sndmmap;
#define CDEV_MAJOR 30
static struct cdevsw snd_cdevsw = {
sndopen, sndclose, sndread, sndwrite,
- sndioctl, nxstop, nxreset, nxdevtotty,
- sndselect, sndmmap, nxstrategy, "snd",
+ sndioctl, nostop, noreset, nodevtotty,
+ sndselect, sndmmap, nostrategy, "snd",
NULL, -1,
};
OpenPOWER on IntegriCloud