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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dctatc.c339 for (i = 0; i < apcm->n_srcc; i++) {
413 for (i = 0; i < apcm->n_srcc; i++) {
453 struct src_node_conf_t *conf, int *n_srcc)
460 *n_srcc = 0;
463 *n_srcc = apcm->substream->runtime->channels;
479 *n_srcc = apcm->substream->runtime->channels * 2;
487 *n_srcc = apcm->substream->runtime->channels;
507 int n_srcimp, n_amixer, n_srcc, n_sum; local
522 setup_src_node_conf(atc, apcm, src_node_conf, &n_srcc);
524 n_amixer = n_sum * 2 + n_srcc;
452 setup_src_node_conf(struct ct_atc *atc, struct ct_atc_pcm *apcm, struct src_node_conf_t *conf, int *n_srcc) argument
[all...]
H A Dctatc.h70 unsigned char n_srcc; /* Number of converting SRCs */ member in struct:ct_atc_pcm

Completed in 63 milliseconds