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