Home
last modified time | relevance | path

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

/linux/sound/soc/mediatek/mt8365/
H A Dmt8365-afe-pcm.c355 unsigned int total_cnt, div_cnt, ch_pair, best_cnt; in mt8365_afe_get_cm_update_cnt() local
379 ch_pair = (channel / 2) + 1; in mt8365_afe_get_cm_update_cnt()
381 ch_pair = channel / 2; in mt8365_afe_get_cm_update_cnt()
383 div_cnt = total_cnt / ch_pair; in mt8365_afe_get_cm_update_cnt()
389 for (i = 0; i < ch_pair; i++) in mt8365_afe_get_cm_update_cnt()