yuzu/src/core/hle/service/audio
Lioncash e0ec9ffc36 audio_in/out_system: Pass Initialize members by value where applicable
applet_resource_user_id isn't actually modified and is just assigned to
a member variable, so this doesn't need to be a mutable reference.

Similarly, the device name itself isn't modified and is only moved. We
pass by value here, since we can still perform the move, but eliminate a
sneaky set of calls that can unintentionally destroy the original
string. Given how nested the calls are, it's good to get rid of this
potential vector for a use-after-move bug.
2022-10-26 11:21:48 -04:00
..
audctl.cpp Update audio_core for firmware 15.0.0 2022-10-19 06:16:15 +01:00
audctl.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
auddbg.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
auddbg.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
audin_a.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
audin_a.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
audin_u.cpp audio_in/out_system: Pass Initialize members by value where applicable 2022-10-26 11:21:48 -04:00
audin_u.h Project Andio 2022-07-22 01:11:32 +01:00
audio.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
audio.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
audout_a.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
audout_a.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
audout_u.cpp audio_in/out_system: Pass Initialize members by value where applicable 2022-10-26 11:21:48 -04:00
audout_u.h Project Andio 2022-07-22 01:11:32 +01:00
audrec_a.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
audrec_a.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
audrec_u.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
audrec_u.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
audren_a.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
audren_a.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
audren_u.cpp Update audio_core for firmware 15.0.0 2022-10-19 06:16:15 +01:00
audren_u.h Project Andio 2022-07-22 01:11:32 +01:00
codecctl.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
codecctl.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
errors.h Project Andio 2022-07-22 01:11:32 +01:00
hwopus.cpp core: implement HwOpus GetWorkBufferSizeForMultiStreamEx 2022-09-17 00:28:56 +08:00
hwopus.h core: implement HwOpus GetWorkBufferSizeForMultiStreamEx 2022-09-17 00:28:56 +08:00