summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2026-02-02 15:07:07 -0600
committerzachir <zachir@librem.one>2026-02-02 15:07:07 -0600
commit219c0da49fa4778e4d58790285b66c7ccc00034b (patch)
tree0e94d30799e2d714e73815d066d4c3d2c1f79796
parenta21eca6ff36e72a613dd613ba7d0388f26efee71 (diff)
Add default pipewire alsa-vm.conf
-rw-r--r--wireplumber/wireplumber.conf.d/alsa-vm.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/wireplumber/wireplumber.conf.d/alsa-vm.conf b/wireplumber/wireplumber.conf.d/alsa-vm.conf
new file mode 100644
index 0000000..22ca815
--- /dev/null
+++ b/wireplumber/wireplumber.conf.d/alsa-vm.conf
@@ -0,0 +1,17 @@
+# ALSA node property overrides for HDMI output
+
+monitor.alsa.rules = [
+ # Generic PCI cards on any VM type
+ {
+ matches = [
+ { node.name = "~alsa_output.*" }
+ ]
+ actions = {
+ update-props = {
+ audio.format = "S16LE"
+ audio.channels = 2
+ audio.position = "FR,FL"
+ }
+ }
+ }
+]