summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-01-03 02:09:31 +0000
committerjhb <jhb@FreeBSD.org>2001-01-03 02:09:31 +0000
commit59a7acdd4dc8df22df953ce362e9e0c7fb20c6bb (patch)
tree39d52bb624cbf2c2e266a6dbb155e950cb799b84 /sys
parent9598ea3cc7f143ae9131a689b9a4473929699b7e (diff)
downloadFreeBSD-src-59a7acdd4dc8df22df953ce362e9e0c7fb20c6bb.zip
FreeBSD-src-59a7acdd4dc8df22df953ce362e9e0c7fb20c6bb.tar.gz
Rename the loader tunable from hw.sndunit to hw.snd.unit.
Submitted by: cg
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/sound/pcm/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/sound.c b/sys/dev/sound/pcm/sound.c
index 45f53d6..0f9503b 100644
--- a/sys/dev/sound/pcm/sound.c
+++ b/sys/dev/sound/pcm/sound.c
@@ -88,7 +88,7 @@ nomenclature:
static devclass_t pcm_devclass;
int snd_unit;
-TUNABLE_INT_DECL("hw.sndunit", 0, snd_unit);
+TUNABLE_INT_DECL("hw.snd.unit", 0, snd_unit);
static void
pcm_makelinks(void *dummy)
OpenPOWER on IntegriCloud