Lines Matching refs:snd_hwdep_t
38 static int snd_hwdep_hw_close(snd_hwdep_t *hwdep)
46 static int snd_hwdep_hw_nonblock(snd_hwdep_t *hwdep, int nonblock)
61 static int snd_hwdep_hw_info(snd_hwdep_t *hwdep, snd_hwdep_info_t *info)
69 static int snd_hwdep_hw_ioctl(snd_hwdep_t *hwdep, unsigned int request, void * arg)
77 static ssize_t snd_hwdep_hw_write(snd_hwdep_t *hwdep, const void *buffer, size_t size)
87 static ssize_t snd_hwdep_hw_read(snd_hwdep_t *hwdep, void *buffer, size_t size)
106 int snd_hwdep_hw_open(snd_hwdep_t **handle, const char *name, int card, int device, int mode)
110 snd_hwdep_t *hwdep;
134 hwdep = (snd_hwdep_t *) calloc(1, sizeof(snd_hwdep_t));
148 int _snd_hwdep_hw_open(snd_hwdep_t **hwdep, char *name,