Increase default audio playback volume.
Review URL: http://codereview.chromium.org/3050022
Replacing ajwong with myself, davej and zhurunz as audioconfig WATCHLIST people.
BUG=none
TEST=none
TBR=ajwong
Review URL: http://codereview.chromium.org/2808059
Turn on Capture by default.
Review URL: http://codereview.chromium.org/2350001
Add a default-cros.pa to tell our modified module-device-restore what volume to set at startup for sources and sinks.
BUG=1721,1661
Review URL: http://codereview.chromium.org/992007
Reapply
97758de2adf4eb8c861b66826e890e5c3479e071.
Original description:
Create a pulseaudio upstart job that starts pulseaudio on entrance
into runlevel 2. Also, setup some default client configurations.
Specifically:
1) Disable autospawning by clients. upstart should
spawn the only job.
2) Put the runtime dir in /var/run/pulse instead of
${HOME}/.pulse to work around HOME being reset
during window manager login.
3) Put the state directory in /home/chronos/.pulse
explicitly for the same reason.
4) Add a basic script for first-run volume configuration.
Review URL: http://codereview.chromium.org/661389
TBR=albertb
Review URL: http://codereview.chromium.org/672002
This reverts commit
97758de2adf4eb8c861b66826e890e5c3479e071.
TBR=ajwong
BUG=none
TEST=build suceeds
Review URL: http://codereview.chromium.org/668272
Create a pulseaudio upstart job that starts pulseaudio on entrance into runlevel 2. Also, setup some default client configurations. Specifically:
1) Disable autospawning by clients. upstart should
spawn the only job.
2) Put the runtime dir in /var/run/pulse instead of
${HOME}/.pulse to work around HOME being reset
during window manager login.
3) Put the state directory in /home/chronos/.pulse
explicitly for the same reason.
4) Add a basic script for first-run volume configuration.
Review URL: http://codereview.chromium.org/661389
Add a default asound.conf that uses PulseAudio for the default audio device.
Review URL: http://codereview.chromium.org/625004