summaryrefslogtreecommitdiff
path: root/.config/wireplumber/wireplumber.conf.d/51-soundblaster-output-rename.conf
blob: 75dd728773d98ba3233eb94887002551337d0e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
monitor.alsa.rules = [
	{
	    matches = [	
		    {
			    node.name = "alsa_output.pci-0000_29_00.0.analog-stereo"
			}
		]
        actions = {
	        update-props = {
	            node.description = "Headphones",
				node.nick = "Headphones"
	        }
    	}
    }
]