[Intel-gfx] [PATCH 1/4] drm/i915: Add audio hotplug info struct

David Henningsson david.henningsson at canonical.com
Wed Jul 22 23:25:21 PDT 2015



On 2015-07-23 08:17, David Henningsson wrote:
> I'm about to go on vacation so it would be good to get some closure
> here. If you both prefer this setup, how about I remove "struct
> i915_audio_hotplug_info" for now? We will then have:
>
>      const struct i915_audio_component_audio_ops {
>          void (*hotplug_notify)(struct hdac_bus *);
>      }

Sorry, it would look like this:

       const struct i915_audio_component_audio_ops {
           void (*hotplug_notify)(struct hdac_bus *, int port, int 
port_mst_index);
       }

...to indicate what port needs updating.


-- 
David Henningsson, Canonical Ltd.
https://launchpad.net/~diwic


More information about the Intel-gfx mailing list