Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages   Examples  

async.c File Reference

Async notification helpers. More...


Functions

int snd_async_add_handler (snd_async_handler_t **handler, int fd, snd_async_callback_t callback, void *private_data)
 Registers an async handler. More...

int snd_async_del_handler (snd_async_handler_t *handler)
 Deletes an async handler. More...

int snd_async_handler_get_signo (snd_async_handler_t *handler)
 Returns the signal number assigned to an async handler. More...

int snd_async_handler_get_fd (snd_async_handler_t *handler)
 Returns the file descriptor assigned to an async handler. More...

void * snd_async_handler_get_callback_private (snd_async_handler_t *handler)
 Returns the private data assigned to an async handler. More...


Detailed Description

Async notification helpers.

Author:
Abramo Bagnara <abramo@alsa-project.org>
Date:
2001

Generated on Sun Sep 29 12:29:28 2002 for ALSA project - the C library reference by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002