Lines Matching refs:snd_hwdep_t
39 static int snd_hwdep_open_conf(snd_hwdep_t **hwdep,
50 int (*open_func)(snd_hwdep_t **, const char *, snd_config_t *, snd_config_t *, int) = NULL;
145 static int snd_hwdep_open_noupdate(snd_hwdep_t **hwdep, snd_config_t *root, const char *name, int mode)
169 int snd_hwdep_open(snd_hwdep_t **hwdep, const char *name, int mode)
194 int snd_hwdep_open_lconf(snd_hwdep_t **hwdep, const char *name,
209 int snd_hwdep_close(snd_hwdep_t *hwdep)
229 const char *snd_hwdep_name(snd_hwdep_t *hwdep)
242 snd_hwdep_type_t snd_hwdep_type(snd_hwdep_t *hwdep)
253 int snd_hwdep_poll_descriptors_count(snd_hwdep_t *hwdep)
266 int snd_hwdep_poll_descriptors(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int space)
297 int snd_hwdep_poll_descriptors_revents(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int nfds, unsigned short *revents)
313 int snd_hwdep_nonblock(snd_hwdep_t *hwdep, int nonblock)
448 int snd_hwdep_info(snd_hwdep_t *hwdep, snd_hwdep_info_t * info)
462 int snd_hwdep_ioctl(snd_hwdep_t *hwdep, unsigned int request, void * arg)
474 ssize_t snd_hwdep_write(snd_hwdep_t *hwdep, const void *buffer, size_t size)
488 ssize_t snd_hwdep_read(snd_hwdep_t *hwdep, void *buffer, size_t size)
502 int snd_hwdep_dsp_status(snd_hwdep_t *hwdep, snd_hwdep_dsp_status_t *info)
515 int snd_hwdep_dsp_load(snd_hwdep_t *hwdep, snd_hwdep_dsp_image_t *block)