summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audio.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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