Home
last modified time | relevance | path

Searched refs:AUDIO_LINE_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/pci/cx25821/
A Dcx25821-alsa.c437 .periods_max = AUDIO_LINE_SIZE,
439 .buffer_bytes_max = (AUDIO_LINE_SIZE * AUDIO_LINE_SIZE),
472 if (bpl > AUDIO_LINE_SIZE) in snd_cx25821_pcm_open()
473 bpl = AUDIO_LINE_SIZE; in snd_cx25821_pcm_open()
519 if (chip->period_size > AUDIO_LINE_SIZE) in snd_cx25821_hw_params()
520 chip->period_size = AUDIO_LINE_SIZE; in snd_cx25821_hw_params()
A Dcx25821-audio.h14 #define AUDIO_LINE_SIZE 128 macro

Completed in 5 milliseconds