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