Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_audio_component.h97 int (*master_bind)(struct device *dev, struct drm_audio_component *); member
/linux/sound/hda/core/
H A Dcomponent.c204 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()
/linux/sound/hda/codecs/hdmi/
H A Dnvhdmi.c65 .master_bind = snd_hda_hdmi_acomp_master_bind,
H A Datihdmi.c527 .master_bind = snd_hda_hdmi_acomp_master_bind,
H A Dhdmi.c2256 spec->drm_audio_ops.master_bind = ops->master_bind; in snd_hda_hdmi_setup_drm_audio_ops()