From 7844c829a46403931997ca16c550800610c96029 Mon Sep 17 00:00:00 2001 From: mav Date: Mon, 25 Oct 2010 08:25:44 +0000 Subject: Make hw.snd.vpc_0db to be also a loader tunable. --- sys/dev/sound/pcm/channel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/sound') diff --git a/sys/dev/sound/pcm/channel.c b/sys/dev/sound/pcm/channel.c index ec7cb98..2b3b390 100644 --- a/sys/dev/sound/pcm/channel.c +++ b/sys/dev/sound/pcm/channel.c @@ -124,6 +124,7 @@ SYSCTL_INT(_hw_snd, OID_AUTO, vpc_autoreset, CTLFLAG_RW, &chn_vpc_autoreset, 0, "automatically reset channels volume to 0db"); static int chn_vol_0db_pcm = SND_VOL_0DB_PCM; +TUNABLE_INT("hw.snd.vpc_0db", &chn_vol_0db_pcm); static void chn_vpc_proc(int reset, int db) -- cgit v1.1