-
-
Notifications
You must be signed in to change notification settings - Fork 35
Automatic sound switching and Support audio devices with more than 2 channels #372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Backport * ghostbsd#369 * ghostbsd#370
Can one of the admins verify this patch? |
Reviewer's GuideBackports audio-related sysctl settings from PRs #369 and #370 by updating sysctl.conf to enable automatic audio device switching and increase USB audio channel support. Class diagram for updated sysctl.conf audio settingsclassDiagram
class sysctl.conf {
+kern.ipc.shm_allow_removed=1
+kern.sched.preempt_thresh=224
+kern.geom.part.mbr.enforce_chs=0
+hw.snd.default_auto=2
+hw.usb.uaudio.default_channels=6
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
test this |
I let Jenkins run, and I will merge when it is completed. |
Backport
Summary by Sourcery
Backport sysctl configuration changes to enable automatic audio device switching and support for multi-channel USB audio.
Enhancements: