Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/ctxfi/
Dctatc.c513 int n_srcimp, n_amixer, n_srcc, n_sum; in atc_pcm_capture_get_resources() local
529 n_sum = (1 == multi) ? 1 : 0; in atc_pcm_capture_get_resources()
530 n_amixer = n_sum * 2 + n_srcc; in atc_pcm_capture_get_resources()
580 if (i < (n_sum*2)) in atc_pcm_capture_get_resources()
582 else if (i < (n_sum*2+n_srcc)) in atc_pcm_capture_get_resources()
583 mix_dsc.msr = src_node_conf[(i-n_sum*2)/multi].mix_msr; in atc_pcm_capture_get_resources()
651 int err, i, j, n_sum, multi; in atc_pcm_capture_prepare() local
675 n_sum = 1; in atc_pcm_capture_prepare()
676 mix_base = n_sum * 2; in atc_pcm_capture_prepare()