Searched refs:nr_ch (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/sound/pci/au88x0/ |
D | au88x0.h | 114 int nr_ch; /* Nr of PCM channels in use */ member 236 static int vortex_adb_allocroute(vortex_t * vortex, int dma, int nr_ch, 241 static int vortex_wt_allocroute(vortex_t * vortex, int dma, int nr_ch);
|
D | au88x0_core.c | 2109 vortex_adb_allocroute(vortex_t *vortex, int dma, int nr_ch, int dir, in vortex_adb_allocroute() argument 2142 for (i = 0; i < nr_ch; i++) { in vortex_adb_allocroute() 2192 for (i = 0; i < nr_ch; i++) { in vortex_adb_allocroute() 2195 src[nr_ch - 1], in vortex_adb_allocroute() 2217 src[nr_ch - 1], in vortex_adb_allocroute() 2233 for (i = nr_ch; i < ch_top; i++) { in vortex_adb_allocroute() 2235 mix[i % nr_ch], in vortex_adb_allocroute() 2239 mix[i % nr_ch], in vortex_adb_allocroute() 2244 mix[i % nr_ch], in vortex_adb_allocroute() 2251 for (i = 0; i < nr_ch; i++) in vortex_adb_allocroute() [all …]
|
D | au88x0_synth.c | 54 static int vortex_wt_allocroute(vortex_t * vortex, int wt, int nr_ch) in vortex_wt_allocroute() argument 60 if (nr_ch) { in vortex_wt_allocroute() 63 vortex_wt_setstereo(vortex, wt, nr_ch - 1); in vortex_wt_allocroute()
|
D | au88x0_pcm.c | 199 stream->nr_ch = 0; in snd_vortex_pcm_close() 224 stream->nr_ch, stream->dir, in snd_vortex_pcm_hw_params() 285 stream->nr_ch, stream->dir, in snd_vortex_pcm_hw_free() 558 switch (vortex->dma_adb[p->dma].nr_ch) { in snd_vortex_pcm_vol_put()
|