snd_hdac_ext_bus_get_hlink_by_addr
struct hdac_ext_link *snd_hdac_ext_bus_get_hlink_by_addr(struct hdac_bus *bus, int addr);
EXPORT_SYMBOL_GPL(snd_hdac_ext_bus_get_hlink_by_addr);
return snd_hdac_ext_bus_get_hlink_by_addr(bus, addr);
hlink = snd_hdac_ext_bus_get_hlink_by_addr(bus, hdev->addr);
hlink = snd_hdac_ext_bus_get_hlink_by_addr(bus, hdev->addr);
link = snd_hdac_ext_bus_get_hlink_by_addr(&codec->bus->core, codec->core.addr);