core/pulseaudio-alsa/asound.conf

15 lines
236 B
Plaintext
Raw Normal View History

# Use PulseAudio by default
pcm.!default {
type pulse
2012-11-23 21:52:39 +08:00
fallback "sysdefault"
hint {
show on
description "Default ALSA Output (currently PulseAudio Sound Server)"
}
}
ctl.!default {
type pulse
2012-11-23 21:52:39 +08:00
fallback "sysdefault"
}