Lines Matching defs:bps
18 u8 no_ch, u32 rate, u16 bps, u8 linktype)
31 if (wfmt->channels == no_ch && wfmt->bits_per_sample == bps) {
52 u8 s_fmt, u8 num_channels, u32 s_rate, u8 dirn, u16 bps)
57 dev_dbg(dev, "bits_per_sample=%d\n", bps);
92 u16 bps = (s_fmt == 16) ? 16 : 32;
95 dump_config(dev, instance, link_type, s_fmt, num_ch, s_rate, dirn, bps);
107 s_rate, bps, link_type);
205 u16 channels, bps;
224 bps = wav_fmt->fmt.bits_per_sample;
230 * different for each usecase for a specific rate and bps.
234 * So for the given fs and bps, choose blob which has
243 (bps == wav_fmt->fmt.bits_per_sample)) {
253 rate = channels * bps * fs;