Home
last modified time | relevance | path

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

/include/sound/
Dhdaudio.h508 struct mutex dsp_mutex; member
571 #define snd_hdac_dsp_lock_init(dev) mutex_init(&(dev)->dsp_mutex)
572 #define snd_hdac_dsp_lock(dev) mutex_lock(&(dev)->dsp_mutex)
573 #define snd_hdac_dsp_unlock(dev) mutex_unlock(&(dev)->dsp_mutex)