Home
last modified time | relevance | path

Searched refs:master_unbind (Results 1 – 5 of 5) sorted by relevance

/linux/include/drm/
H A Ddrm_audio_component.h104 void (*master_unbind)(struct device *dev, struct drm_audio_component *); member
/linux/sound/hda/core/
H A Dcomponent.c226 if (acomp->audio_ops && acomp->audio_ops->master_unbind) in hdac_component_master_unbind()
227 acomp->audio_ops->master_unbind(dev, acomp); in hdac_component_master_unbind()
/linux/sound/hda/codecs/hdmi/
H A Dnvhdmi.c66 .master_unbind = snd_hda_hdmi_acomp_master_unbind,
H A Datihdmi.c528 .master_unbind = snd_hda_hdmi_acomp_master_unbind,
H A Dhdmi.c2257 spec->drm_audio_ops.master_unbind = ops->master_unbind; in snd_hda_hdmi_setup_drm_audio_ops()