Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/ctxfi/
Dctatc.c340 for (i = 0; i < apcm->n_srcc; i++) { in atc_pcm_release_resources()
414 for (i = 0; i < apcm->n_srcc; i++) { in atc_pcm_stop()
454 struct src_node_conf_t *conf, int *n_srcc) in setup_src_node_conf() argument
461 *n_srcc = 0; in setup_src_node_conf()
464 *n_srcc = apcm->substream->runtime->channels; in setup_src_node_conf()
480 *n_srcc = apcm->substream->runtime->channels * 2; in setup_src_node_conf()
488 *n_srcc = apcm->substream->runtime->channels; in setup_src_node_conf()
508 int n_srcimp, n_amixer, n_srcc, n_sum; in atc_pcm_capture_get_resources() local
523 setup_src_node_conf(atc, apcm, src_node_conf, &n_srcc); in atc_pcm_capture_get_resources()
525 n_amixer = n_sum * 2 + n_srcc; in atc_pcm_capture_get_resources()
[all …]
Dctatc.h71 unsigned char n_srcc; /* Number of converting SRCs */ member