1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-29 10:11:40 +01:00
OpenVoiceOS/buildroot-external/rootfs-overlay/etc/asound.conf

15 lines
238 B
Plaintext

# Use PipeWire by default
pcm.!default {
type pipewire
fallback "sysdefault"
hint {
show on
description "Default ALSA Output (currently PipeWire Sound Server)"
}
}
ctl.!default {
type pipewire
fallback "sysdefault"
}