Searched refs:master_bind (Results 1 – 3 of 3) sorted by relevance
94 int (*master_bind)(struct device *dev, struct drm_audio_component *); member
207 if (acomp->audio_ops && acomp->audio_ops->master_bind) { in hdac_component_master_bind()208 ret = acomp->audio_ops->master_bind(dev, acomp); in hdac_component_master_bind()
2593 spec->drm_audio_ops.master_bind = ops->master_bind; in setup_drm_audio_ops()3529 .master_bind = generic_acomp_master_bind,4100 .master_bind = generic_acomp_master_bind,