diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-07-23 23:55:29 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-07-23 23:55:29 +0200 |
| commit | 5f8fbadccac42c900dec2050e6716fbfb556b12d (patch) | |
| tree | 5ab45fd92fc2f914829029510ccdbed721db0df3 /.config/wireplumber/wireplumber.conf.d/52-starshipmatisse-input-disable.conf | |
| parent | 4a887c6653a1db7b660c0fa99f9371c53830fce2 (diff) | |
updated wireplumber config for new version
Diffstat (limited to '.config/wireplumber/wireplumber.conf.d/52-starshipmatisse-input-disable.conf')
| -rw-r--r-- | .config/wireplumber/wireplumber.conf.d/52-starshipmatisse-input-disable.conf | 15 |
1 files changed, 15 insertions, 0 deletions
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 + } + } + } +] + |
