Home
last modified time | relevance | path

Searched refs:audioPathSet (Results 1 – 1 of 1) sorted by relevance

/drivers/hdf_core/framework/support/platform/include/hdmi/
Dhdmi_core.h154 void (*audioPathSet)(struct HdmiCntlr *cntlr, struct HdmiAudioConfigInfo *config); member
275 if (cntlr->ops != NULL && cntlr->ops->audioPathSet != NULL) { in HdmiCntlrAudioPathSet()
277 cntlr->ops->audioPathSet(cntlr, config); in HdmiCntlrAudioPathSet()