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