summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audin_u.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correct audio command numbers & add or rename some functions (#455)greggameplayer2018-05-211-4/+2
| | | | | | | | | | | | | | * Add unknown function at the number command 2 * correct audout:u commands numbers * correct audrec:u cmd number & add Unknown function * correct IAudioDevice command numbers * correct codecctl cmd numbers & rename the 8 function * correct place of unknown function & fix clang-format
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| | | | Tidies up namespace declarations
* Decimal changeHexagon122018-04-101-4/+4
|
* Updated audin with more service names.Hexagon122018-04-101-9/+16
|
* Added stubs for audio services. (#116)st4rk2018-01-221-0/+41
* 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)