Home
last modified time | relevance | path

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

/drivers/media/video/cx23885/
Dcx23885-alsa.c220 #define DEFAULT_FIFO_SIZE 4096 macro
236 .period_bytes_min = DEFAULT_FIFO_SIZE/4,
237 .period_bytes_max = DEFAULT_FIFO_SIZE/4,
268 DEFAULT_FIFO_SIZE) { in snd_cx23885_pcm_open()
/drivers/media/video/cx25821/
Dcx25821-alsa.c357 #define DEFAULT_FIFO_SIZE 384 macro
370 .period_bytes_min = DEFAULT_FIFO_SIZE / 3,
371 .period_bytes_max = DEFAULT_FIFO_SIZE / 3,
403 DEFAULT_FIFO_SIZE) { in snd_cx25821_pcm_open()
/drivers/media/video/cx88/
Dcx88-alsa.c313 #define DEFAULT_FIFO_SIZE 4096 macro
328 .period_bytes_min = DEFAULT_FIFO_SIZE/4,
329 .period_bytes_max = DEFAULT_FIFO_SIZE/4,
358 if (cx88_sram_channels[SRAM_CH25].fifo_size != DEFAULT_FIFO_SIZE) { in snd_cx88_pcm_open()
/drivers/media/video/tm6000/
Dtm6000-alsa.c146 #define DEFAULT_FIFO_SIZE 4096 macro