Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
Dpcm_hooks.c54 struct list_head dllist; member
68 list_add_tail(&dl->list, &h->dllist); in hook_add_dlobj()
101 while (!list_empty(&h->dllist)) { in snd_pcm_hooks_close()
102 pos = h->dllist.next; in snd_pcm_hooks_close()
231 INIT_LIST_HEAD(&h->dllist); in snd_pcm_hooks_open()