alsa-plugins/pulse-default.conf
Lennart Poettering c9f36ce3a6 - Merge the whole /etc/alsa/pcm/pulseaudio.conf stuff into
/etc/alsa/pulse-default.conf, because the former is practically always
    ignored, since it is not referenced for inclusion by any other
    configuration file fragment (#251943) The other fragments installed in
    /etc/alsa/pcm/ are useless, too. But since we are in a freeze and they
    are not that important, I am not fixing this now.
2007-10-18 12:52:05 +00:00

23 lines
250 B
Plaintext

# PulseAudio plugin configuration
# Let's create a virtual device "pulse" for mixer and PCM
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
# Let's make it the default!
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}