Lines Matching refs:slot_width
55 int slot_width;
403 int slot_width)
416 if (slot_width &&
417 (slot_width != 16 && slot_width != 24 && slot_width != 32 )) {
418 dev_err(component->dev, "Unsupported slot_width %d\n",
419 slot_width);
424 io_params->slot_width = slot_width;
446 int i, num_scki_ratios, slot_width;
484 if (io_params->slot_width)
485 slot_width = io_params->slot_width;
487 slot_width = params_width(params);
489 switch (slot_width) {
506 dev_err(component->dev, "unsupported frame size: %d\n", slot_width);
547 fmt = (slot_width == 16) ? PCM3168A_FMT_RIGHT_J_16 :