Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/ctxfi/
Dctatc.c338 for (i = 0; i < apcm->n_srcc; i++) { in atc_pcm_release_resources()
412 for (i = 0; i < apcm->n_srcc; i++) { in atc_pcm_stop()
459 struct src_node_conf_t *conf, int *n_srcc) in setup_src_node_conf() argument
466 *n_srcc = 0; in setup_src_node_conf()
469 *n_srcc = apcm->substream->runtime->channels; in setup_src_node_conf()
485 *n_srcc = apcm->substream->runtime->channels * 2; in setup_src_node_conf()
493 *n_srcc = apcm->substream->runtime->channels; in setup_src_node_conf()
513 int n_srcimp, n_amixer, n_srcc, n_sum; in atc_pcm_capture_get_resources() local
528 setup_src_node_conf(atc, apcm, src_node_conf, &n_srcc); in atc_pcm_capture_get_resources()
530 n_amixer = n_sum * 2 + n_srcc; in atc_pcm_capture_get_resources()
[all …]
Dctatc.h67 unsigned char n_srcc; /* Number of converting SRCs */ member