diff options
| author | GitIR <git@zachir.xyz> | 2026-04-28 15:11:53 -0500 |
|---|---|---|
| committer | GitIR <git@zachir.xyz> | 2026-04-28 15:11:53 -0500 |
| commit | b659d5290ef67235904c401511bd1ca64611385c (patch) | |
| tree | 5814fa71983dfc91a45e6873142b635fcfb8c3f3 /wireplumber/wireplumber.conf.d/alsa-vm.conf | |
| parent | 8a6620de6e5b8adb1054d40d0258e379503e0855 (diff) | |
| parent | 7da8033d855095c46748b71c9199ff76df6254ba (diff) | |
Merge branch 'master' into rai-master
Diffstat (limited to 'wireplumber/wireplumber.conf.d/alsa-vm.conf')
| -rw-r--r-- | wireplumber/wireplumber.conf.d/alsa-vm.conf | 17 |
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" + } + } + } +] |
