summaryrefslogtreecommitdiffstats
path: root/media/audio/linux/audio_manager_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* SetVolume and GetVolume take one volume instead of separate left and right vo...fbarchard@chromium.org2009-11-041-2/+5
* Move Alsa device opening into the audio thread, and add in support for multi-...ajwong@chromium.org2009-10-161-8/+10
* Threadsafe access to AudioSource callback. Release stream on close. Handle er...ajwong@chromium.org2009-08-211-4/+9
* Reimplement the AlsaPcmOutputStream and fix the threading issues.ajwong@chromium.org2009-08-041-10/+28
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@google.com2009-07-221-11/+10
* Revert r21137 to fix Chromium mac valgrindhclam@chromium.org2009-07-211-10/+11
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@chromium.org2009-07-211-11/+10
* Change default audio device from "plug:default" to "default".ajwong@chromium.org2009-05-271-1/+1
* Third attempt at http://codereview.chromium.org/115276ajwong@chromium.org2009-05-211-3/+64
* Revert r16622estade@chromium.org2009-05-211-64/+3
* Reapply http://codereview.chromium.org/115276ajwong@chromium.org2009-05-211-3/+64
* Revert http://codereview.chromium.org/115276ajwong@chromium.org2009-05-211-64/+3
* This iteration creates one message loop per audio output stream that is respo...ajwong@chromium.org2009-05-211-3/+64
* Construct AudioRendererHost in BrowserRendererProcessHost, also constructhclam@chromium.org2009-02-111-0/+10