17 Jul
2015
17 Jul
'15
2:14 p.m.
On Thu, Jul 16, 2015 at 03:37:07PM +0200, David Henningsson wrote:
+static void i915_audio_component_hotplug_notify(struct hdac_bus *bus,
- const struct i915_audio_hotplug_info *info)
+{
- struct hda_codec *codec;
this should be hdac_device as core doesnt know hda_codec
- codec_dbg("Received HDMI hotplug callback (connector = %s, plugged in = %d)",
info->connector_name, (int) info->plugged_in);
- for (i = 0; i <= MAX_CODEC_ADDRESS; i++)
if (bus->caddr_tbl[i] && bus->caddr_tbl[i]->hotplug_notify)
bus->caddr_tbl[i]->hotplug_notify(bus->caddr_tbl[i], info);
+}
Rest looks good :)
--
~Vinod