Home
last modified time | relevance | path

Searched refs:nr_ch (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/sound/pci/au88x0/
Dau88x0.h126 int nr_ch; /* Nr of PCM channels in use */ member
248 static int vortex_adb_allocroute(vortex_t * vortex, int dma, int nr_ch,
253 static int vortex_wt_allocroute(vortex_t * vortex, int dma, int nr_ch);
Dau88x0_core.c2115 vortex_adb_allocroute(vortex_t *vortex, int dma, int nr_ch, int dir, in vortex_adb_allocroute() argument
2148 for (i = 0; i < nr_ch; i++) { in vortex_adb_allocroute()
2196 for (i = 0; i < nr_ch; i++) { in vortex_adb_allocroute()
2199 src[nr_ch - 1], in vortex_adb_allocroute()
2221 src[nr_ch - 1], in vortex_adb_allocroute()
2237 for (i = nr_ch; i < ch_top; i++) { in vortex_adb_allocroute()
2239 mix[i % nr_ch], in vortex_adb_allocroute()
2243 mix[i % nr_ch], in vortex_adb_allocroute()
2248 mix[i % nr_ch], in vortex_adb_allocroute()
2255 for (i = 0; i < nr_ch; i++) in vortex_adb_allocroute()
[all …]
Dau88x0_synth.c66 static int vortex_wt_allocroute(vortex_t * vortex, int wt, int nr_ch) in vortex_wt_allocroute() argument
72 if (nr_ch) { in vortex_wt_allocroute()
75 vortex_wt_setstereo(vortex, wt, nr_ch - 1); in vortex_wt_allocroute()
Dau88x0_pcm.c211 stream->nr_ch = 0; in snd_vortex_pcm_close()
244 stream->nr_ch, stream->dir, in snd_vortex_pcm_hw_params()
305 stream->nr_ch, stream->dir, in snd_vortex_pcm_hw_free()
580 switch (vortex->dma_adb[p->dma].nr_ch) { in snd_vortex_pcm_vol_put()