audin_a: Use proper names
This commit is contained in:
parent
d894818bb3
commit
b6bbc0d483
|
@ -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
|
||||||
|
|
||||||
|
|
Reference in New Issue