Home
last modified time | relevance | path

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

/sound/pci/ctxfi/
Dctatc.h72 unsigned char n_srcimp; /* Number of SRC Input Mappers */ member
141 unsigned char n_srcimp; member
Dctatc.c331 for (i = 0; i < apcm->n_srcimp; i++) { in atc_pcm_release_resources()
517 int n_srcimp, n_amixer, n_srcc, n_sum; in atc_pcm_capture_get_resources() local
535 n_srcimp = n_srcc; in atc_pcm_capture_get_resources()
540 n_srcimp += multi * atc->msr; in atc_pcm_capture_get_resources()
542 n_srcimp += multi; in atc_pcm_capture_get_resources()
557 apcm->srcimps = kzalloc(sizeof(void *)*n_srcimp, GFP_KERNEL); in atc_pcm_capture_get_resources()
608 for (i = 0, apcm->n_srcimp = 0; i < n_srcimp; i++) { in atc_pcm_capture_get_resources()
621 apcm->n_srcimp++; in atc_pcm_capture_get_resources()
1203 for (i = 0; i < atc->n_srcimp; i++) { in atc_release_resources()
1428 for (i = 0, atc->n_srcimp = 0; i < num_srcs; i++) { in atc_get_resources()
[all …]