Lines Matching defs:link
35 * to the link DMA stream_tag argument is assigned to one
80 /* check if link is available */
107 * Decouple host and link DMA. The decoupled flag
127 struct hdac_ext_link *link;
143 list_for_each_entry(link, &bus->hlink_list, list) {
144 if (link->index == params->link_index)
145 snd_hdac_ext_link_set_stream_id(link,
211 struct hdac_ext_link *link;
215 link = snd_hdac_ext_bus_get_link(bus, codec_dai->component->name);
216 if (!link)
247 p_params.link_index = link->index;
284 struct hdac_ext_link *link;
294 link = snd_hdac_ext_bus_get_link(bus, asoc_rtd_to_codec(rtd, 0)->component->name);
295 if (!link)
319 * clear link DMA channel. It will be assigned when
329 snd_hdac_ext_link_clear_stream_id(link, stream_tag);
350 struct hdac_ext_link *link;
369 /* free the link DMA channel in the FW */
375 link = snd_hdac_ext_bus_get_link(bus, asoc_rtd_to_codec(rtd, 0)->component->name);
376 if (!link)
381 snd_hdac_ext_link_clear_stream_id(link, stream_tag);