drm/i915: Add get_eld audio component
[linux-drm-fsl-dcu.git] / drivers / gpu / drm / i915 / intel_drv.h
index ab5c147fa9e9d757853ae236e7469e1cfc4f9121..fe58a5722b16b2da36896b283f6958a1e5dfaac1 100644 (file)
@@ -814,6 +814,8 @@ struct intel_digital_port {
        struct intel_hdmi hdmi;
        enum irqreturn (*hpd_pulse)(struct intel_digital_port *, bool);
        bool release_cl2_override;
+       /* for communication with audio component; protected by av_mutex */
+       const struct drm_connector *audio_connector;
 };
 
 struct intel_dp_mst_encoder {