Lines Matching refs:bpl
65 unsigned int bpl; member
243 cx25821_sram_channel_setup_audio(chip->dev, audio_ch, buf->bpl, in _cx25821_start_audio_dma()
247 cx_write(AUD_A_LNGTH, buf->bpl); in _cx25821_start_audio_dma()
463 unsigned int bpl = 0; in snd_cx25821_pcm_open() local
482 bpl = cx25821_sram_channels[AUDIO_SRAM_CHANNEL].fifo_size / 3; in snd_cx25821_pcm_open()
483 bpl &= ~7; /* must be multiple of 8 */ in snd_cx25821_pcm_open()
485 if (bpl > AUDIO_LINE_SIZE) in snd_cx25821_pcm_open()
486 bpl = AUDIO_LINE_SIZE; in snd_cx25821_pcm_open()
488 runtime->hw.period_bytes_min = bpl; in snd_cx25821_pcm_open()
489 runtime->hw.period_bytes_max = bpl; in snd_cx25821_pcm_open()
535 buf->bpl = chip->period_size; in snd_cx25821_hw_params()