Searched refs:master_bind (Results 1 – 5 of 5) sorted by relevance
97 int (*master_bind)(struct device *dev, struct drm_audio_component *); member
204 if (acomp->audio_ops && acomp->audio_ops->master_bind) { in hdac_component_master_bind()205 ret = acomp->audio_ops->master_bind(dev, acomp); in hdac_component_master_bind()
65 .master_bind = snd_hda_hdmi_acomp_master_bind,
527 .master_bind = snd_hda_hdmi_acomp_master_bind,
2256 spec->drm_audio_ops.master_bind = ops->master_bind; in snd_hda_hdmi_setup_drm_audio_ops()