Searched refs:AUDIO_LINE_SIZE (Results 1 – 2 of 2) sorted by relevance
438 .periods_max = AUDIO_LINE_SIZE,440 .buffer_bytes_max = (AUDIO_LINE_SIZE * AUDIO_LINE_SIZE),473 if (bpl > AUDIO_LINE_SIZE) in snd_cx25821_pcm_open()474 bpl = AUDIO_LINE_SIZE; in snd_cx25821_pcm_open()520 if (chip->period_size > AUDIO_LINE_SIZE) in snd_cx25821_hw_params()521 chip->period_size = AUDIO_LINE_SIZE; in snd_cx25821_hw_params()
14 #define AUDIO_LINE_SIZE 128 macro