Skip to content

Commit 0e3d0ae

Browse files
authored
Merge branch 'develop' into feature/RDKEMW-3526_L1
2 parents ffdc1f4 + a72ae3d commit 0e3d0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HdmiCecSink/HdmiCecSink.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2500,7 +2500,7 @@ namespace WPEFramework
25002500
m_audioStatusReceived = false;
25012501
m_audioStatusTimerStarted = false;
25022502
LOGINFO("Audio device removed, reset the audio status info. m_isAudioStatusInfoUpdated :%d, m_audioStatusReceived :%d, m_audioStatusTimerStarted:%d ", m_isAudioStatusInfoUpdated,m_audioStatusReceived,m_audioStatusTimerStarted);
2503-
sendNotify(eventString[HDMICECSINK_EVENT_AUDIO_DEVICE_CONNECTED_STATUS], params)
2503+
sendNotify(eventString[HDMICECSINK_EVENT_AUDIO_DEVICE_CONNECTED_STATUS], params);
25042504
}
25052505

25062506
_instance->deviceList[logicalAddress].m_isRequestRetry = 0;

0 commit comments

Comments
 (0)