summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audren_u.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-21audio: split IAudioDevice, IAudioRenderer, move IAudioRendererManagerLiam1-35/+0
2023-09-04Rework ADSP into a wrapper for appsKelebek11-1/+1
2023-06-22Remove memory allocations in some hot pathsKelebek11-0/+1
2023-03-01service: move hle_ipc from kernelLiam1-9/+5
2022-07-22Project AndioKelebek11-17/+5
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-10-02service: Replace service event creation with ServiceContext::CreateEventMorph1-2/+4
2021-05-11audrenbunnei1-0/+2
2021-04-09audren_u: Use proper namesgerman771-1/+1
2020-11-27service: Eliminate usages of the global system instanceLioncash1-1/+0
2019-07-19service/audren_u: Handle audio USB output revision queries in ListAudioDeviceName()Lioncash1-0/+1
2019-07-19service/audren_u: Move revision testing code out of AudRenULioncash1-8/+10
2019-07-19service/audio: Remove global system accessorsLioncash1-1/+7
2019-07-12"AudioRenderer" thread should have a unique nameDavid Marcec1-0/+1
2019-05-01service/audren_u: Handle variadic command buffers in GetWorkBufferSize()Lioncash1-0/+1
2019-05-01service/audren_u: Handle version 2 of performance frame info in GetWorkBufferSize()Lioncash1-0/+1
2019-03-01service/audio/audren_u: Implement OpenAudioRendererAutoLioncash1-0/+3
2019-01-30service/audio: Update function tablesLioncash1-1/+1
2018-09-12service/audio: Replace includes with forward declarations where applicableLioncash1-1/+0
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-1/+1
2018-08-12GetAudioDeviceServiceWithRevisionInfoDavid Marcec1-0/+1
2018-08-05audio_core: Implement audren_u audio playback.bunnei1-18/+1
2018-06-24Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader (#583)David1-2/+2
2018-06-23Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes properly (#580)David1-19/+18
2018-06-21Service/Audio: update audren:u servicemailwl1-3/+3
2018-05-26GetAudioRendererWorkBufferSize impl (#465)David1-0/+25
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-03-25audren_u: Fix GetAudioDevice.bunnei1-1/+1
2018-02-14audren_u: Schedule reoccuring event. (#183)bunnei1-0/+1
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl1-0/+4
2018-01-22Added stubs for audio services. (#116)st4rk1-2/+9
2018-01-15audio: Stub out AudOutU::ListAudioOuts.bunnei1-3/+3
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-29service: Add empty interface for pctl:a.bunnei1-3/+3
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-12/+3
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-0/+25