chore: Added audio configuration
This commit is contained in:
parent
cf3f9a0a61
commit
ac89e060ce
5 changed files with 60 additions and 0 deletions
12
.config/wireplumber/main.lua.d/51-acer-monitor.lua
Normal file
12
.config/wireplumber/main.lua.d/51-acer-monitor.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
rule ={
|
||||
matches = {
|
||||
{
|
||||
{"node.name","equals","GA104 High Definition Audio Controller Digital Stereo (HDMI 2)"},
|
||||
}
|
||||
},
|
||||
apply_properties = {
|
||||
["node.description"] = "Acer Monitor Speakers",
|
||||
["node.nick"] = "Acer Monitor Speakers"
|
||||
}
|
||||
}
|
||||
table.insert(alsa_monitor.rules,rule)
|
Loading…
Add table
Add a link
Reference in a new issue