https://bugs.kde.org/show_bug.cgi?id=487658

--- Comment #19 from Moritz <moritz1...@googlemail.com> ---
@Comment 18

This is my workaround until I proper fix is being implemented.
I am manually overwriting the 'node.nick' property: 

> # File location:
> # /home/username/.config/wireplumber/wireplumber.conf.d/51-device-rename.conf
> 
> monitor.alsa.rules = [
>   {
>     matches = [
>       {
>         node.name = 
> "alsa_input.usb-BEHRINGER_UMC202HD_192k-00.HiFi__umc202hd_mono_in_U192k_0_0__source"
>       }
>     ]
>     actions = {
>       update-props = {
>         node.nick = "UMC202HD Input 1"
>       }
>     }
>   }
>   {
>     matches = [
>       {
>         node.name = 
> "alsa_input.usb-BEHRINGER_UMC202HD_192k-00.HiFi__umc202hd_mono_in_U192k_0_1__source"
>       }
>     ]
>     actions = {
>       update-props = {
>         node.nick = "UMC202HD Input 2"
>       }
>     }
>   }
> ]

I followed section 2.3 & 2.4 on the WirePlumber ArchWiki page: 
https://wiki.archlinux.org/title/WirePlumber#Obtain_interface_name_for_rules_matching
https://wiki.archlinux.org/title/WirePlumber#Changing_a_device/node_property

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to