We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4ae43 commit 7ff19faCopy full SHA for 7ff19fa
HdmiCecSink/HdmiCecSink.cpp
@@ -3539,7 +3539,7 @@ namespace WPEFramework
3539
do {
3540
usleep(50000); // Sleep for 50ms before retrying
3541
portId = -1;
3542
- device::HdmiInput::getInstance().getHDMIARCPortId(&portId);
+ device::HdmiInput::getInstance().getHDMIARCPortId(portId);
3543
if (-1 != portId)
3544
{
3545
LOGINFO("HDMI ARC port ID HdmiArcPortID[%d] on retry count[%d]", portId, retryCount);
0 commit comments