summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audout_u.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-16CleanupDavid Marcec1-2/+2
2019-06-16Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEventDavid Marcec1-2/+21
2019-05-18core/kernel/object: Rename ResetType enum membersLioncash1-1/+1
2019-04-11service: Update service function tablesLioncash1-1/+4
2019-04-04hle/service: Resolve unused variable warningsLioncash1-4/+0
2019-03-07service/audio/audout_u: Only actually stop the audio stream in StopAudioOut if the stream is playingLioncash1-1/+3
2019-03-06hle/service/audio/audout_u: Correct lack of return in failure case of AppendAudioOutBufferImpl()Lioncash1-0/+1
2019-03-05hle/service/audio: Extract audio error codes to a headerLioncash1-9/+3
2019-02-16core_timing: Convert core timing into a classLioncash1-5/+5
2018-12-02service/audio/audout_u: Amend constructor initialization list orderLioncash1-2/+2
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman1-8/+7
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman1-5/+9
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-0/+5
2018-11-22audout_u: Add support for multiple IAudioOut streams.bunnei1-8/+20
2018-09-19Removed the use of rp.MakeBuilderDavid Marcec1-1/+1
2018-09-12service/audio: Replace includes with forward declarations where applicableLioncash1-0/+17
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-08-29kernel: Eliminate kernel global stateLioncash1-1/+3
2018-08-14audout_u: Correct IAudioOut initializer list orderLioncash1-1/+1
2018-08-05audio_core: Use s16 where possible for audio samples.bunnei1-3/+3
2018-08-05audio_core: Port codec code from Citra for ADPCM decoding.bunnei1-1/+3
2018-08-04audio_core: Streams need unique names for CoreTiming.bunnei1-1/+1
2018-07-31audout_u: Remove std::move in OpenAudioOutImpl()Lioncash1-1/+1
2018-07-31audio_core: Move to audout_u impl.bunnei1-4/+4
2018-07-28audout: Implement IAudioOut interface with AudioCore.bunnei1-93/+102
2018-07-24core_timing: Split off utility functions into core_timing_utilMerryMage1-0/+1
2018-07-20audout_u: Use a std::array instead of std::string for holding the audio interface nameLioncash1-1/+2
2018-07-19hle_ipc: Introduce generic WriteBuffer overload for multiple container typesLioncash1-1/+1
2018-07-12Audout "Auto" functionsDavid Marcec1-12/+12
2018-07-03Rename logging macro back to LOG_*James Rowe1-8/+8
2018-05-21Correct audio command numbers & add or rename some functions (#455)greggameplayer1-4/+4
2018-04-30core_timing: Namespace all functions and constants in core_timing's headerLioncash1-1/+1
2018-04-24audio: Move logging macros over to new fmt-compatible onesLioncash1-8/+8
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-10Updated audout with more service names.Hexagon121-13/+16
2018-04-03audout_u: Implement GetAudioOutState.bunnei1-1/+8
2018-03-04CoreTiming: Unschedule the pending events when an Interface is destroyed.Subv1-1/+3
2018-02-14audio: Use WriteBuffer instead of BufferDescriptorB.bunnei1-6/+2
2018-01-25audout_u: Various cleanups.bunnei1-29/+17
2018-01-25hle: Rename RequestBuilder to ResponseBuilder.bunnei1-7/+7
2018-01-25service: Fix all incorrect IPC response headers.bunnei1-1/+1
2018-01-25audout:u OpenAudioOut and IAudioOut (#138)st4rk1-14/+152
2018-01-22Stub OpenAudioOut and fix a issue with HID IAppletResource being created more than oncegdkchan1-1/+14
2018-01-22Added stubs for audio services. (#116)st4rk1-4/+39
2018-01-15audio: Stub out AudOutU::ListAudioOuts.bunnei1-7/+6
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2018-01-07IPC: Make DuplicateSession return the Domain instead of the Session if the request was made on a Domain interface.Subv1-1/+2
2018-01-03pctl: Remove duplicate InstallInterfaces function.bunnei1-4/+0
2017-12-29service: Add empty interface for pctl:a.bunnei1-0/+30