Searched refs:snd_seq_pool (Results 1 – 4 of 4) sorted by relevance
34 struct snd_seq_pool *pool; /* used pool */43 struct snd_seq_pool { struct70 int snd_seq_event_dup(struct snd_seq_pool *pool, struct snd_seq_event *event, argument75 static inline int snd_seq_unused_cells(struct snd_seq_pool *pool) in snd_seq_unused_cells()81 static inline int snd_seq_total_cells(struct snd_seq_pool *pool) in snd_seq_total_cells()87 int snd_seq_pool_init(struct snd_seq_pool *pool);90 void snd_seq_pool_mark_closing(struct snd_seq_pool *pool);91 int snd_seq_pool_done(struct snd_seq_pool *pool);94 struct snd_seq_pool *snd_seq_pool_new(int poolsize);97 int snd_seq_pool_delete(struct snd_seq_pool **pool);[all …]
16 struct snd_seq_pool *pool; /* FIFO pool */
56 struct snd_seq_pool *pool; /* memory pool for this client */
222 struct snd_seq_pool *newpool, *oldpool; in snd_seq_fifo_resize()