Updated CodecCtl with more service names.
This commit is contained in:
parent
ed2da0ef70
commit
ee3ca32fa3
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ CodecCtl::CodecCtl() : ServiceFramework("codecctl") {
|
||||||
{0x00000007, nullptr, "SetCodecActiveTarget"},
|
{0x00000007, nullptr, "SetCodecActiveTarget"},
|
||||||
{0x00000008, nullptr, "Unknown"},
|
{0x00000008, nullptr, "Unknown"},
|
||||||
{0x00000009, nullptr, "BindCodecHeadphoneMicJackInterrupt"},
|
{0x00000009, nullptr, "BindCodecHeadphoneMicJackInterrupt"},
|
||||||
{0x0000000A, nullptr, "IsCodecHeadphoneMicJackInserted"},
|
{0x00000010, nullptr, "IsCodecHeadphoneMicJackInserted"},
|
||||||
{0x0000000B, nullptr, "ClearCodecHeadphoneMicJackInterrupt"},
|
{0x00000011, nullptr, "ClearCodecHeadphoneMicJackInterrupt"},
|
||||||
{0x0000000C, nullptr, "IsCodecDeviceRequested"},
|
{0x00000012, nullptr, "IsCodecDeviceRequested"},
|
||||||
};
|
};
|
||||||
RegisterHandlers(functions);
|
RegisterHandlers(functions);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue