audrec_a: Use proper names
This commit is contained in:
parent
b059db74c5
commit
5ce97bf0a0
|
@ -9,8 +9,8 @@ namespace Service::Audio {
|
||||||
AudRecA::AudRecA(Core::System& system_) : ServiceFramework{system_, "audrec:a"} {
|
AudRecA::AudRecA(Core::System& system_) : ServiceFramework{system_, "audrec:a"} {
|
||||||
// clang-format off
|
// clang-format off
|
||||||
static const FunctionInfo functions[] = {
|
static const FunctionInfo functions[] = {
|
||||||
{0, nullptr, "RequestSuspendFinalOutputRecorders"},
|
{0, nullptr, "RequestSuspend"},
|
||||||
{1, nullptr, "RequestResumeFinalOutputRecorders"},
|
{1, nullptr, "RequestResume"},
|
||||||
};
|
};
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue