Searched refs:AUDIO_LINE_SIZE (Results 1 – 2 of 2) sorted by relevance
437 .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()
14 #define AUDIO_LINE_SIZE 128 macro