Hi, could I get some help with configuring PipeWire? After a few hours of trying to fix this, I’m about to lose it.
have a somewhat unusual audio setup: my headphones are plugged into the green jack, and my stereo speakers are plugged into the black jack.
I want both outputs to play audio simultaneously, as I can manually turn off the speakers using their own controller. The headphones in the green jack should essentially stay active all the time.
If there’s a kind who could help me out, I’d really appreciate it!
Here is a screenshot of the scheme that works in Helvum
Hint Strings
The codec parser have several switches and adjustment knobs for matching better with the actual codec or device behavior. Many of them can be adjusted dynamically via “hints” strings as mentioned in the section above. For example, by passing jack_detect = no string via sysfs or a patch file, you can disable the jack detection, thus the codec parser will skip the features like auto-mute or mic auto-switch. As a boolean value, either yes, no, true, false, 1 or 0 can be passed.