Searched defs:_snd_async_handler (Results 1 – 1 of 1) sorted by relevance
206 struct _snd_async_handler { struct207 enum {212 } type;213 int fd;214 union {218 } u;219 snd_async_callback_t callback;220 void *private_data;221 struct list_head glist;222 struct list_head hlist;