75 lines
1.9 KiB
Plaintext
75 lines
1.9 KiB
Plaintext
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",
|
|
}
|
|
}
|
|
}
|
|
] |