Merge pull request #3744 from lioncash/table2

service: Update function tables
This commit is contained in:
bunnei
2020-04-26 04:15:47 -04:00
committed by GitHub
19 changed files with 108 additions and 7 deletions

View File

@ -39,6 +39,8 @@ AudCtl::AudCtl() : ServiceFramework{"audctl"} {
{25, nullptr, "GetAudioVolumeDataForPlayReport"},
{26, nullptr, "UpdateHeadphoneSettings"},
{27, nullptr, "SetVolumeMappingTableForDev"},
{28, nullptr, "GetAudioOutputChannelCountForPlayReport"},
{29, nullptr, "BindAudioOutputChannelCountUpdateEventForPlayReport"},
};
// clang-format on