Lines Matching defs:acomp
590 nv50_audio_component_eld_notify(struct drm_audio_component *acomp, int port,
593 if (acomp && acomp->audio_ops && acomp->audio_ops->pin_eld_notify)
594 acomp->audio_ops->pin_eld_notify(acomp->audio_ops->audio_ptr,
650 struct drm_audio_component *acomp = data;
656 acomp->ops = &nv50_audio_component_ops;
657 acomp->dev = kdev;
658 drm->audio.component = acomp;
669 struct drm_audio_component *acomp = data;
673 acomp->ops = NULL;
674 acomp->dev = NULL;