Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dhda_controller.h236 struct mutex dsp_mutex; member
Dhda_controller.c39 #define dsp_lock_init(dev) mutex_init(&(dev)->dsp_mutex)
40 #define dsp_lock(dev) mutex_lock(&(dev)->dsp_mutex)
41 #define dsp_unlock(dev) mutex_unlock(&(dev)->dsp_mutex)