Home
last modified time | relevance | path

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

/linux/sound/pci/ctxfi/
H A Dctatc.c333 for (i = 0; i < apcm->n_srcimp; i++) { in atc_pcm_release_resources()
519 int n_srcimp, n_amixer, n_srcc, n_sum; in atc_pcm_capture_get_resources() local
537 n_srcimp = n_srcc; in atc_pcm_capture_get_resources()
542 n_srcimp += multi * atc->msr; in atc_pcm_capture_get_resources()
544 n_srcimp += multi; in atc_pcm_capture_get_resources()
559 apcm->srcimps = kcalloc(n_srcimp, sizeof(void *), GFP_KERNEL); in atc_pcm_capture_get_resources()
610 for (i = 0, apcm->n_srcimp = 0; i < n_srcimp; i++) { in atc_pcm_capture_get_resources()
623 apcm->n_srcimp++; in atc_pcm_capture_get_resources()
H A Dctatc.h68 unsigned char n_srcimp; /* Number of SRC Input Mappers */ member