update licence & notice files.
[platform/adaptation/intel_mfld/mmfw-sysconf-mfld-blackbay.git] / mmfw-sysconf-cleansdk-target / etc / pulse / system.pa
1 #!/usr/bin/pulseaudio -nF
2 #
3 # This file is part of PulseAudio.
4 #
5 # PulseAudio is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU Lesser General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9 #
10 # PulseAudio is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 # General Public License for more details.
14 #
15 # You should have received a copy of the GNU Lesser General Public License
16 # along with PulseAudio; if not, write to the Free Software Foundation,
17 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
18
19 # This startup script is used only if PulseAudio is started in system
20 # mode.
21
22 ### Automatically load driver modules depending on the hardware available
23 .ifexists module-hal-detect.so
24 #load-module module-hal-detect
25 .else
26 ### Alternatively use the static hardware detection module (for systems that
27 ### lack HAL support)
28 load-module module-detect
29 .endif
30
31 ### Load several protocols
32 .ifexists module-esound-protocol-unix.so
33 load-module module-esound-protocol-unix
34 .endif
35 load-module module-native-protocol-unix
36
37 load-module module-bluetooth-discover
38
39 ### Custom policy module to route between bt<=speaker
40 load-module module-policy
41
42 ### Automatically restore the volume of streams and devices
43 #load-module module-stream-restore
44 #load-module module-device-restore
45
46 ### Automatically restore the default sink/source when changed by the user during runtime
47 load-module module-default-device-restore
48
49 ### Automatically move streams to the default sink if the sink they are
50 ### connected to dies, similar for sources
51 load-module module-rescue-streams
52
53 ### Make sure we always have a sink around, even if it is a null sink.
54 load-module module-always-sink
55
56 ### Automatically suspend sinks/sources that become idle for too long
57 load-module module-suspend-on-idle
58
59 ### Enable positioned event sounds
60 #load-module module-position-event-sounds
61
62 ### Set default source (not to use alsa_sink monitor which is index 0)
63 set-default-source alsa_input.0.analog-stereo
64
65 load-module module-remap-sink sink_name=mono_alsa master=alsa_output.0.analog-stereo channels=1