Searched refs:master_bind (Results 1 – 3 of 3) sorted by relevance
90 int (*master_bind)(struct device *dev, struct drm_audio_component *); member
194 if (acomp->audio_ops && acomp->audio_ops->master_bind) { in hdac_component_master_bind()195 ret = acomp->audio_ops->master_bind(dev, acomp); in hdac_component_master_bind()
112 .master_bind = i915_master_bind