From 219c0da49fa4778e4d58790285b66c7ccc00034b Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 2 Feb 2026 15:07:07 -0600 Subject: Add default pipewire alsa-vm.conf --- wireplumber/wireplumber.conf.d/alsa-vm.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 wireplumber/wireplumber.conf.d/alsa-vm.conf (limited to 'wireplumber') 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" + } + } + } +] -- cgit v1.2.3