11 Apr
2019
11 Apr
'19
4:47 p.m.
On Thu, 11 Apr 2019 16:19:49 +0200, libin.yang@intel.com wrote:
+static int hdac_hdmi_add_device_link(struct device *consumer,
struct device *supplier,
struct device_link **link)
Missing inline?
But, before sending v4, please hold on.
I'm thinking whether we can do this rather in the component init of the hdac-hdmi codec driver. Can't we get the machine device somehow at the time of codec component init?
Or even if it's too early, there is also late_probe callback that is called after binding all... If we can manage to create a link from the codec side, we need to change only one place, instead of scattering allover the tree.
thanks,
Takashi