hrm, it's just a single conf file. i was thinking of adding it to the `bazzite-hardware-setup` file
hrm, it's just a single conf file. i was thinking of adding it to the
bazzite-hardware-setup filebazzite-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
}
}
}
]