Add unknown function at the number command 2

This commit is contained in:
greggameplayer
2018-05-20 17:33:07 +02:00
committed by GitHub
parent 353e1dd7e4
commit b2fa749f48

View File

@@ -38,6 +38,7 @@ AudInU::AudInU() : ServiceFramework("audin:u") {
{0, nullptr, "ListAudioIns"},
{1, nullptr, "OpenAudioIn"},
{3, nullptr, "OpenAudioInAuto"},
{2, nullptr, "Unknown"},
{4, nullptr, "ListAudioInsAuto"},
};
RegisterHandlers(functions);