Home
last modified time | relevance | path

Searched refs:drm_audio_ops (Results 1 – 3 of 3) sorted by relevance

/linux/sound/hda/codecs/hdmi/
H A Dhdmi.c2230 spec = container_of(acomp->audio_ops, struct hdmi_spec, drm_audio_ops); in generic_acomp_notifier_set()
2294 /* set up the private drm_audio_ops from the template */
2300 spec->drm_audio_ops.audio_ptr = codec; in snd_hda_hdmi_setup_drm_audio_ops()
2306 spec->drm_audio_ops.pin2port = ops->pin2port; in snd_hda_hdmi_setup_drm_audio_ops()
2307 spec->drm_audio_ops.pin_eld_notify = ops->pin_eld_notify; in snd_hda_hdmi_setup_drm_audio_ops()
2308 spec->drm_audio_ops.master_bind = ops->master_bind; in snd_hda_hdmi_setup_drm_audio_ops()
2309 spec->drm_audio_ops.master_unbind = ops->master_unbind; in snd_hda_hdmi_setup_drm_audio_ops()
2327 if (!snd_hdac_acomp_init(&codec->bus->core, &spec->drm_audio_ops, in snd_hda_hdmi_acomp_init()
H A Dhdmi_local.h153 struct drm_audio_component_audio_ops drm_audio_ops; member
H A Dintelhdmi.c190 &spec->drm_audio_ops); in register_i915_notifier()