chore(pipewire): audio config

This commit is contained in:
Afonso Franco 2024-10-07 20:17:54 +01:00
parent 8b952060ab
commit 009bbb353c
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
6 changed files with 109 additions and 0 deletions

View file

@ -0,0 +1,15 @@
"monitor.alsa.rules": [
{
"matches": [
{
"node.name": "alsa_output.pci-0000_2b_00.1.hdmi-stereo-extra1"
}
],
"actions": {
"update-props": {
"node.description": "Acer Monitor Speakers",
"node.nick": "Acer Monitor Speakers"
}
}
}
]