Lines Matching defs:stream
255 * snd_hdac_ext_bus_link_set_stream_id - maps stream id to link output
257 * @stream: stream id
260 int stream)
262 snd_hdac_updatew(link->ml_addr, AZX_REG_ML_LOSIDV, (1 << stream), 1 << stream);
267 * snd_hdac_ext_bus_link_clear_stream_id - maps stream id to link output
269 * @stream: stream id
272 int stream)
274 snd_hdac_updatew(link->ml_addr, AZX_REG_ML_LOSIDV, (1 << stream), 0);