n_srcc 339 sound/pci/ctxfi/ctatc.c for (i = 0; i < apcm->n_srcc; i++) { n_srcc 413 sound/pci/ctxfi/ctatc.c for (i = 0; i < apcm->n_srcc; i++) { n_srcc 460 sound/pci/ctxfi/ctatc.c struct src_node_conf_t *conf, int *n_srcc) n_srcc 467 sound/pci/ctxfi/ctatc.c *n_srcc = 0; n_srcc 470 sound/pci/ctxfi/ctatc.c *n_srcc = apcm->substream->runtime->channels; n_srcc 486 sound/pci/ctxfi/ctatc.c *n_srcc = apcm->substream->runtime->channels * 2; n_srcc 494 sound/pci/ctxfi/ctatc.c *n_srcc = apcm->substream->runtime->channels; n_srcc 514 sound/pci/ctxfi/ctatc.c int n_srcimp, n_amixer, n_srcc, n_sum; n_srcc 529 sound/pci/ctxfi/ctatc.c setup_src_node_conf(atc, apcm, src_node_conf, &n_srcc); n_srcc 531 sound/pci/ctxfi/ctatc.c n_amixer = n_sum * 2 + n_srcc; n_srcc 532 sound/pci/ctxfi/ctatc.c n_srcimp = n_srcc; n_srcc 542 sound/pci/ctxfi/ctatc.c if (n_srcc) { n_srcc 543 sound/pci/ctxfi/ctatc.c apcm->srccs = kcalloc(n_srcc, sizeof(void *), GFP_KERNEL); n_srcc 563 sound/pci/ctxfi/ctatc.c for (i = 0, apcm->n_srcc = 0; i < n_srcc; i++) { n_srcc 576 sound/pci/ctxfi/ctatc.c apcm->n_srcc++; n_srcc 583 sound/pci/ctxfi/ctatc.c else if (i < (n_sum*2+n_srcc)) n_srcc 606 sound/pci/ctxfi/ctatc.c if (i < (n_srcc)) n_srcc 680 sound/pci/ctxfi/ctatc.c for (i = 0; i < apcm->n_srcc; i++) { n_srcc 698 sound/pci/ctxfi/ctatc.c amixer = apcm->amixers[apcm->n_srcc+j*multi+i]; n_srcc 705 sound/pci/ctxfi/ctatc.c srcimp = apcm->srcimps[apcm->n_srcc+j*multi+i]; n_srcc 712 sound/pci/ctxfi/ctatc.c srcimp = apcm->srcimps[apcm->n_srcc+i]; n_srcc 734 sound/pci/ctxfi/ctatc.c for (i = 0; i < apcm->n_srcc; i++) { n_srcc 753 sound/pci/ctxfi/ctatc.c for (i = 0; i < apcm->n_srcc; i++) { n_srcc 67 sound/pci/ctxfi/ctatc.h unsigned char n_srcc; /* Number of converting SRCs */