Home
last modified time | relevance | path

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

/linux-5.19.10/sound/pci/au88x0/
Dau88x0.h114 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);
Dau88x0_core.c2109 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 …]
Dau88x0_synth.c54 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()
Dau88x0_pcm.c199 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()