summaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio/audren_u.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio: split IAudioDevice, IAudioRenderer, move IAudioRendererManagerGravatar Liam2024-02-201-35/+0
* Rework ADSP into a wrapper for appsGravatar Kelebek12023-09-041-1/+1
* Remove memory allocations in some hot pathsGravatar Kelebek12023-06-221-0/+1
* service: move hle_ipc from kernelGravatar Liam2023-03-011-9/+5
* Project AndioGravatar Kelebek12022-07-221-17/+5
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* service: Replace service event creation with ServiceContext::CreateEventGravatar Morph2021-10-011-2/+4
* audrenGravatar bunnei2021-05-111-0/+2
* audren_u: Use proper namesGravatar german772021-04-081-1/+1
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-261-1/+0
* service/audren_u: Handle audio USB output revision queries in ListAudioDevice...Gravatar Lioncash2019-07-191-0/+1
* service/audren_u: Move revision testing code out of AudRenUGravatar Lioncash2019-07-191-8/+10
* service/audio: Remove global system accessorsGravatar Lioncash2019-07-191-1/+7
* "AudioRenderer" thread should have a unique nameGravatar David Marcec2019-07-131-0/+1
* service/audren_u: Handle variadic command buffers in GetWorkBufferSize()Gravatar Lioncash2019-04-301-0/+1
* service/audren_u: Handle version 2 of performance frame info in GetWorkBuffer...Gravatar Lioncash2019-04-301-0/+1
* service/audio/audren_u: Implement OpenAudioRendererAutoGravatar Lioncash2019-03-011-0/+3
* service/audio: Update function tablesGravatar Lioncash2019-01-291-1/+1
* service/audio: Replace includes with forward declarations where applicableGravatar Lioncash2018-09-111-1/+0
* hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-101-1/+1
* GetAudioDeviceServiceWithRevisionInfoGravatar David Marcec2018-08-121-0/+1
* audio_core: Implement audren_u audio playback.Gravatar bunnei2018-08-041-18/+1
* Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader ...Gravatar David2018-06-231-2/+2
* Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes prope...Gravatar David2018-06-221-19/+18
* Service/Audio: update audren:u serviceGravatar mailwl2018-06-211-3/+3
* GetAudioRendererWorkBufferSize impl (#465)Gravatar David2018-05-251-0/+25
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-191-4/+2
* audren_u: Fix GetAudioDevice.Gravatar bunnei2018-03-251-1/+1
* audren_u: Schedule reoccuring event. (#183)Gravatar bunnei2018-02-131-0/+1
* Service: stub some functions in am, audio, time, vi servicesGravatar mailwl2018-02-071-0/+4
* Added stubs for audio services. (#116)Gravatar st4rk2018-01-211-0/+23