13 lines
282 B
Lua
13 lines
282 B
Lua
|
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)
|