All pastes #1820097 Raw Edit

Mine

public text v1 · immutable
#1820097 ·published 2010-03-02 22:41 UTC
rendered paste body
# PulseAudio alsa plugin configuration file to set the pulseaudio plugin as
# default output for applications using alsa when pulseaudio is running.
hook_func.pulse_load_if_running {
	lib "libasound_module_conf_pulse.so"
	func "conf_pulse_hook_load_if_running"
}

@hooks [
	{
		func pulse_load_if_running
		files [
			"/usr/share/alsa/pulse-alsa.conf"
			"/etc/asound.conf"
			"~/.asoundrc"
		]
		errors false
	}
]