diff options
author | jhb <jhb@FreeBSD.org> | 2001-01-03 02:09:31 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-01-03 02:09:31 +0000 |
commit | 59a7acdd4dc8df22df953ce362e9e0c7fb20c6bb (patch) | |
tree | 39d52bb624cbf2c2e266a6dbb155e950cb799b84 /sys | |
parent | 9598ea3cc7f143ae9131a689b9a4473929699b7e (diff) | |
download | FreeBSD-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.c | 2 |
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) |