]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/drm/intel_lpe_audio.h
drm/i915: Remove hdmi_connected from LPE audio pdata
[linux.git] / include / drm / intel_lpe_audio.h
index e9892b4c3af10c103cbe27f9ee17d1e31c0ba5ac..9a5bdf5ad18058d219573e7961cc01c4c66eba05 100644 (file)
@@ -33,16 +33,13 @@ struct platform_device;
 
 struct intel_hdmi_lpe_audio_eld {
        int port_id;
-       int pipe_id;
        unsigned char eld_data[HDMI_MAX_ELD_BYTES];
 };
 
 struct intel_hdmi_lpe_audio_pdata {
-       bool notify_pending;
-       int tmds_clock_speed;
-       bool hdmi_connected;
+       int pipe;
+       int ls_clock;
        bool dp_output;
-       int link_rate;
        struct intel_hdmi_lpe_audio_eld eld;
        void (*notify_audio_lpe)(struct platform_device *pdev);
        spinlock_t lpe_audio_slock;