aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio/audren_u.h
AgeCommit message (Expand)Author
2024-02-20audio: split IAudioDevice, IAudioRenderer, move IAudioRendererManagerLiam
2023-09-04Rework ADSP into a wrapper for appsKelebek1
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-03-01service: move hle_ipc from kernelLiam
2022-07-22Project AndioKelebek1
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-10-01service: Replace service event creation with ServiceContext::CreateEventMorph
2021-05-11audrenbunnei
2021-04-08audren_u: Use proper namesgerman77
2020-11-26service: Eliminate usages of the global system instanceLioncash
2019-07-19service/audren_u: Handle audio USB output revision queries in ListAudioDevice...Lioncash
2019-07-19service/audren_u: Move revision testing code out of AudRenULioncash
2019-07-19service/audio: Remove global system accessorsLioncash
2019-07-13"AudioRenderer" thread should have a unique nameDavid Marcec
2019-04-30service/audren_u: Handle variadic command buffers in GetWorkBufferSize()Lioncash
2019-04-30service/audren_u: Handle version 2 of performance frame info in GetWorkBuffer...Lioncash
2019-03-01service/audio/audren_u: Implement OpenAudioRendererAutoLioncash
2019-01-29service/audio: Update function tablesLioncash
2018-09-11service/audio: Replace includes with forward declarations where applicableLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-12GetAudioDeviceServiceWithRevisionInfoDavid Marcec
2018-08-04audio_core: Implement audren_u audio playback.bunnei
2018-06-23Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader ...David
2018-06-22Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes prope...David
2018-06-21Service/Audio: update audren:u servicemailwl
2018-05-25GetAudioRendererWorkBufferSize impl (#465)David
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-03-25audren_u: Fix GetAudioDevice.bunnei
2018-02-13audren_u: Schedule reoccuring event. (#183)bunnei
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl
2018-01-21Added stubs for audio services. (#116)st4rk