ucm2 USB-Audio: Add support for ASUS Xonar U7 - #622
Open
nutzeeer wants to merge 1 commit into
Open
Conversation
Add UCM profile for ASUS Xonar U7 USB audio interface (1043:8586). Hardware provides: - Analog multi-channel output (2/4/6/8ch) via hw:1,2 - Front headphone jack (hardware-switched with rear analog) - Rear outputs for surround setups - S/PDIF digital output via hw:1,0 Key improvements: - Direct hardware mixer control via PlaybackMixerElem - Eliminates double volume control (software + hardware) - Preserves full dynamic range and bit depth - System volume slider directly controls hardware PCM mixer (numid=7) - All output modes properly exposed (stereo, 4.0, 5.1, 7.1, S/PDIF) - Fixes incorrect generic UCM mapping of analog output to S/PDIF device Without this UCM, the generic USB-Audio profile incorrectly maps analog output to hw:1,0 (S/PDIF), resulting in no audio output.
Member
|
Please, correct the device names. https://github.com/alsa-project/alsa-lib/blob/master/include/use-case.h#L132 |
perexg
force-pushed
the
master
branch
10 times, most recently
from
March 30, 2026 16:38
90b4ed1 to
67998e1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add UCM profile for ASUS Xonar U7 USB audio interface (1043:8586) to fix incorrect output mapping and enable hardware volume control.
Audio topology:
hw:1,0: S/PDIF PCM Output (rear panel)
hw:1,1: S/PDIF AC3 Passthrough (not exposed - compressed audio only)
hw:1,2: Analog Multi-Channel Output
-2ch: Front Headphone Jack
-4ch: Front + Rear outputs
-6ch: Front + Rear + Center/LFE outputs
-8ch: All outputs (Front + Rear + Center/LFE + Side)
Key changes:
Without this UCM, the generic USB-Audio profile incorrectly maps analog output to hw:1,0 (S/PDIF), resulting in no audio output when plugging in headphones.