Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115836187
D44553.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
541 B
Referenced Files
None
Subscribers
None
D44553.diff
View Options
diff --git a/sys/dev/sound/pcm/dsp.c b/sys/dev/sound/pcm/dsp.c
--- a/sys/dev/sound/pcm/dsp.c
+++ b/sys/dev/sound/pcm/dsp.c
@@ -48,8 +48,8 @@
&dsp_mmap_allow_prot_exec, 0,
"linux mmap compatibility (-1=force disable 0=auto 1=force enable)");
-static int dsp_basename_clone = 1;
-SYSCTL_INT(_hw_snd, OID_AUTO, basename_clone, CTLFLAG_RWTUN,
+static bool dsp_basename_clone = true;
+SYSCTL_BOOL(_hw_snd, OID_AUTO, basename_clone, CTLFLAG_RWTUN,
&dsp_basename_clone, 0,
"DSP basename cloning (0: Disable; 1: Enabled)");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 30, 8:55 AM (10 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17854462
Default Alt Text
D44553.diff (541 B)
Attached To
Mode
D44553: sound: Make hw.snd.basename_clone a bool
Attached
Detach File
Event Timeline
Log In to Comment