summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-08-20 05:48:17 +0000
committerbde <bde@FreeBSD.org>1998-08-20 05:48:17 +0000
commit876993d7e3ef85b9a92d42a427ab2c1b12f74e1d (patch)
tree704f44e7718b2dbadf0ee4d8a4f97377bcd9ab4a /sys/i386/isa/sound
parent6c1df374e4b440140263cd224b16945de1a2bc0b (diff)
downloadFreeBSD-src-876993d7e3ef85b9a92d42a427ab2c1b12f74e1d.zip
FreeBSD-src-876993d7e3ef85b9a92d42a427ab2c1b12f74e1d.tar.gz
Fixed bogus spelling `nx*' of some `no*' devswitch functions.
Diffstat (limited to 'sys/i386/isa/sound')
-rw-r--r--sys/i386/isa/sound/soundcard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/sound/soundcard.c b/sys/i386/isa/sound/soundcard.c
index b4eca55..52428b4 100644
--- a/sys/i386/isa/sound/soundcard.c
+++ b/sys/i386/isa/sound/soundcard.c
@@ -91,8 +91,8 @@ static char driver_name[] = "snd";
#define CDEV_MAJOR 30
static struct cdevsw snd_cdevsw = {
sndopen, sndclose, sndread, sndwrite,
- sndioctl, nxstop, nxreset, nxdevtotty,
- sndpoll, sndmmap, nxstrategy, driver_name,
+ sndioctl, nostop, noreset, nodevtotty,
+ sndpoll, sndmmap, nostrategy, driver_name,
NULL, -1,
};
OpenPOWER on IntegriCloud