[wireplumber] migrate config to new style
This commit is contained in:
parent
0a573540b0
commit
bb24868b36
5 changed files with 0 additions and 60 deletions
|
@ -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)
|
|
@ -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)
|
|
@ -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)
|
|
@ -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)
|
|
@ -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)
|
Loading…
Reference in a new issue