Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/ctxfi/
Dctatc.c508 int n_srcimp, n_amixer, n_srcc, n_sum; in atc_pcm_capture_get_resources() local
524 n_sum = (1 == multi) ? 1 : 0; in atc_pcm_capture_get_resources()
525 n_amixer = n_sum * 2 + n_srcc; in atc_pcm_capture_get_resources()
575 if (i < (n_sum*2)) in atc_pcm_capture_get_resources()
577 else if (i < (n_sum*2+n_srcc)) in atc_pcm_capture_get_resources()
578 mix_dsc.msr = src_node_conf[(i-n_sum*2)/multi].mix_msr; in atc_pcm_capture_get_resources()
646 int err, i, j, n_sum, multi; in atc_pcm_capture_prepare() local
670 n_sum = 1; in atc_pcm_capture_prepare()
671 mix_base = n_sum * 2; in atc_pcm_capture_prepare()