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

/linux-master/sound/pci/hda/
H A Dpatch_hdmi.c186 struct drm_audio_component_audio_ops drm_audio_ops; member in struct:hdmi_spec
2640 spec = container_of(acomp->audio_ops, struct hdmi_spec, drm_audio_ops);
2701 /* set up the private drm_audio_ops from the template */
2707 spec->drm_audio_ops.audio_ptr = codec;
2713 spec->drm_audio_ops.pin2port = ops->pin2port;
2714 spec->drm_audio_ops.pin_eld_notify = ops->pin_eld_notify;
2715 spec->drm_audio_ops.master_bind = ops->master_bind;
2716 spec->drm_audio_ops.master_unbind = ops->master_unbind;
2733 if (!snd_hdac_acomp_init(&codec->bus->core, &spec->drm_audio_ops,
2899 &spec->drm_audio_ops);
[all...]

Completed in 257 milliseconds