Home
last modified time | relevance | path

Searched defs:snd_seq_pool (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/sound/core/seq/
Dseq_memory.h41 struct snd_seq_pool { struct
42 struct snd_seq_event_cell *ptr; /* pointer to first event chunk */
43 struct snd_seq_event_cell *free; /* pointer to the head of the free list */
68 int snd_seq_event_dup(struct snd_seq_pool *pool, struct snd_seq_event *event, argument