Skip to content

Commit b155583

Browse files
committed
Create Alias for the conflicting CCEC lib calls
1 parent 9b7632f commit b155583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HdmiCecSink/HdmiCecSinkImplementation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2206,7 +2206,7 @@ namespace WPEFramework
22062206
}
22072207

22082208
LOGINFO(" Send requestShortAudioDescriptor Message ");
2209-
_instance->smConnection->sendTo(LogicalAddress::AUDIO_SYSTEM,MessageEncoder().encode(CCEC::RequestShortAudioDescriptor(formatid,audioFormatCode,numberofdescriptor)), 1000);
2209+
_instance->smConnection->sendTo(LogicalAddress::AUDIO_SYSTEM,MessageEncoder().encode(CCECRequestShortAudioDescriptor(formatid,audioFormatCode,numberofdescriptor)), 1000);
22102210

22112211
}
22122212

0 commit comments

Comments
 (0)