Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/pci/cx23885/
Dcx23885-alsa.c285 #define DEFAULT_FIFO_SIZE 4096 macro
301 .period_bytes_min = DEFAULT_FIFO_SIZE/4,
302 .period_bytes_max = DEFAULT_FIFO_SIZE/4,
332 DEFAULT_FIFO_SIZE) { in snd_cx23885_pcm_open()
/Linux-v6.6/arch/powerpc/platforms/512x/
Dmpc512x_shared.c339 #define DEFAULT_FIFO_SIZE 16 macro
373 prop_name, np, DEFAULT_FIFO_SIZE); in get_fifo_size()
375 return DEFAULT_FIFO_SIZE; in get_fifo_size()
/Linux-v6.6/drivers/media/pci/cx25821/
Dcx25821-alsa.c421 #define DEFAULT_FIFO_SIZE 384 macro
434 .period_bytes_min = DEFAULT_FIFO_SIZE / 3,
435 .period_bytes_max = DEFAULT_FIFO_SIZE / 3,
467 DEFAULT_FIFO_SIZE) { in snd_cx25821_pcm_open()
/Linux-v6.6/drivers/media/pci/cx88/
Dcx88-alsa.c376 #define DEFAULT_FIFO_SIZE 4096 macro
393 .period_bytes_min = DEFAULT_FIFO_SIZE / 4,
394 .period_bytes_max = DEFAULT_FIFO_SIZE / 4,
423 if (cx88_sram_channels[SRAM_CH25].fifo_size != DEFAULT_FIFO_SIZE) { in snd_cx88_pcm_open()