summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-06-07 03:17:26 +0000
committerpeter <peter@FreeBSD.org>2001-06-07 03:17:26 +0000
commitc1df44ae51f0e038d79f66d82849ae33f48b5c94 (patch)
tree960c8e41da0d34051d7134bc7acba89f5dc172de /sys/dev/sound
parentb10afe2606f64b9c728011eef198b5998dfe418e (diff)
downloadFreeBSD-src-c1df44ae51f0e038d79f66d82849ae33f48b5c94.zip
FreeBSD-src-c1df44ae51f0e038d79f66d82849ae33f48b5c94.tar.gz
Back out part of my previous commit. This was a last minute change
and I botched testing. This is a perfect example of how NOT to do this sort of thing. :-(
Diffstat (limited to 'sys/dev/sound')
-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 a9590a3..a8b3910 100644
--- a/sys/dev/sound/pcm/sound.c
+++ b/sys/dev/sound/pcm/sound.c
@@ -93,7 +93,7 @@ static devclass_t pcm_devclass;
#ifdef USING_DEVFS
static int snd_unit = 0;
-TUNABLE_INT("hw.snd.unit", &snd_unit);
+TUNABLE_INT("hw.snd.unit", snd_unit);
#endif
SYSCTL_NODE(_hw, OID_AUTO, snd, CTLFLAG_RD, 0, "Sound driver");
OpenPOWER on IntegriCloud