Lines Matching defs:vbps
241 u32 rate, u8 vbps, u8 bps, bool ignore_vbps)
259 * When looking for exact match of configuration ignore the vbps
263 (ignore_vbps || vbps == _vbps) && bps == _bps)
291 u32 bus_id, u8 link_type, u8 vbps, u8 bps,
306 if (link_type == NHLT_LINK_DMIC && bps == 32 && (vbps == 24 || vbps == 32)) {
311 * It has been observed that some NHLT tables have the vbps
315 * Note: when the samples assumed to be vbps=32 then the 'noise'
320 " ch=%d fmt=%d rate=%d (vbps is ignored for DMIC 32bit format)\n",
324 dev_dbg(dev, " ch=%d fmt=%d/%d rate=%d\n", num_ch, vbps, bps, rate);
335 vbps, bps, ignore_vbps);