summaryrefslogtreecommitdiff
path: root/.config/wireplumber
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-12-08 19:26:15 +0100
committeryuzu-eva <cafebabe@disroot.org>2025-12-08 19:26:15 +0100
commit42bad3d8307584c38be41404a84682841d1daa61 (patch)
tree703d8b8cb7fe509f858e3ca358cccc1fc07dade6 /.config/wireplumber
Diffstat (limited to '.config/wireplumber')
-rw-r--r--.config/wireplumber/wireplumber.conf.d/51-camera-microphone-input-rename.conf15
-rw-r--r--.config/wireplumber/wireplumber.conf.d/51-soundblaster-output-rename.conf16
-rw-r--r--.config/wireplumber/wireplumber.conf.d/51-starshipmatisse-output-rename.conf18
-rw-r--r--.config/wireplumber/wireplumber.conf.d/52-soundblaster-input-disable.conf15
-rw-r--r--.config/wireplumber/wireplumber.conf.d/52-starshipmatisse-input-disable.conf15
5 files changed, 79 insertions, 0 deletions
diff --git a/.config/wireplumber/wireplumber.conf.d/51-camera-microphone-input-rename.conf b/.config/wireplumber/wireplumber.conf.d/51-camera-microphone-input-rename.conf
new file mode 100644
index 0000000..8656458
--- /dev/null
+++ b/.config/wireplumber/wireplumber.conf.d/51-camera-microphone-input-rename.conf
@@ -0,0 +1,15 @@
+monitor.alsa.rules = [
+ {
+ matches = [
+ {
+ node.name = "alsa_input.usb-SunplusIT_Inc_FHD_Camera_Microphone_01.00.00-02.analog-stereo"
+ }
+ ]
+ actions = {
+ update-props = {
+ node.description = "Camera Microphone",
+ node.nick = "Camera Microphone"
+ }
+ }
+ }
+]
diff --git a/.config/wireplumber/wireplumber.conf.d/51-soundblaster-output-rename.conf b/.config/wireplumber/wireplumber.conf.d/51-soundblaster-output-rename.conf
new file mode 100644
index 0000000..75dd728
--- /dev/null
+++ b/.config/wireplumber/wireplumber.conf.d/51-soundblaster-output-rename.conf
@@ -0,0 +1,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"
+ }
+ }
+ }
+]
+
diff --git a/.config/wireplumber/wireplumber.conf.d/51-starshipmatisse-output-rename.conf b/.config/wireplumber/wireplumber.conf.d/51-starshipmatisse-output-rename.conf
new file mode 100644
index 0000000..a6c6697
--- /dev/null
+++ b/.config/wireplumber/wireplumber.conf.d/51-starshipmatisse-output-rename.conf
@@ -0,0 +1,18 @@
+monitor.alsa.rules = [
+ {
+ matches = [
+ {
+ node.name = "alsa_output.pci-0000_31_00.4.iec958-stereo"
+ }
+ ]
+
+ actions = {
+ update-props = {
+ node.description = "Speakers",
+ node.nick = "Speakers"
+ }
+ }
+ }
+]
+
+
diff --git a/.config/wireplumber/wireplumber.conf.d/52-soundblaster-input-disable.conf b/.config/wireplumber/wireplumber.conf.d/52-soundblaster-input-disable.conf
new file mode 100644
index 0000000..b36545c
--- /dev/null
+++ b/.config/wireplumber/wireplumber.conf.d/52-soundblaster-input-disable.conf
@@ -0,0 +1,15 @@
+monitor.alsa.rules = [
+ {
+ matches = [
+ {
+ node.name = "alsa_input.pci-0000_29_00.0.analog-stereo"
+ }
+ ]
+ actions = {
+ update-props = {
+ node.disabled = true
+ }
+ }
+ }
+]
+
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
+ }
+ }
+ }
+]
+