mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Re-Add accidental deleted asound.conf
This commit is contained in:
14
buildroot-external/rootfs-overlay/etc/asound.conf
Normal file
14
buildroot-external/rootfs-overlay/etc/asound.conf
Normal file
@ -0,0 +1,14 @@
|
||||
# Use PulseAudio by default
|
||||
pcm.!default {
|
||||
type pulse
|
||||
fallback "sysdefault"
|
||||
hint {
|
||||
show on
|
||||
description "Default ALSA Output (currently PulseAudio Sound Server)"
|
||||
}
|
||||
}
|
||||
|
||||
ctl.!default {
|
||||
type pulse
|
||||
fallback "sysdefault"
|
||||
}
|
Reference in New Issue
Block a user