Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/512x/
Dmpc512x_shared.c357 #define DEFAULT_FIFO_SIZE 16 macro
391 prop_name, np->full_name, DEFAULT_FIFO_SIZE); in get_fifo_size()
393 return DEFAULT_FIFO_SIZE; in get_fifo_size()
/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23885-alsa.c297 #define DEFAULT_FIFO_SIZE 4096 macro
313 .period_bytes_min = DEFAULT_FIFO_SIZE/4,
314 .period_bytes_max = DEFAULT_FIFO_SIZE/4,
345 DEFAULT_FIFO_SIZE) { in snd_cx23885_pcm_open()
/linux-4.4.14/drivers/media/pci/cx25821/
Dcx25821-alsa.c434 #define DEFAULT_FIFO_SIZE 384 macro
447 .period_bytes_min = DEFAULT_FIFO_SIZE / 3,
448 .period_bytes_max = DEFAULT_FIFO_SIZE / 3,
480 DEFAULT_FIFO_SIZE) { in snd_cx25821_pcm_open()
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-alsa.c396 #define DEFAULT_FIFO_SIZE 4096 macro
411 .period_bytes_min = DEFAULT_FIFO_SIZE/4,
412 .period_bytes_max = DEFAULT_FIFO_SIZE/4,
441 if (cx88_sram_channels[SRAM_CH25].fifo_size != DEFAULT_FIFO_SIZE) { in snd_cx88_pcm_open()
/linux-4.4.14/drivers/media/usb/tm6000/
Dtm6000-alsa.c146 #define DEFAULT_FIFO_SIZE 4096 macro