blob: 3d867972cb13549943267711871fe631564faaf3 (
plain)
1
2
3
4
5
6
7
8
|
# Gentoo's alsa-plugins ebuild installs pulse configuration files,
# that overwrite pcm.default with a pulse device, if pulse is running.
# Lood this file if it exists.
@hooks [{
func load
files [ "/usr/share/alsa/pulse.conf" ]
errors false
}]
|