summaryrefslogtreecommitdiffstats
path: root/media/audio/linux/alsa_output_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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