Home
last modified time | relevance | path

Searched refs:snd_hdac_stream_updatel (Results 1 – 3 of 3) sorted by relevance

/linux/sound/hda/core/
H A Dstream.c154 snd_hdac_stream_updatel(azx_dev, SD_CTL, in snd_hdac_stream_start()
304 snd_hdac_stream_updatel(azx_dev, SD_CTL, 0, SD_INT_MASK); in snd_hdac_stream_setup()
/linux/sound/soc/intel/avs/
H A Dcldma.c246 snd_hdac_stream_updatel(cl, SD_CTL, AZX_SD_CTL_STRM_MASK, AZX_SD_CTL_STRM(cl)); in hda_cldma_setup()
/linux/include/sound/
H A Dhdaudio.h638 #define snd_hdac_stream_updatel(dev, reg, mask, val) \ macro