Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Side by Side Diff: pulse/default-cros.pa

Issue 3050022: Increase default audio playback volume. (Closed) Base URL: ssh://git@chromiumos-git/audioconfig.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/usr/bin/pulseaudio -nF 1 #!/usr/bin/pulseaudio -nF
2 2
3 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 3 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 # 6 #
7 # Based on /etc/pulse/default.pa in PulseAudio. 7 # Based on /etc/pulse/default.pa in PulseAudio.
8 8
9 # License from the file this was based off of. 9 # License from the file this was based off of.
10 # 10 #
(...skipping 11 matching lines...) Expand all
22 # along with PulseAudio; if not, write to the Free Software Foundation, 22 # along with PulseAudio; if not, write to the Free Software Foundation,
23 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 23 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
24 24
25 # This startup script is used only if PulseAudio is started per-user 25 # This startup script is used only if PulseAudio is started per-user
26 # (i.e. not in system mode) 26 # (i.e. not in system mode)
27 27
28 .fail 28 .fail
29 29
30 ### Automatically restore the volume of streams and devices. 30 ### Automatically restore the volume of streams and devices.
31 ### Set the default volume and mute states for new devices. 31 ### Set the default volume and mute states for new devices.
32 load-module module-device-restore default_sink_volume=45876 default_sink_muted=n default_source_volume=65537 default_source_muted=n 32 load-module module-device-restore default_sink_volume=55706 default_sink_muted=n default_source_volume=65537 default_source_muted=n
33 load-module module-stream-restore 33 load-module module-stream-restore
34 load-module module-card-restore 34 load-module module-card-restore
35 35
36 ### Automatically augment property information from .desktop files 36 ### Automatically augment property information from .desktop files
37 ### stored in /usr/share/application 37 ### stored in /usr/share/application
38 load-module module-augment-properties 38 load-module module-augment-properties
39 39
40 ### Automatically load driver modules depending on the hardware available 40 ### Automatically load driver modules depending on the hardware available
41 .ifexists module-udev-detect.so 41 .ifexists module-udev-detect.so
42 load-module module-udev-detect 42 load-module module-udev-detect
(...skipping 26 matching lines...) Expand all
69 ### If autoexit on idle is enabled we want to make sure we only quit 69 ### If autoexit on idle is enabled we want to make sure we only quit
70 ### when no local session needs us anymore. 70 ### when no local session needs us anymore.
71 load-module module-console-kit 71 load-module module-console-kit
72 72
73 ### Enable positioned event sounds 73 ### Enable positioned event sounds
74 load-module module-position-event-sounds 74 load-module module-position-event-sounds
75 75
76 ### Cork music streams when a phone stream is active 76 ### Cork music streams when a phone stream is active
77 # TODO(ajwong): What does this do? Do we need it? 77 # TODO(ajwong): What does this do? Do we need it?
78 load-module module-cork-music-on-phone 78 load-module module-cork-music-on-phone
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698