Lines Matching defs:link
228 * snd_hdac_ext_link_set_stream_id - maps stream id to link output
229 * @link: HD-audio ext link to set up
232 void snd_hdac_ext_link_set_stream_id(struct hdac_ext_link *link,
235 snd_hdac_updatew(link->ml_addr, AZX_REG_ML_LOSIDV, (1 << stream), 1 << stream);
240 * snd_hdac_ext_link_clear_stream_id - maps stream id to link output
241 * @link: HD-audio ext link to set up
244 void snd_hdac_ext_link_clear_stream_id(struct hdac_ext_link *link,
247 snd_hdac_updatew(link->ml_addr, AZX_REG_ML_LOSIDV, (1 << stream), 0);
332 * @type: type of stream (coupled, host or link stream)
334 * This assigns the stream based on the type (coupled/host/link), for the
339 * link: Looks for an unused decoupled link stream
343 * decoupled, it becomes a host stream and link stream.
375 * @type: type of stream (coupled, host or link stream)