-
-
Notifications
You must be signed in to change notification settings - Fork 35
Support audio devices with more than 2 channels #370
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
Can one of the admins verify this patch? |
Reviewer's GuideAdds a sysctl configuration entry to enable USB audio devices with more than two channels by setting the default to six channels. Flow diagram for audio device channel configuration updateflowchart TD
A[Boot or sysctl reload] --> B[Read sysctl.conf]
B --> C[Set hw.usb.uaudio.default_channels=6]
C --> D[Audio subsystem allows devices with >2 channels]
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
The build error looks unrelated to this PR. |
Most of these are FreeBSD-related, nothing to worry about. |
Thank you very much @ericbsd |
@probonopd are you planning to backport to releng/14.3? |
I can submit PR(s) for releng/14.3. Do you prefer two separate PRs for or one combined one? |
One PR is fine. |
Backport * ghostbsd#369 * ghostbsd#370
Currently they don't even show up in the sound device selector. With this, they do. Tested with a BOSE Companion 5 (USB) but likely this will also work for USB audio interfaces with more than 2 channels.
Possibly the number should be increased even further, so that audio interfaces with even more channels would work.
References: