From 5f8fbadccac42c900dec2050e6716fbfb556b12d Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Tue, 23 Jul 2024 23:55:29 +0200 Subject: updated wireplumber config for new version --- .../52-starshipmatisse-input-disable.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .config/wireplumber/wireplumber.conf.d/52-starshipmatisse-input-disable.conf (limited to '.config/wireplumber/wireplumber.conf.d/52-starshipmatisse-input-disable.conf') diff --git a/.config/wireplumber/wireplumber.conf.d/52-starshipmatisse-input-disable.conf b/.config/wireplumber/wireplumber.conf.d/52-starshipmatisse-input-disable.conf new file mode 100644 index 0000000..86cdd32 --- /dev/null +++ b/.config/wireplumber/wireplumber.conf.d/52-starshipmatisse-input-disable.conf @@ -0,0 +1,15 @@ +monitor.alsa.rules = [ + { + matches = [ + { + node.name = "alsa_input.pci-0000_31_00.4.analog-stereo" + } + ] + actions = { + update-props = { + node.disabled = true + } + } + } +] + -- cgit v1.2.3