This commit is contained in:
2026-04-01 01:18:44 -04:00
parent 9971eb2d34
commit c13d082429
4 changed files with 16 additions and 3 deletions

View File

@@ -42,4 +42,17 @@ monitor.alsa.rules = [
}
}
}
# Prefer analog output on AMD Ryzen HD Audio as default sink
{
matches = [
{
node.name = "~alsa_output.pci.*analog.*"
}
]
actions = {
update-props = {
priority.session = 1500
}
}
}
]