summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/AlsaSoundStream.h
AgeCommit message (Expand)Author
2018-04-12Reformat all the things!spycrab
2017-11-19SoundStream: change Start/Stop to Init/SetRunning/destructMichael M
2017-10-21SoundStream: rename Clear(mute) to SetRunning(running)Michael M
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-10-03ALSA: Don't block on Clear() call.Scott Mansell
2015-10-02Alsa: Silence -Wsign-compare warning.Rohit Nirmal
2015-09-30AlsaSound: fix buffer type, clean up macrosbooto
2015-08-11Don't busy wait in the audio thread (ALSA)Moncef Mechri
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-24AudioCommon: Add missing override specifiersLioncash
2015-05-24SoundStream: Internally construct the mixerLioncash
2015-05-11AlsaSoundStream: Use an enum class for signifying ALSA thread stateLioncash
2015-05-11AlsaSoundStream: Convert volatile variables to atomicsLioncash
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-08-30AudioCommon: Clean up brace placementsLioncash
2014-03-18Remove usesMixer function from the sound streams.lioncash
2014-03-18Mark the audio streams as final.lioncash
2014-03-09clang-modernize -add-overrideTillmann Karras
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre