Searched refs:buffer_bytes_max (Results 1 - 25 of 136) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/echoaudio/
H A Ddarla20.c88 .buffer_bytes_max = 262144,
H A Ddarla24.c95 .buffer_bytes_max = 262144,
H A Dgina20.c92 .buffer_bytes_max = 262144,
H A Dindigo.c97 .buffer_bytes_max = 262144,
H A Dindigodj.c97 .buffer_bytes_max = 262144,
H A Dindigodjx.c98 .buffer_bytes_max = 262144,
H A Dindigoio.c98 .buffer_bytes_max = 262144,
H A Dindigoiox.c99 .buffer_bytes_max = 262144,
H A Dlayla20.c102 .buffer_bytes_max = 262144,
H A Dlayla24.c112 .buffer_bytes_max = 262144,
H A Dmia.c107 .buffer_bytes_max = 262144,
H A Decho3g.c111 .buffer_bytes_max = 262144,
H A Dgina24.c115 .buffer_bytes_max = 262144,
H A Dmona.c124 .buffer_bytes_max = 262144,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Dtoneport.c43 .buffer_bytes_max = 60000,
60 .buffer_bytes_max = 60000,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-i2s-pcm.c64 .buffer_bytes_max = 0x20000, /* 128 kbytes */
71 size_t size = bf5xx_pcm_hardware.buffer_bytes_max;
202 size_t size = bf5xx_pcm_hardware.buffer_bytes_max;
H A Dbf5xx-tdm-pcm.c64 .buffer_bytes_max = PCM_BUFFER_MAX,
74 size_t size = bf5xx_pcm_hardware.buffer_bytes_max;
239 size_t size = bf5xx_pcm_hardware.buffer_bytes_max;
H A Dbf5xx-ac97-pcm.c116 .buffer_bytes_max = 0x20000, /* 128 kbytes */
123 size_t size = bf5xx_pcm_hardware.buffer_bytes_max
319 size_t size = bf5xx_pcm_hardware.buffer_bytes_max
380 size_t size = bf5xx_pcm_hardware.buffer_bytes_max *
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Ddummy.c117 size_t buffer_bytes_max; member in struct:dummy_model
159 .buffer_bytes_max = 128 * 1024,
164 .buffer_bytes_max = 26 * 64 * 1024,
174 .buffer_bytes_max = 256 * 1024,
184 .buffer_bytes_max = 16380,
205 .buffer_bytes_max = ((65536-64)*8),
532 .buffer_bytes_max = MAX_BUFFER_SIZE,
907 FIELD_ENTRY(buffer_bytes_max, "%ld"),
1017 if (m->buffer_bytes_max)
1018 dummy->pcm_hw.buffer_bytes_max
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_memory.c192 substream->buffer_bytes_max = size;
194 substream->buffer_bytes_max = UINT_MAX;
245 substream->buffer_bytes_max = substream->dma_buffer.bytes;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dctpcm.c41 .buffer_bytes_max = (128*1024),
63 .buffer_bytes_max = (128*1024),
89 .buffer_bytes_max = (128*1024),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/au88x0/
H A Dau88x0_pcm.c46 .buffer_bytes_max = 0x10000,
67 .buffer_bytes_max = 0x10000,
89 .buffer_bytes_max = 0x10000,
107 .buffer_bytes_max = 0x10000,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/arm/
H A Dpxa2xx-pcm-lib.c33 .buffer_bytes_max = 128 * 1024,
247 size_t size = pxa2xx_pcm_hardware.buffer_bytes_max;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Dsb16_main.c485 .buffer_bytes_max = (128*1024),
503 .buffer_bytes_max = (128*1024),
537 runtime->hw.buffer_bytes_max =
555 runtime->hw.buffer_bytes_max =
566 runtime->hw.buffer_bytes_max = 32 * 1024;
612 runtime->hw.buffer_bytes_max =
630 runtime->hw.buffer_bytes_max =
641 runtime->hw.buffer_bytes_max = 32 * 1024;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/fsl/
H A Dfsl_dma.c156 .buffer_bytes_max = 128 * 1024, /* A reasonable limit */
305 fsl_dma_hardware.buffer_bytes_max,
310 fsl_dma_hardware.buffer_bytes_max);
315 fsl_dma_hardware.buffer_bytes_max,
321 fsl_dma_hardware.buffer_bytes_max);

Completed in 211 milliseconds

123456