diff options
| author | ZachIR <zachir@librem.one> | 2026-02-02 19:59:06 -0600 |
|---|---|---|
| committer | ZachIR <zachir@librem.one> | 2026-02-02 19:59:06 -0600 |
| commit | d4bd06446cb442f11f1f0bbbbe3db5b18cc1e7ba (patch) | |
| tree | 9a29ced28843b454d64fc14c9cea64caf6dfb8df /wireplumber/wireplumber.conf.d/alsa-vm.conf | |
| parent | 8e389bd19e2cf993546629716547f8204a77eab8 (diff) | |
| parent | 066e5895b499c39a7868bc8b0634a49b7c8af729 (diff) | |
Merge branch 'master' into carcar
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" + } + } + } +] |
