Lines Matching defs:width
1048 int width = aic3x->slot_width;
1050 if (!width)
1051 width = params_width(params);
1055 switch (width) {
1197 int width = aic3x->slot_width;
1199 if (!width)
1200 width = substream->runtime->sample_bits;
1204 delay += (aic3x->tdm_delay*width + 1);
1206 delay += aic3x->tdm_delay*width;
1343 dev_err(component->dev, "Unsupported slot width %d\n", slot_width);