HomeSort by relevance Sort by last modified time
    Searched refs:snd_ctl_t (Results 1 - 25 of 30) sorted by null

1 2

  /device/samsung/crespo/alsa-lib/src/control/
control_local.h 25 int (*close)(snd_ctl_t *handle);
26 int (*nonblock)(snd_ctl_t *handle, int nonblock);
27 int (*async)(snd_ctl_t *handle, int sig, pid_t pid);
28 int (*subscribe_events)(snd_ctl_t *handle, int subscribe);
29 int (*card_info)(snd_ctl_t *handle, snd_ctl_card_info_t *info);
30 int (*element_list)(snd_ctl_t *handle, snd_ctl_elem_list_t *list);
31 int (*element_info)(snd_ctl_t *handle, snd_ctl_elem_info_t *info);
32 int (*element_add)(snd_ctl_t *handle, snd_ctl_elem_info_t *info);
33 int (*element_replace)(snd_ctl_t *handle, snd_ctl_elem_info_t *info);
34 int (*element_remove)(snd_ctl_t *handle, snd_ctl_elem_id_t *id)
    [all...]
control_hw.c 52 static int snd_ctl_hw_close(snd_ctl_t *handle)
61 static int snd_ctl_hw_nonblock(snd_ctl_t *handle, int nonblock)
81 static int snd_ctl_hw_async(snd_ctl_t *ctl, int sig, pid_t pid)
112 static int snd_ctl_hw_subscribe_events(snd_ctl_t *handle, int subscribe)
122 static int snd_ctl_hw_card_info(snd_ctl_t *handle, snd_ctl_card_info_t *info)
132 static int snd_ctl_hw_elem_list(snd_ctl_t *handle, snd_ctl_elem_list_t *list)
140 static int snd_ctl_hw_elem_info(snd_ctl_t *handle, snd_ctl_elem_info_t *info)
148 static int snd_ctl_hw_elem_add(snd_ctl_t *handle, snd_ctl_elem_info_t *info)
156 static int snd_ctl_hw_elem_replace(snd_ctl_t *handle, snd_ctl_elem_info_t *info)
164 static int snd_ctl_hw_elem_remove(snd_ctl_t *handle, snd_ctl_elem_id_t *id
    [all...]
control_ext.c 42 static int snd_ctl_ext_close(snd_ctl_t *handle)
51 static int snd_ctl_ext_nonblock(snd_ctl_t *handle, int nonblock)
59 static int snd_ctl_ext_async(snd_ctl_t *ctl ATTRIBUTE_UNUSED,
66 static int snd_ctl_ext_subscribe_events(snd_ctl_t *handle, int subscribe)
78 static int snd_ctl_ext_card_info(snd_ctl_t *handle, snd_ctl_card_info_t *info)
92 static int snd_ctl_ext_elem_list(snd_ctl_t *handle, snd_ctl_elem_list_t *list)
117 static int snd_ctl_ext_elem_info(snd_ctl_t *handle, snd_ctl_elem_info_t *info)
178 static int snd_ctl_ext_elem_add(snd_ctl_t *handle ATTRIBUTE_UNUSED,
184 static int snd_ctl_ext_elem_replace(snd_ctl_t *handle ATTRIBUTE_UNUSED,
190 static int snd_ctl_ext_elem_remove(snd_ctl_t *handle ATTRIBUTE_UNUSED
    [all...]
control_shm.c 50 static int snd_ctl_shm_action(snd_ctl_t *ctl)
69 static int snd_ctl_shm_action_fd(snd_ctl_t *ctl, int *fd)
88 static int snd_ctl_shm_close(snd_ctl_t *ctl)
101 static int snd_ctl_shm_nonblock(snd_ctl_t *handle ATTRIBUTE_UNUSED, int nonblock ATTRIBUTE_UNUSED)
106 static int snd_ctl_shm_async(snd_ctl_t *ctl, int sig, pid_t pid)
118 static int snd_ctl_shm_poll_descriptor(snd_ctl_t *ctl)
130 static int snd_ctl_shm_subscribe_events(snd_ctl_t *ctl, int subscribe)
139 static int snd_ctl_shm_card_info(snd_ctl_t *ctl, snd_ctl_card_info_t *info)
153 static int snd_ctl_shm_elem_list(snd_ctl_t *ctl, snd_ctl_elem_list_t *list)
175 static int snd_ctl_shm_elem_info(snd_ctl_t *ctl, snd_ctl_elem_info_t *info
    [all...]
cards.c 114 snd_ctl_t *handle;
156 snd_ctl_t *handle;
183 snd_ctl_t *handle;
control.c 61 const char *snd_ctl_name(snd_ctl_t *ctl)
74 snd_ctl_type_t snd_ctl_type(snd_ctl_t *ctl)
88 int snd_ctl_close(snd_ctl_t *ctl)
109 int snd_ctl_nonblock(snd_ctl_t *ctl, int nonblock)
121 int snd_ctl_new(snd_ctl_t **ctlp, snd_ctl_type_t type, const char *name)
123 snd_ctl_t *ctl;
145 int snd_ctl_async(snd_ctl_t *ctl, int sig, pid_t pid)
161 int snd_ctl_poll_descriptors_count(snd_ctl_t *ctl)
178 int snd_ctl_poll_descriptors(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int space)
201 int snd_ctl_poll_descriptors_revents(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents
    [all...]
tlv.c 339 static int get_tlv_info(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id,
374 int snd_ctl_get_dB_range(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id,
395 int snd_ctl_convert_to_dB(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id,
418 int snd_ctl_convert_from_dB(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id,
setup.c 54 snd_ctl_t *ctl;
206 static int snd_config_get_ctl_elem_enumerated(snd_config_t *n, snd_ctl_t *ctl,
238 snd_ctl_t *ctl,
608 int snd_sctl_build(snd_sctl_t **sctl, snd_ctl_t *handle, snd_config_t *conf, snd_config_t *private_data, int mode)
hcontrol.c 75 snd_ctl_t *ctl;
92 int snd_hctl_open_ctl(snd_hctl_t **hctlp, snd_ctl_t *ctl)
721 snd_ctl_t *snd_hctl_ctl(snd_hctl_t *hctl)
namehint.c 37 snd_ctl_t *ctl;
393 typedef int (*next_devices_t)(snd_ctl_t *, int *);
  /device/samsung/crespo/alsa-lib/include/
control.h 203 typedef struct _snd_ctl snd_ctl_t; typedef in typeref:struct:_snd_ctl
221 int snd_ctl_open(snd_ctl_t **ctl, const char *name, int mode);
222 int snd_ctl_open_lconf(snd_ctl_t **ctl, const char *name, int mode, snd_config_t *lconf);
223 int snd_ctl_close(snd_ctl_t *ctl);
224 int snd_ctl_nonblock(snd_ctl_t *ctl, int nonblock);
225 int snd_async_add_ctl_handler(snd_async_handler_t **handler, snd_ctl_t *ctl,
227 snd_ctl_t *snd_async_handler_get_ctl(snd_async_handler_t *handler);
228 int snd_ctl_poll_descriptors_count(snd_ctl_t *ctl);
229 int snd_ctl_poll_descriptors(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int space);
230 int snd_ctl_poll_descriptors_revents(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents)
    [all...]
control_external.h 54 int SND_CTL_PLUGIN_ENTRY(plugin) (snd_ctl_t **handlep, const char *name,\
124 snd_ctl_t *handle;
mixer_abst.h 75 snd_ctl_t *ctl;
local.h 144 snd_ctl_t *ctl;
  /device/samsung/crespo/alsa-lib/test/
control.c 8 snd_ctl_t *handle;
  /device/samsung/crespo/alsa-utils/amidi/
amidi.c 98 static int is_input(snd_ctl_t *ctl, int card, int device, int sub)
116 static int is_output(snd_ctl_t *ctl, int card, int device, int sub)
134 static void list_device(snd_ctl_t *ctl, int card, int device)
220 snd_ctl_t *ctl;
  /device/samsung/crespo/alsa-utils/alsactl/
state.c 184 static int add_tlv_comments(snd_ctl_t *handle, snd_ctl_elem_id_t *id,
221 static int get_control(snd_ctl_t *handle, snd_ctl_elem_id_t *id, snd_config_t *top)
537 snd_ctl_t *handle;
699 static int config_enumerated(snd_config_t *n, snd_ctl_t *handle,
834 static int add_user_control(snd_ctl_t *handle, snd_ctl_elem_info_t *info, snd_config_t *conf)
987 static int check_comment_range(snd_ctl_t *handle, snd_config_t *conf,
1050 static int restore_config_value(snd_ctl_t *handle, snd_ctl_elem_info_t *info,
1099 static int restore_config_value2(snd_ctl_t *handle, snd_ctl_elem_info_t *info,
1127 static int set_control(snd_ctl_t *handle, snd_config_t *control,
    [all...]
  /device/samsung/crespo/alsa-lib/src/
confmisc.c 597 static int open_ctl(long card, snd_ctl_t **ctl)
666 snd_ctl_t *ctl = NULL;
865 snd_ctl_t *ctl = NULL;
917 snd_ctl_t *ctl = NULL;
974 snd_ctl_t *ctl = NULL;
1058 snd_ctl_t *ctl = NULL;
    [all...]
  /device/samsung/crespo/alsa-lib/src/mixer/
simple_abst.c 48 snd_ctl_t *ctl;
  /device/samsung/crespo/alsa-lib/src/rawmidi/
rawmidi_hw.c 179 snd_ctl_t *ctl;
  /device/samsung/crespo/alsa-utils/iecset/
iecset.c 315 snd_ctl_t *ctl;
  /device/samsung/crespo/libaudio/
AudioHardwareALSA.h 91 snd_ctl_t *mHandle;
  /device/samsung/crespo/alsa-lib/aserver/
aserver.c 178 snd_ctl_t *handle;
546 snd_ctl_t *ctl;
611 snd_ctl_t *ctl;
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_hooks.c 627 snd_ctl_t *ctl;
  /device/samsung/crespo/alsa-utils/amixer/
amixer.c 86 snd_ctl_t *handle;
    [all...]

Completed in 1905 milliseconds

1 2