fix(wireplumber): update config

This commit is contained in:
2026-01-05 21:52:36 +01:00
parent 4baa7ec12c
commit 9a9bd609d3
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1,8 @@
monitor.alsa.properties = {
# Use ALSA-Card-Profile devices. They use UCM or the profile
# configuration to configure the device and mixer settings.
# alsa.use-acp = true
# Use UCM instead of profile when available. Can be disabled
# to skip trying to use the UCM profile.
alsa.use-ucm = true
}