Lines Matching defs:acomp
611 nv50_audio_component_eld_notify(struct drm_audio_component *acomp, int port,
614 if (acomp && acomp->audio_ops && acomp->audio_ops->pin_eld_notify)
615 acomp->audio_ops->pin_eld_notify(acomp->audio_ops->audio_ptr,
676 struct drm_audio_component *acomp = data;
682 acomp->ops = &nv50_audio_component_ops;
683 acomp->dev = kdev;
684 drm->audio.component = acomp;
695 struct drm_audio_component *acomp = data;
699 acomp->ops = NULL;
700 acomp->dev = NULL;