And then I think what we can do is just clone valve's steamdeck-dsp services
And then I think what we can do is just clone valve's steamdeck-dsp services
bazzite-hardware-setup file
bazzite-hardware-setup~/.config/wireplumber/wireplumber.conf.d/alsa-soft-mixer.conf
monitor.alsa.rules = [
{
matches = [
{
# This matches all cards.
device.name = "~alsa_card.*"
}
]
actions = {
update-props = {
# Apply properties on the matched object.
# Do not use the hardware mixer for volume control. It
# will only use software volume. The mixer is still used
# to mute unused paths based on the selected port.
api.alsa.soft-mixer = true
}
}
}
]