summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audin_u.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio: rewrite IAudioInManagerLiam2024-02-211-198/+0
* audio: rewrite IAudioInLiam2024-02-211-196/+1
* audio: fetch process object from handle tableLiam2024-01-121-7/+29
* Rework ADSP into a wrapper for appsKelebek12023-09-041-2/+2
* general: Use ScratchBuffer where possibleMorph2023-07-011-7/+9
* Remove memory allocations in some hot pathsKelebek12023-06-221-10/+6
* service: move hle_ipc from kernelLiam2023-03-011-16/+16
* service: refactor server architectureLiam2023-02-211-3/+2
* Revert "hle: service: audio: Use default service thread."bunnei2022-12-141-2/+3
* Merge pull request #9232 from bunnei/audio-default-threadliamwhite2022-12-041-3/+2
|\
| * hle: service: audio: Use default service thread.bunnei2022-11-121-3/+2
* | service: Make use of buffer element count helpersLioncash2022-11-231-5/+5
|/
* audio_in/out_system: Pass Initialize members by value where applicableLioncash2022-10-261-1/+1
* Project AndioKelebek12022-07-221-74/+310
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service: Reduce header include overheadMorph2021-10-071-1/+0
* service: Replace service event creation with ServiceContext::CreateEventMorph2021-10-021-5/+6
* audin_u: Return a buffer event in RegisterBufferEventlat9nq2021-09-151-2/+9
* audin_u: stub Start, RegisterBufferEvent, AppendAudioInBufferAutolat9nq2021-09-151-26/+46
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-3/+3
* audin_u: Use proper namesgerman772021-04-091-7/+7
* service: Eliminate usages of the global system instanceLioncash2020-11-271-3/+3
* marked stubsDavid Marcec2020-04-281-4/+5
* Audin:u ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAudioInsAutoFiltered, OpenAudioInProtocolSpecifiedDavid Marcec2020-04-281-5/+64
* service: Update service function tablesLioncash2019-04-111-0/+1
* core: Add missing override specifiers where applicableLioncash2019-04-041-4/+0
* service/audio: Update function tablesLioncash2019-01-301-2/+11
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+2
* Correct audio command numbers & add or rename some functions (#455)greggameplayer2018-05-211-4/+2
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* Decimal changeHexagon122018-04-101-4/+4
* Updated audin with more service names.Hexagon122018-04-101-9/+16
* Added stubs for audio services. (#116)st4rk2018-01-221-0/+41