Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/include/hal/sound/
A Dsnd_core.h477 snd_mutex_t pcm_mutex; member
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/core/
A Dsnd_pcm.c409 if (runtime->pcm_mutex) { in snd_pcm_release_substream()
410 snd_mutex_destroy(runtime->pcm_mutex); in snd_pcm_release_substream()
411 runtime->pcm_mutex = NULL; in snd_pcm_release_substream()
484 runtime->pcm_mutex = snd_mutex_init(); in snd_pcm_open_substream()

Completed in 10 milliseconds