Contents of /trunk/alsa-plugins/pulseaudio-probe.conf
Parent Directory | Revision Log
Revision 1661 -
(show annotations)
(download)
Wed Feb 29 14:54:58 2012 UTC (12 years, 8 months ago) by niro
File size: 437 byte(s)
Wed Feb 29 14:54:58 2012 UTC (12 years, 8 months ago) by niro
File size: 437 byte(s)
-added config files to enable pulseaudio as default if present
1 | # PulseAudio alsa plugin configuration file to set the pulseaudio plugin as |
2 | # default output for applications using alsa when pulseaudio is running. |
3 | |
4 | hook_func.pulse_load_if_running { |
5 | lib "/usr/lib/alsa-lib/libasound_module_conf_pulse.so" |
6 | func "conf_pulse_hook_load_if_running" |
7 | } |
8 | |
9 | @hooks [ |
10 | { |
11 | func pulse_load_if_running |
12 | files [ |
13 | "/usr/share/alsa/pulse-default.conf" |
14 | "/etc/asound.conf" |
15 | "~/.asoundrc" |
16 | ] |
17 | errors false |
18 | } |
19 | ] |