summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/AlsaSoundStream.cpp
AgeCommit message (Expand)Author
2021-12-10Treewide: Adjust order of includesPokechu22
2021-08-08AudioCommon: get rid of Update(), it never does anythingTillmann Karras
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-10-21AudioCommon: Migrate logging over to fmtLioncash
2019-10-10AlsaSoundStream: Don't call join() on invalid threadStenzek
2019-04-06Minor changes to usages of std::condition_variable.Jordan Woyak
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
2017-10-21SoundStream: remove unused m_muted and IsMutedMichael M
2016-11-02Core: Remove double newlines at the end of *_LOG messages.Emmanuel Gil Peyrot
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-09-30AlsaSound: fix buffer type, clean up macrosbooto
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-08-11Don't busy wait in the audio thread (ALSA)Moncef Mechri
2015-08-11Initialize ALSA before starting the audio threadMoncef Mechri
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
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-10Merge pull request #1027 from rohit-n/change-includeRyan Houdek
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-08AudioCommon: Remove unnecessary usages of mem_fnLioncash
2014-04-01Replace use of the deprecated mem_fun function with mem_fn.lioncash
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-18Convert all includes to relative paths.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre