chore(wireplumber): migrate config to new style

This commit is contained in:
Afonso Franco 2024-06-01 03:54:46 +01:00
parent a796af3510
commit 520d3205e7
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
5 changed files with 0 additions and 60 deletions

View file

@ -1,12 +0,0 @@
rule ={
matches = {
{
{"node.description","equals","GA104 High Definition Audio Controller Digital Stereo (HDMI)"},
}
},
apply_properties = {
["node.description"] = "Acer Monitor Speakers",
["node.nick"] = "Acer Monitor Speakers"
}
}
table.insert(alsa_monitor.rules,rule)

View file

@ -1,12 +0,0 @@
rule ={
matches = {
{
{"node.name","equals","alsa_input.platform-snd_aloop.0.analog-stereo"},
}
},
apply_properties = {
["node.description"] = "Built-in Audio Input",
["node.nick"] = "Built-in Audio Input"
}
}
table.insert(alsa_monitor.rules,rule)

View file

@ -1,12 +0,0 @@
rule ={
matches = {
{
{"node.name","equals","alsa_output.platform-snd_aloop.0.analog-stereo"},
}
},
apply_properties = {
["node.description"] = "Built-in Audio Output",
["node.nick"] = "Built-in Audio Output"
}
}
table.insert(alsa_monitor.rules,rule)

View file

@ -1,12 +0,0 @@
rule ={
matches = {
{
{"node.name","equals","alsa_input.usb-Focusrite_Scarlett_Solo_USB_Y70DAWR074D97D-00.analog-stereo"},
}
},
apply_properties = {
["node.description"] = "Scarlett Solo Interface Input",
["node.nick"] = "Scarlett Solo Input"
}
}
table.insert(alsa_monitor.rules,rule)

View file

@ -1,12 +0,0 @@
rule ={
matches = {
{
{"node.name","equals","alsa_output.usb-Focusrite_Scarlett_Solo_USB_Y70DAWR074D97D-00.iec958-stereo"},
}
},
apply_properties = {
["node.description"] = "Scarlett Solo Interface Output",
["node.nick"] = "Scarlett Solo Output"
}
}
table.insert(alsa_monitor.rules,rule)