mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-05 06:22:45 +01:00
audin_a: Use proper names
This commit is contained in:
parent
d894818bb3
commit
b6bbc0d483
1 changed files with 4 additions and 4 deletions
|
@ -9,10 +9,10 @@ namespace Service::Audio {
|
||||||
AudInA::AudInA(Core::System& system_) : ServiceFramework{system_, "audin:a"} {
|
AudInA::AudInA(Core::System& system_) : ServiceFramework{system_, "audin:a"} {
|
||||||
// clang-format off
|
// clang-format off
|
||||||
static const FunctionInfo functions[] = {
|
static const FunctionInfo functions[] = {
|
||||||
{0, nullptr, "RequestSuspendAudioIns"},
|
{0, nullptr, "RequestSuspend"},
|
||||||
{1, nullptr, "RequestResumeAudioIns"},
|
{1, nullptr, "RequestResume"},
|
||||||
{2, nullptr, "GetAudioInsProcessMasterVolume"},
|
{2, nullptr, "GetProcessMasterVolume"},
|
||||||
{3, nullptr, "SetAudioInsProcessMasterVolume"},
|
{3, nullptr, "SetProcessMasterVolume"},
|
||||||
};
|
};
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue