aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio/audin_u.cpp
AgeCommit message (Expand)Author
2024-02-20audio: rewrite IAudioInManagerLiam
2024-02-20audio: rewrite IAudioInLiam
2024-01-12audio: fetch process object from handle tableLiam
2023-09-04Rework ADSP into a wrapper for appsKelebek1
2023-06-30general: Use ScratchBuffer where possibleMorph
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
2022-12-14Revert "hle: service: audio: Use default service thread."bunnei
2022-12-04Merge pull request #9232 from bunnei/audio-default-threadliamwhite
2022-11-23service: Make use of buffer element count helpersLioncash
2022-11-11hle: service: audio: Use default service thread.bunnei
2022-10-26audio_in/out_system: Pass Initialize members by value where applicableLioncash
2022-07-22Project AndioKelebek1
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-10-07service: Reduce header include overheadMorph
2021-10-01service: Replace service event creation with ServiceContext::CreateEventMorph
2021-09-15audin_u: Return a buffer event in RegisterBufferEventlat9nq
2021-09-15audin_u: stub Start, RegisterBufferEvent, AppendAudioInBufferAutolat9nq
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-04-08audin_u: Use proper namesgerman77
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-04-29marked stubsDavid Marcec
2020-04-29Audin:u ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAud...David Marcec
2019-04-11service: Update service function tablesLioncash
2019-04-04core: Add missing override specifiers where applicableLioncash
2019-01-29service/audio: Update function tablesLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-05-20Correct audio command numbers & add or rename some functions (#455)greggameplayer
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-10Decimal changeHexagon12
2018-04-10Updated audin with more service names.Hexagon12
2018-01-21Added stubs for audio services. (#116)st4rk