Searched refs:AUDIO_LINE_SIZE (Results 1 – 2 of 2) sorted by relevance
446 .periods_max = AUDIO_LINE_SIZE,448 .buffer_bytes_max = (AUDIO_LINE_SIZE * AUDIO_LINE_SIZE),481 if (bpl > AUDIO_LINE_SIZE) in snd_cx25821_pcm_open()482 bpl = AUDIO_LINE_SIZE; in snd_cx25821_pcm_open()528 if (chip->period_size > AUDIO_LINE_SIZE) in snd_cx25821_hw_params()529 chip->period_size = AUDIO_LINE_SIZE; in snd_cx25821_hw_params()
24 #define AUDIO_LINE_SIZE 128 macro