Searched refs:snd_hdac_updatew (Results 1 – 2 of 2) sorted by relevance
230 snd_hdac_updatew(link->ml_addr, AZX_REG_ML_LOSIDV, (1 << stream), 1 << stream); in snd_hdac_ext_link_set_stream_id()242 snd_hdac_updatew(link->ml_addr, AZX_REG_ML_LOSIDV, 0, (1 << stream)); in snd_hdac_ext_link_clear_stream_id()
147 #define snd_hdac_updatew(addr, reg, mask, val) \ macro