chore(pipewire): audio config
This commit is contained in:
parent
8b952060ab
commit
009bbb353c
6 changed files with 109 additions and 0 deletions
15
.config/wireplumber/wireplumber.conf.d/51-acer-monitor.conf
Normal file
15
.config/wireplumber/wireplumber.conf.d/51-acer-monitor.conf
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue