Searched refs:audioPathSet (Results 1 – 3 of 3) sorted by relevance
154 void (*audioPathSet)(struct HdmiCntlr *cntlr, struct HdmiAudioConfigInfo *config); member275 if (cntlr->ops != NULL && cntlr->ops->audioPathSet != NULL) { in HdmiCntlrAudioPathSet()277 cntlr->ops->audioPathSet(cntlr, config); in HdmiCntlrAudioPathSet()
66 void (*audioPathSet)(struct HdmiCntlr *cntlr, struct HdmiAudioConfigInfo *config);106 | audioPathSet | **cntlr**:结构体指针,核心层HDMI控制器<br />**config**:配置信息 | 无 | 无 | 设置audio通路配置信息 |307 .audioPathSet = HdmiAdapterAudioPathSet,
58 void (*audioPathSet)(struct HdmiCntlr *cntlr, struct HdmiAudioConfigInfo *config);98 | audioPathSet | **cntlr**: structure pointer to an HDMI controller at the core layer.<br>**config*…292 .audioPathSet = HdmiAdapterAudioPathSet,