summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2001-03-05 15:58:05 +0000
committercg <cg@FreeBSD.org>2001-03-05 15:58:05 +0000
commitb9ad4c6e6b93f88c5c7b2452ae8f1aa65876226a (patch)
treeda2aac4d7e4bed71a6101a8bf4e60211bd220b49
parent074032460a0f65e018d8fb5aacc9ced98ce1f91f (diff)
downloadFreeBSD-src-b9ad4c6e6b93f88c5c7b2452ae8f1aa65876226a.zip
FreeBSD-src-b9ad4c6e6b93f88c5c7b2452ae8f1aa65876226a.tar.gz
enable per-device sysctls unconditionally
-rw-r--r--sys/dev/sound/pcm/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h
index 1a38e20..597b6ef 100644
--- a/sys/dev/sound/pcm/sound.h
+++ b/sys/dev/sound/pcm/sound.h
@@ -71,8 +71,8 @@
#if __FreeBSD_version > 500000
#define USING_MUTEX
#define USING_DEVFS
-#define SND_DYNSYSCTL
#endif
+#define SND_DYNSYSCTL
#else
struct isa_device { int dummy; };
OpenPOWER on IntegriCloud