summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audin_u.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-01general: Use ScratchBuffer where possibleMorph1-7/+9
2023-06-22Remove memory allocations in some hot pathsKelebek11-10/+6
2023-03-01service: move hle_ipc from kernelLiam1-16/+16
2023-02-21service: refactor server architectureLiam1-3/+2
2022-12-29hle_ipc: Rename ReadBufferSpan to ReadBufferameerj1-3/+3
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj1-3/+3
2022-12-14Revert "hle: service: audio: Use default service thread."bunnei1-2/+3
2022-11-23service: Make use of buffer element count helpersLioncash1-5/+5
2022-11-12hle: service: audio: Use default service thread.bunnei1-3/+2
2022-10-26audio_in/out_system: Pass Initialize members by value where applicableLioncash1-1/+1
2022-07-22Project AndioKelebek11-74/+310
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-10-07service: Reduce header include overheadMorph1-1/+0
2021-10-02service: Replace service event creation with ServiceContext::CreateEventMorph1-5/+6
2021-09-15audin_u: Return a buffer event in RegisterBufferEventlat9nq1-2/+9
2021-09-15audin_u: stub Start, RegisterBufferEvent, AppendAudioInBufferAutolat9nq1-26/+46
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-3/+3
2021-04-09audin_u: Use proper namesgerman771-7/+7
2020-11-27service: Eliminate usages of the global system instanceLioncash1-3/+3
2020-04-28marked stubsDavid Marcec1-4/+5
2020-04-28Audin:u ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAudioInsAutoFiltered, OpenAudioInProtocolSpecifiedDavid Marcec1-5/+64
2019-04-11service: Update service function tablesLioncash1-0/+1
2019-04-04core: Add missing override specifiers where applicableLioncash1-4/+0
2019-01-30service/audio: Update function tablesLioncash1-2/+11
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-05-21Correct audio command numbers & add or rename some functions (#455)greggameplayer1-4/+2
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-10Decimal changeHexagon121-4/+4
2018-04-10Updated audin with more service names.Hexagon121-9/+16
2018-01-22Added stubs for audio services. (#116)st4rk1-0/+41