Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/hda/
H A Dhdac_device.c59 mutex_init(&codec->widget_lock); in snd_hdac_device_init()
149 mutex_lock(&codec->widget_lock); in snd_hdac_device_register()
151 mutex_unlock(&codec->widget_lock); in snd_hdac_device_register()
168 mutex_lock(&codec->widget_lock); in snd_hdac_device_unregister()
170 mutex_unlock(&codec->widget_lock); in snd_hdac_device_unregister()
413 mutex_lock(&codec->widget_lock); in snd_hdac_refresh_widgets()
430 mutex_unlock(&codec->widget_lock); in snd_hdac_refresh_widgets()
/OK3568_Linux_fs/kernel/include/sound/
H A Dhdaudio.h85 struct mutex widget_lock; member