hwdep.h | 95 typedef struct _snd_hwdep snd_hwdep_t; typedef in typeref:struct:_snd_hwdep 97 int snd_hwdep_open(snd_hwdep_t **hwdep, const char *name, int mode); 98 int snd_hwdep_close(snd_hwdep_t *hwdep); 99 int snd_hwdep_poll_descriptors(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int space); 100 int snd_hwdep_poll_descriptors_revents(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int nfds, unsigned short *revents); 101 int snd_hwdep_nonblock(snd_hwdep_t *hwdep, int nonblock); 102 int snd_hwdep_info(snd_hwdep_t *hwdep, snd_hwdep_info_t * info); 103 int snd_hwdep_dsp_status(snd_hwdep_t *hwdep, snd_hwdep_dsp_status_t *status); 104 int snd_hwdep_dsp_load(snd_hwdep_t *hwdep, snd_hwdep_dsp_image_t *block); 105 int snd_hwdep_ioctl(snd_hwdep_t *hwdep, unsigned int request, void * arg) [all...] |