master_unbind     101 include/drm/drm_audio_component.h 	void (*master_unbind)(struct device *dev, struct drm_audio_component *);
master_unbind     227 sound/hda/hdac_component.c 	if (acomp->audio_ops && acomp->audio_ops->master_unbind)
master_unbind     228 sound/hda/hdac_component.c 		acomp->audio_ops->master_unbind(dev, acomp);
master_unbind    2551 sound/pci/hda/patch_hdmi.c 	spec->drm_audio_ops.master_unbind = ops->master_unbind;
master_unbind    4002 sound/pci/hda/patch_hdmi.c 	.master_unbind = generic_acomp_master_unbind,