drm/i915: Drop port_mst_index parameter from pin/eld callback
[firefly-linux-kernel-4.4.55.git] / include / drm / i915_component.h
index ab5bde3736b423d0196ae8ca7bf07577bbe32131..b2d56dd483d9c8ad197b6a59071c2dd2378652da 100644 (file)
@@ -42,9 +42,8 @@ struct i915_audio_component {
                 * pin sense and/or ELD information has changed.
                 * @audio_ptr:          HDA driver object
                 * @port:               Which port has changed (PORTA / PORTB / PORTC etc)
-                * @port_mst_index:     Index within that port, for DisplayPort multistreaming
                 */
-               void (*pin_eld_notify)(void *audio_ptr, int port, int port_mst_index);
+               void (*pin_eld_notify)(void *audio_ptr, int port);
        } *audio_ops;
 };