summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audren_u.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rework ADSP into a wrapper for appsKelebek12023-09-041-1/+1
* Remove memory allocations in some hot pathsKelebek12023-06-221-0/+1
* service: move hle_ipc from kernelLiam2023-03-011-9/+5
* Project AndioKelebek12022-07-221-17/+5
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service: Replace service event creation with ServiceContext::CreateEventMorph2021-10-021-2/+4
* audrenbunnei2021-05-111-0/+2
* audren_u: Use proper namesgerman772021-04-091-1/+1
* service: Eliminate usages of the global system instanceLioncash2020-11-271-1/+0
* service/audren_u: Handle audio USB output revision queries in ListAudioDeviceName()Lioncash2019-07-191-0/+1
* service/audren_u: Move revision testing code out of AudRenULioncash2019-07-191-8/+10
* service/audio: Remove global system accessorsLioncash2019-07-191-1/+7
* "AudioRenderer" thread should have a unique nameDavid Marcec2019-07-121-0/+1
* service/audren_u: Handle variadic command buffers in GetWorkBufferSize()Lioncash2019-05-011-0/+1
* service/audren_u: Handle version 2 of performance frame info in GetWorkBufferSize()Lioncash2019-05-011-0/+1
* service/audio/audren_u: Implement OpenAudioRendererAutoLioncash2019-03-011-0/+3
* service/audio: Update function tablesLioncash2019-01-301-1/+1
* service/audio: Replace includes with forward declarations where applicableLioncash2018-09-121-1/+0
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-1/+1
* GetAudioDeviceServiceWithRevisionInfoDavid Marcec2018-08-121-0/+1
* audio_core: Implement audren_u audio playback.bunnei2018-08-051-18/+1
* Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader (#583)David2018-06-241-2/+2
* Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes properly (#580)David2018-06-231-19/+18
* Service/Audio: update audren:u servicemailwl2018-06-211-3/+3
* GetAudioRendererWorkBufferSize impl (#465)David2018-05-261-0/+25
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* audren_u: Fix GetAudioDevice.bunnei2018-03-251-1/+1
* audren_u: Schedule reoccuring event. (#183)bunnei2018-02-141-0/+1
* Service: stub some functions in am, audio, time, vi servicesmailwl2018-02-071-0/+4
* Added stubs for audio services. (#116)st4rk2018-01-221-0/+23