Comment 1 for bug 1755309

Revision history for this message
Ubfan (ubfan1) wrote :

The comment on the pin_eld_notify got fixed (sometime before 4.4.0-130), removing the pipe reference, and enumerating the two valid arguments, but the actual "pipe" argument was left.

===Partial fix of just comments from 4.4.0-130 packages ===
struct i915_audio_component_audio_ops {
 void *audio_ptr;
 /**
  * Call from i915 driver, notifying the HDA driver that
  * pin sense and/or ELD information has changed.
  * @audio_ptr: HDA driver object
  * @port: Which port has changed (PORTA / PORTB / PORTC etc)
  */
 void (*pin_eld_notify)(void *audio_ptr, int port, int pipe);
};