Lines Matching refs:snd_ctl_t
59 static int snd_ctl_hw_close(snd_ctl_t *handle)
68 static int snd_ctl_hw_nonblock(snd_ctl_t *handle, int nonblock)
88 static int snd_ctl_hw_async(snd_ctl_t *ctl, int sig, pid_t pid)
119 static int snd_ctl_hw_subscribe_events(snd_ctl_t *handle, int subscribe)
129 static int snd_ctl_hw_card_info(snd_ctl_t *handle, snd_ctl_card_info_t *info)
139 static int snd_ctl_hw_elem_list(snd_ctl_t *handle, snd_ctl_elem_list_t *list)
147 static int snd_ctl_hw_elem_info(snd_ctl_t *handle, snd_ctl_elem_info_t *info)
155 static int snd_ctl_hw_elem_add(snd_ctl_t *handle, snd_ctl_elem_info_t *info)
168 static int snd_ctl_hw_elem_replace(snd_ctl_t *handle, snd_ctl_elem_info_t *info)
181 static int snd_ctl_hw_elem_remove(snd_ctl_t *handle, snd_ctl_elem_id_t *id)
189 static int snd_ctl_hw_elem_read(snd_ctl_t *handle, snd_ctl_elem_value_t *control)
197 static int snd_ctl_hw_elem_write(snd_ctl_t *handle, snd_ctl_elem_value_t *control)
205 static int snd_ctl_hw_elem_lock(snd_ctl_t *handle, snd_ctl_elem_id_t *id)
213 static int snd_ctl_hw_elem_unlock(snd_ctl_t *handle, snd_ctl_elem_id_t *id)
221 static int snd_ctl_hw_elem_tlv(snd_ctl_t *handle, int op_flag,
262 static int snd_ctl_hw_hwdep_next_device(snd_ctl_t *handle, int * device)
270 static int snd_ctl_hw_hwdep_info(snd_ctl_t *handle, snd_hwdep_info_t * info)
278 static int snd_ctl_hw_pcm_next_device(snd_ctl_t *handle, int * device)
286 static int snd_ctl_hw_pcm_info(snd_ctl_t *handle, snd_pcm_info_t * info)
297 static int snd_ctl_hw_pcm_prefer_subdevice(snd_ctl_t *handle, int subdev)
305 static int snd_ctl_hw_rawmidi_next_device(snd_ctl_t *handle, int * device)
313 static int snd_ctl_hw_rawmidi_info(snd_ctl_t *handle, snd_rawmidi_info_t * info)
321 static int snd_ctl_hw_rawmidi_prefer_subdevice(snd_ctl_t *handle, int subdev)
329 static int snd_ctl_hw_ump_next_device(snd_ctl_t *handle, int *device)
337 static int snd_ctl_hw_ump_endpoint_info(snd_ctl_t *handle,
346 static int snd_ctl_hw_ump_block_info(snd_ctl_t *handle,
355 static int snd_ctl_hw_set_power_state(snd_ctl_t *handle, unsigned int state)
363 static int snd_ctl_hw_get_power_state(snd_ctl_t *handle, unsigned int *state)
371 static int snd_ctl_hw_read(snd_ctl_t *handle, snd_ctl_event_t *event)
428 int snd_ctl_hw_open(snd_ctl_t **handle, const char *name, int card, int mode)
433 snd_ctl_t *ctl;
524 int _snd_ctl_hw_open(snd_ctl_t **handlep, char *name, snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf, int mode)