Skip to content

Commit 3753ddd

Browse files
authored
Update HdmiCecSourceImplementation.cpp
1 parent 138302c commit 3753ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HdmiCecSource/HdmiCecSourceImplementation.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ namespace WPEFramework
10311031
LOGINFO("Command: sending GiveDevicePowerStatus \r\n");
10321032
smConnection->sendTo(LogicalAddress::TV, MessageEncoder().encode(GiveDevicePowerStatus()));
10331033
LOGINFO("Command: sending request active Source isDeviceActiveSource is set to false\r\n");
1034-
smConnection->sendTo(LogicalAddress::BROADCAST, MessageEncoder().encode(RequestActiveSourceMessage()));
1034+
smConnection->sendTo(LogicalAddress::BROADCAST, MessageEncoder().encode(RequestActiveSource()));
10351035
isDeviceActiveSource = false;
10361036
LOGINFO("Command: GiveDeviceVendorID sending VendorID response :%s\n", \
10371037
(isLGTvConnected)?lgVendorId.toString().c_str():appVendorId.toString().c_str());
@@ -1638,4 +1638,4 @@ namespace WPEFramework
16381638
}
16391639

16401640
} // namespace Plugin
1641-
} // namespace WPEFramework
1641+
} // namespace WPEFramework

0 commit comments

Comments
 (0)