various updates
This commit is contained in:
75
.config/wireplumber/wireplumber.conf.d/99-renames.conf
Normal file
75
.config/wireplumber/wireplumber.conf.d/99-renames.conf
Normal file
@ -0,0 +1,75 @@
|
||||
monitor.alsa.rules = [
|
||||
# OUTPUT DEVICES
|
||||
{
|
||||
matches = [
|
||||
{ node.name = "alsa_output.pci-0000_01_00.1.hdmi-stereo" }
|
||||
],
|
||||
actions = {
|
||||
update-props = {
|
||||
node.description = "BenQ GL2580",
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
matches = [
|
||||
{ node.name = "alsa_output.pci-0000_11_00.6.analog-stereo" }
|
||||
],
|
||||
actions = {
|
||||
update-props = {
|
||||
node.description = "Logitech Z313",
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
matches = [
|
||||
{ node.name = "alsa_output.usb-Razer_Razer_BlackShark_V2_Pro-00.analog-stereo" }
|
||||
],
|
||||
actions = {
|
||||
update-props = {
|
||||
node.description = "Razer BlackShark V2 Pro",
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
matches = [
|
||||
{ node.name = "alsa_output.usb-R__DE_Microphones_R__DE_NT-USB_Mini_514A76EB-00.analog-stereo" }
|
||||
],
|
||||
actions = {
|
||||
update-props = {
|
||||
node.description = "RØDE NT-USB Mini",
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
# INPUT DEVICES
|
||||
{
|
||||
matches = [
|
||||
{ node.name = "alsa_input.usb-R__DE_Microphones_R__DE_NT-USB_Mini_514A76EB-00.mono-fallback" }
|
||||
],
|
||||
actions = {
|
||||
update-props = {
|
||||
node.description = "RØDE NT-USB Mini",
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
matches = [
|
||||
{ node.name = "alsa_input.usb-Razer_Razer_BlackShark_V2_Pro-00.mono-fallback" }
|
||||
],
|
||||
actions = {
|
||||
update-props = {
|
||||
node.description = "Razer BlackShark V2 Pro",
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
matches = [
|
||||
{ node.name = "alsa_input.pci-0000_11_00.6.analog-stereo" }
|
||||
],
|
||||
actions = {
|
||||
update-props = {
|
||||
node.description = "3.5mm Input",
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user