Lines Matching refs:bpl
52 unsigned int bpl; member
230 cx25821_sram_channel_setup_audio(chip->dev, audio_ch, buf->bpl, in _cx25821_start_audio_dma()
234 cx_write(AUD_A_LNGTH, buf->bpl); in _cx25821_start_audio_dma()
450 unsigned int bpl = 0; in snd_cx25821_pcm_open() local
469 bpl = cx25821_sram_channels[AUDIO_SRAM_CHANNEL].fifo_size / 3; in snd_cx25821_pcm_open()
470 bpl &= ~7; /* must be multiple of 8 */ in snd_cx25821_pcm_open()
472 if (bpl > AUDIO_LINE_SIZE) in snd_cx25821_pcm_open()
473 bpl = AUDIO_LINE_SIZE; in snd_cx25821_pcm_open()
475 runtime->hw.period_bytes_min = bpl; in snd_cx25821_pcm_open()
476 runtime->hw.period_bytes_max = bpl; in snd_cx25821_pcm_open()
522 buf->bpl = chip->period_size; in snd_cx25821_hw_params()