Lines Matching defs:iface
93 const struct ak4613_interface *iface;
253 priv->iface = NULL;
344 static bool ak4613_dai_fmt_matching(const struct ak4613_interface *iface,
350 fmts = (is_play) ? &iface->playback : &iface->capture;
367 const struct ak4613_interface *iface;
404 iface = NULL;
407 if (priv->iface) {
408 if (ak4613_dai_fmt_matching(priv->iface, is_play, fmt, width))
409 iface = priv->iface;
416 iface = ak4613_iface + i;
421 if ((priv->iface == NULL) ||
422 (priv->iface == iface)) {
423 priv->iface = iface;
431 fmt_ctrl = AUDIO_IFACE_TO_VAL(iface);
664 priv->iface = NULL;