diff options
| author | zsmith <zsmith@newhopechurch.tv> | 2026-04-13 09:05:47 -0500 |
|---|---|---|
| committer | zsmith <zsmith@newhopechurch.tv> | 2026-04-13 09:05:47 -0500 |
| commit | 4a964adf88f8a1a8b54ecd2582860d351a074bf1 (patch) | |
| tree | 6580647b5a74a8f20dee62096bc45f44842e7c1d /wireplumber/wireplumber.conf.d/alsa-vm.conf | |
| parent | e668e8eb29215b2ba2beb873dc85670d13ecfe50 (diff) | |
| parent | 2418ffd3d74dde0de4487c310acc6f111f0fbe4c (diff) | |
Merge branch 'master' into macmac
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" + } + } + } +] |
