Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ctxfi/
H A Dctatc.c341 for (i = 0; i < apcm->n_srcc; i++) { in atc_pcm_release_resources()
469 *n_srcc = 0; in setup_src_node_conf()
533 n_amixer = n_sum * 2 + n_srcc; in atc_pcm_capture_get_resources()
534 n_srcimp = n_srcc; in atc_pcm_capture_get_resources()
544 if (n_srcc) { in atc_pcm_capture_get_resources()
565 for (i = 0, apcm->n_srcc = 0; i < n_srcc; i++) { in atc_pcm_capture_get_resources()
578 apcm->n_srcc++; in atc_pcm_capture_get_resources()
585 else if (i < (n_sum*2+n_srcc)) in atc_pcm_capture_get_resources()
608 if (i < (n_srcc)) in atc_pcm_capture_get_resources()
682 for (i = 0; i < apcm->n_srcc; i++) { in atc_pcm_capture_prepare()
[all …]
H A Dctatc.h67 unsigned char n_srcc; /* Number of converting SRCs */ member