Searched refs:nr_ch (Results 1 – 4 of 4) sorted by relevance
/linux/sound/pci/au88x0/ |
A 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);
|
A D | au88x0_core.c | 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() 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() 2278 if (nr_ch < 1) in vortex_adb_allocroute() 2304 if (nr_ch == 1) { in vortex_adb_allocroute() 2320 vortex->dma_adb[dma].nr_ch = nr_ch; in vortex_adb_allocroute() [all …]
|
A 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()
|
A 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()
|
Completed in 10 milliseconds