c9f36ce3a6
/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.
23 lines
250 B
Plaintext
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
|
|
}
|
|
|