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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/au88x0/
H A Dau88x0.h119 int nr_ch; /* Nr of PCM channels in use */ member in struct:__anon19144
240 static int vortex_adb_allocroute(vortex_t * vortex, int dma, int nr_ch,
245 static int vortex_wt_allocroute(vortex_t * vortex, int dma, int nr_ch);
H A Dau88x0_synth.c66 static int vortex_wt_allocroute(vortex_t * vortex, int wt, int nr_ch) argument
71 if (nr_ch) {
74 vortex_wt_setstereo(vortex, wt, nr_ch - 1);
H A Dau88x0_pcm.c195 stream->nr_ch = 0;
228 stream->nr_ch, stream->dir,
276 stream->nr_ch, stream->dir,
H A Dau88x0_core.c1790 vortex_adb_allocroute(vortex_t * vortex, int dma, int nr_ch, int dir, int type);
1841 Allocate nr_ch pcm audio routes if dma < 0. If dma >= 0, existing routes
1844 nr_ch: Number of channels to be de/allocated.
1850 vortex_adb_allocroute(vortex_t * vortex, int dma, int nr_ch, int dir, int type) argument
1855 if ((nr_ch == 3)
1856 || ((dir == SNDRV_PCM_STREAM_CAPTURE) && (nr_ch > 2)))
1885 for (i = 0; i < nr_ch; i++) {
1933 for (i = 0; i < nr_ch; i++) {
1936 src[nr_ch - 1],
1958 src[nr_ch
[all...]

Completed in 40 milliseconds