Lines Matching defs:width
346 /* set slot width */
557 int width = snd_pcm_format_physical_width(params_format(params));
561 int bclk = rate * chn * (width / 8);
567 * to force 16-bit frame width on the wire (for S16_LE), even
571 ((chn == 2) && (ttsa != 1)) || (width == 32),
625 if (width == 32)
651 if (((priv->sysclk / bclk) == 64) && (width == 16)) {
663 sspsp |= SSPSP_SFRMWDTH(width * 2);
664 sspsp |= SSPSP_SFRMDLY(width * 4);
669 /* The frame width is the width the LRCLK is
675 sspsp |= SSPSP_SFRMWDTH(width + 1);
676 sspsp |= SSPSP_SFRMDLY((width + 1) * 2);