Robbeh
Robbeh
UBUniversal Blue
Created by LinuxConvert on 10/13/2024 in #🛟bazzite-help
HDMI audio keeps going back to stereo instead of 5.1
You can use wpcrl status and wpcrl inspect to get the priority of each audio device, then create ~/.config/wireplumber/wireplumber.conf.d/51-creative-soundbar.conf (you can change the name) to put something like: monitor-alsa.rules = [ { matches = [ { node. name = "alsa_output.pci-0000_03_00.1.hdmi-stereo” } ] actions = { update-props = { priority.driver = 727 priority session = 727 } } } ] To ensure the device you want has a higher priority than the one you don’t (or lower the other)
13 replies