Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/ctxfi/
Dctatc.h72 unsigned char n_srcimp; /* Number of SRC Input Mappers */ member
141 unsigned char n_srcimp; member
Dctatc.c329 for (i = 0; i < apcm->n_srcimp; i++) { in atc_pcm_release_resources()
508 int n_srcimp, n_amixer, n_srcc, n_sum; in atc_pcm_capture_get_resources() local
526 n_srcimp = n_srcc; in atc_pcm_capture_get_resources()
531 n_srcimp += multi * atc->msr; in atc_pcm_capture_get_resources()
533 n_srcimp += multi; in atc_pcm_capture_get_resources()
548 apcm->srcimps = kzalloc(sizeof(void *)*n_srcimp, GFP_KERNEL); in atc_pcm_capture_get_resources()
599 for (i = 0, apcm->n_srcimp = 0; i < n_srcimp; i++) { in atc_pcm_capture_get_resources()
612 apcm->n_srcimp++; in atc_pcm_capture_get_resources()
1196 for (i = 0; i < atc->n_srcimp; i++) { in atc_release_resources()
1419 for (i = 0, atc->n_srcimp = 0; i < num_srcs; i++) { in atc_get_resources()
[all …]