2022-10-31 21:58:13 +00:00
|
|
|
rule ={
|
|
|
|
matches = {
|
|
|
|
{
|
2023-10-18 18:39:47 +01:00
|
|
|
{"node.description","equals","GA104 High Definition Audio Controller Digital Stereo (HDMI)"},
|
2022-10-31 21:58:13 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
apply_properties = {
|
|
|
|
["node.description"] = "Acer Monitor Speakers",
|
|
|
|
["node.nick"] = "Acer Monitor Speakers"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
table.insert(alsa_monitor.rules,rule)
|