summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audout_u.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-21audio: rewrite IAudioOutManagerLiam1-118/+0
2024-02-21audio: rewrite IAudioOutLiam1-206/+1
2024-01-12audio: fetch process object from handle tableLiam1-6/+20
2023-09-04Rework ADSP into a wrapper for appsKelebek11-1/+1
2023-07-01general: Use ScratchBuffer where possibleMorph1-9/+11
2023-06-22Remove memory allocations in some hot pathsKelebek11-10/+5
2023-04-16core: audio: return result when audio_out initialize failedFengChen1-6/+8
2023-03-01service: move hle_ipc from kernelLiam1-15/+15
2023-02-21service: refactor server architectureLiam1-6/+4
2022-12-29hle_ipc: Rename ReadBufferSpan to ReadBufferameerj1-2/+2
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj1-2/+2
2022-12-14Revert "hle: service: audio: Use default service thread."bunnei1-4/+6
2022-11-23service: Make use of buffer element count helpersLioncash1-5/+5
2022-11-12hle: service: audio: Use default service thread.bunnei1-6/+4
2022-10-26audio_in/out_system: Pass Initialize members by value where applicableLioncash1-1/+1
2022-09-15audio_device: Make AudioDeviceName constructor constexprLioncash1-2/+1
2022-07-22Project AndioKelebek11-159/+168
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-02hle: service: audio: Create a service thread where appropriate.bunnei1-3/+4
2021-11-04core: Remove unused includesameerj1-1/+0
2021-10-07service: Reduce header include overheadMorph1-1/+0
2021-10-02service: Replace service event creation with ServiceContext::CreateEventMorph1-13/+19
2021-06-22Implement audout GetAudioOutPlayedSampleCountKelebek11-1/+9
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-13/+13
2021-05-06hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei1-1/+1
2021-05-06hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei1-0/+1
2021-05-06hle: kernel: Migrate KEvent to KAutoObject.bunnei1-8/+7
2021-04-09audout_u: Use proper namesgerman771-3/+3
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei1-5/+6
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei1-2/+2
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei1-1/+1
2021-01-24audout: FlushAudioOutBuffersChloe Marcec1-1/+9
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp1-1/+1
2020-12-29hle: service: Acquire and release a lock on requests.bunnei1-2/+4
2020-11-27service: Eliminate usages of the global system instanceLioncash1-6/+6
2020-10-21Revert "core: Fix clang build"bunnei1-4/+3
2020-10-18core: Fix clang buildLioncash1-3/+4
2020-08-13General: Tidy up clang-format warnings part 2Lioncash1-1/+1
2020-08-03yuzu: Resolve C++20 deprecation warnings related to lambda capturesLioncash1-1/+1
2020-04-17core: memory: Move to Core::Memory namespace.bunnei1-1/+1
2019-11-27core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash1-2/+4
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei1-2/+2
2019-10-05audio/audout_u: Change formatting for old clang-format versionsReinUsesLisp1-1/+1
2019-10-05service/audio: Silence -WunusedReinUsesLisp1-1/+1
2019-07-19service/audio: Remove global system accessorsLioncash1-16/+20
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