1 #!/usr/bin/pulseaudio -nF
3 # This file is part of PulseAudio, tuned to work for Jack input/output
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.
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.
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.
19 # This startup script is used only if PulseAudio is started per-user
20 # (i.e. not in system mode)
25 ### Automatically restore the volume of streams and devices
26 load-module module-device-restore
27 load-module module-stream-restore
28 load-module module-card-restore
31 load-module module-jack-sink
32 #load-module module-jack-source
34 ### Load unix protocol
35 load-module module-native-protocol-unix
37 ### Automatically move streams to the default sink if the sink they are
38 ### connected to dies, similar for sources
39 load-module module-rescue-streams
41 ### Make sure we always have a sink around, even if it is a null sink.
42 load-module module-always-sink
45 set-default-sink jack_out
46 #set-default-source jack_in