Searched defs:hwdep (Results 1 – 4 of 4) sorted by relevance
/third_party/alsa-lib/src/hwdep/ |
D | hwdep_hw.c | 38 static int snd_hwdep_hw_close(snd_hwdep_t *hwdep) in snd_hwdep_hw_close() 46 static int snd_hwdep_hw_nonblock(snd_hwdep_t *hwdep, int nonblock) in snd_hwdep_hw_nonblock() 61 static int snd_hwdep_hw_info(snd_hwdep_t *hwdep, snd_hwdep_info_t *info) in snd_hwdep_hw_info() 69 static int snd_hwdep_hw_ioctl(snd_hwdep_t *hwdep, unsigned int request, void * arg) in snd_hwdep_hw_ioctl() 77 static ssize_t snd_hwdep_hw_write(snd_hwdep_t *hwdep, const void *buffer, size_t size) in snd_hwdep_hw_write() 87 static ssize_t snd_hwdep_hw_read(snd_hwdep_t *hwdep, void *buffer, size_t size) in snd_hwdep_hw_read() 110 snd_hwdep_t *hwdep; in snd_hwdep_hw_open() local 148 int _snd_hwdep_hw_open(snd_hwdep_t **hwdep, char *name, in _snd_hwdep_hw_open()
|
D | hwdep.c | 39 static int snd_hwdep_open_conf(snd_hwdep_t **hwdep, in snd_hwdep_open_conf() 145 static int snd_hwdep_open_noupdate(snd_hwdep_t **hwdep, snd_config_t *root, const char *name, int m… in snd_hwdep_open_noupdate() 169 int snd_hwdep_open(snd_hwdep_t **hwdep, const char *name, int mode) in snd_hwdep_open() 194 int snd_hwdep_open_lconf(snd_hwdep_t **hwdep, const char *name, in snd_hwdep_open_lconf() 209 int snd_hwdep_close(snd_hwdep_t *hwdep) in snd_hwdep_close() 229 const char *snd_hwdep_name(snd_hwdep_t *hwdep) in snd_hwdep_name() 242 snd_hwdep_type_t snd_hwdep_type(snd_hwdep_t *hwdep) in snd_hwdep_type() 253 int snd_hwdep_poll_descriptors_count(snd_hwdep_t *hwdep) in snd_hwdep_poll_descriptors_count() 266 int snd_hwdep_poll_descriptors(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int space) in snd_hwdep_poll_descriptors() 297 int snd_hwdep_poll_descriptors_revents(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int nfds, … in snd_hwdep_poll_descriptors_revents() [all …]
|
/third_party/alsa-lib/src/ |
D | Makefile.am | 34 SUBDIRS += hwdep subdir
|
/third_party/alsa-lib/ |
D | configure.ac | 385 AC_ARG_ENABLE(hwdep, optenable
|