/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.
22 lines
250 B
Text
22 lines
250 B
Text
# 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
|
|
}
|
|
|