Lines Matching defs:width
1053 int width = aic3x->slot_width;
1055 if (!width)
1056 width = params_width(params);
1060 switch (width) {
1202 int width = aic3x->slot_width;
1204 if (!width)
1205 width = substream->runtime->sample_bits;
1209 delay += (aic3x->tdm_delay*width + 1);
1211 delay += aic3x->tdm_delay*width;
1349 dev_err(component->dev, "Unsupported slot width %d\n", slot_width);