summaryrefslogtreecommitdiffstats
path: root/media/audio/linux/alsa_output_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Explicitly add a bunch of missing includes.thestig@chromium.org2010-04-151-2/+3
* Assume pending buffered bytes is zero when ALSA has underrun.scherkus@chromium.org2010-04-081-0/+46
* Remove size_t from audio IPC code.jam@chromium.org2010-02-051-7/+7
* More plumbing of the low latency modecpu@chromium.org2010-01-131-1/+1
* Retry 35837 linux: grab device name before closing itajwong@chromium.org2010-01-091-1/+11
* Move Alsa device opening into the audio thread, and add in support for multi-...ajwong@chromium.org2009-10-161-35/+275
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-291-1/+1
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-1/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+1
* Provide unplayed bytes ALSA implementation of audiohclam@chromium.org2009-08-241-1/+7
* Providing unplayed bytes in audio hardware bufferhclam@chromium.org2009-08-241-4/+4
* Threadsafe access to AudioSource callback. Release stream on close. Handle er...ajwong@chromium.org2009-08-211-1/+24
* Enabled mono playback support for Linux.scherkus@chromium.org2009-08-201-2/+13
* Reimplement the AlsaPcmOutputStream and fix the threading issues.ajwong@chromium.org2009-08-041-0/+379