Searched refs:g_hdmiCodecCeaSpkAlloc (Results 1 – 1 of 1) sorted by relevance
85 static const struct HdmiCodecCeaSpkAlloc g_hdmiCodecCeaSpkAlloc[] = { variable291 for (item = 0; item < HDF_ARRAY_SIZE(g_hdmiCodecCeaSpkAlloc); item++) { in HdmiCodecGetChAllocTableIdx()292 if (spkAlloc == 0 && g_hdmiCodecCeaSpkAlloc[item].cardId == 0) { in HdmiCodecGetChAllocTableIdx()296 if (g_hdmiCodecCeaSpkAlloc[item].channelNum != channels) { in HdmiCodecGetChAllocTableIdx()299 if (!(g_hdmiCodecCeaSpkAlloc[item].mask == (spkMask & g_hdmiCodecCeaSpkAlloc[item].mask))) { in HdmiCodecGetChAllocTableIdx()345 hdmiCodecParams.cea.channel_allocation = g_hdmiCodecCeaSpkAlloc[idx].cardId; in AudioHdmiCodecDaiHwParams()346 hdmiCodecPriv->chmapIdx = g_hdmiCodecCeaSpkAlloc[idx].cardId; in AudioHdmiCodecDaiHwParams()