H A D | hwdep.c | 2 * \file hwdep/hwdep.c 39 static int snd_hwdep_open_conf(snd_hwdep_t **hwdep, in snd_hwdep_open_conf() argument 135 err = open_func(hwdep, name, hwdep_root, hwdep_conf, mode); in snd_hwdep_open_conf() 137 (*hwdep)->dl_handle = h; in snd_hwdep_open_conf() 145 static int snd_hwdep_open_noupdate(snd_hwdep_t **hwdep, snd_config_t *root, const char *name, int mode) in snd_hwdep_open_noupdate() argument 149 err = snd_config_search_definition(root, "hwdep", name, &hwdep_conf); in snd_hwdep_open_noupdate() 154 err = snd_hwdep_open_conf(hwdep, name, root, hwdep_conf, mode); in snd_hwdep_open_noupdate() 161 * \param hwdep Returned handle (NULL if not wanted) 169 int snd_hwdep_open(snd_hwdep_t **hwdep, cons argument 194 snd_hwdep_open_lconf(snd_hwdep_t **hwdep, const char *name, int mode, snd_config_t *lconf) snd_hwdep_open_lconf() argument 209 snd_hwdep_close(snd_hwdep_t *hwdep) snd_hwdep_close() argument 229 snd_hwdep_name(snd_hwdep_t *hwdep) snd_hwdep_name() argument 242 snd_hwdep_type(snd_hwdep_t *hwdep) snd_hwdep_type() argument 253 snd_hwdep_poll_descriptors_count(snd_hwdep_t *hwdep) snd_hwdep_poll_descriptors_count() argument 266 snd_hwdep_poll_descriptors(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int space) snd_hwdep_poll_descriptors() argument 297 snd_hwdep_poll_descriptors_revents(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) snd_hwdep_poll_descriptors_revents() argument 313 snd_hwdep_nonblock(snd_hwdep_t *hwdep, int nonblock) snd_hwdep_nonblock() argument 448 snd_hwdep_info(snd_hwdep_t *hwdep, snd_hwdep_info_t * info) snd_hwdep_info() argument 462 snd_hwdep_ioctl(snd_hwdep_t *hwdep, unsigned int request, void * arg) snd_hwdep_ioctl() argument 474 snd_hwdep_write(snd_hwdep_t *hwdep, const void *buffer, size_t size) snd_hwdep_write() argument 488 snd_hwdep_read(snd_hwdep_t *hwdep, void *buffer, size_t size) snd_hwdep_read() argument 502 snd_hwdep_dsp_status(snd_hwdep_t *hwdep, snd_hwdep_dsp_status_t *info) snd_hwdep_dsp_status() argument 515 snd_hwdep_dsp_load(snd_hwdep_t *hwdep, snd_hwdep_dsp_image_t *block) snd_hwdep_dsp_load() argument [all...] |