summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audio.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: refactor server architectureLiam2023-02-211-8/+13
| | | | Converts services to have their own processes
* service: remove deleted servicesLiam2023-02-141-14/+0
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* service: Eliminate usages of the global system instanceLioncash2020-11-271-13/+13
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* service/audio: Remove global system accessorsLioncash2019-07-191-3/+3
| | | | Trims out the lingering reliance on global state out of the audio code.
* service/audio: Replace includes with forward declarations where applicableLioncash2018-09-121-0/+1
| | | | | A few headers were including other headers when a forward declaration can be used instead, allowing the include to be moved to the cpp file.
* service/audio: Add missing servicesLioncash2018-08-011-0/+16
| | | | | Adds the missing audctl service, as well as the :a and :d services for audin, audout, audrec, and audren.
* Service/Audio: add hwopus service, stub GetWorkBufferSize functionmailwl2018-06-251-0/+2
|
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| | | | Tidies up namespace declarations
* Added stubs for audio services. (#116)st4rk2018-01-221-0/+8
| | | | | | * stubs for audout:u, audin:u, audrec:u, audren:u, codecctl and decoding tables with nullptr for future implementations * fixing the changes requested (remove private, explicit)
* audio: Add files to CMake.bunnei2018-01-151-1/+0
|
* audio: Stub out AudOutU::ListAudioOuts.bunnei2018-01-151-0/+17