core/pulseaudio-alsa/asound.conf
2010-09-03 21:37:49 +00:00

20 lines
198 B
Plaintext

# Use PulseAudio by default
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}
# Explicit PulseAudio device
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
# vim:set ft=alsaconf: