BIT_DEPTH_8
.min = BIT_DEPTH_8,
.value = BIT_DEPTH_8,
u32 bitdepth = BIT_DEPTH_8;
if (subsc_params.bit_depth == BIT_DEPTH_8 &&
if (subsc_params.bit_depth == BIT_DEPTH_8)
inst->fw_caps[BIT_DEPTH].value = BIT_DEPTH_8;
if ((subsc_params.bit_depth != BIT_DEPTH_8 && subsc_params.bit_depth != BIT_DEPTH_10) ||
val |= (BIT_DEPTH_8 << AUD_CTRL_DATA_WIDTH_SHIFT);