/device/samsung/crespo/alsa-lib/include/ |
hwdep.h | 45 typedef struct _snd_hwdep_info snd_hwdep_info_t; typedef in typeref:struct:_snd_hwdep_info 102 int snd_hwdep_info(snd_hwdep_t *hwdep, snd_hwdep_info_t * info); 110 /** allocate #snd_hwdep_info_t container on stack */ 112 int snd_hwdep_info_malloc(snd_hwdep_info_t **ptr); 113 void snd_hwdep_info_free(snd_hwdep_info_t *obj); 114 void snd_hwdep_info_copy(snd_hwdep_info_t *dst, const snd_hwdep_info_t *src); 116 unsigned int snd_hwdep_info_get_device(const snd_hwdep_info_t *obj); 117 int snd_hwdep_info_get_card(const snd_hwdep_info_t *obj); 118 const char *snd_hwdep_info_get_id(const snd_hwdep_info_t *obj) [all...] |
aserver.h | 133 snd_hwdep_info_t hwdep_info;
|
control.h | 247 int snd_ctl_hwdep_info(snd_ctl_t *ctl, snd_hwdep_info_t * info);
|
/device/samsung/crespo/alsa-lib/src/hwdep/ |
hwdep_local.h | 30 int (*info)(snd_hwdep_t *hwdep, snd_hwdep_info_t *info);
|
hwdep.c | 322 * \brief get size of the snd_hwdep_info_t structure in bytes 323 * \return size of the snd_hwdep_info_t structure in bytes 327 return sizeof(snd_hwdep_info_t); 331 * \brief allocate a new snd_hwdep_info_t structure 335 * Allocates a new snd_hwdep_info_t structure using the standard 338 int snd_hwdep_info_malloc(snd_hwdep_info_t **info) 341 *info = calloc(1, sizeof(snd_hwdep_info_t)); 348 * \brief frees the snd_hwdep_info_t structure 349 * \param info pointer to the snd_hwdep_info_t structure to free 351 * Frees the given snd_hwdep_info_t structure using the standar [all...] |
hwdep_hw.c | 61 static int snd_hwdep_hw_info(snd_hwdep_t *hwdep, snd_hwdep_info_t *info)
|
/device/samsung/crespo/alsa-lib/src/control/ |
control_local.h | 42 int (*hwdep_info)(snd_ctl_t *handle, snd_hwdep_info_t * info);
|
control_ext.c | 328 snd_hwdep_info_t *info ATTRIBUTE_UNUSED)
|
control_hw.c | 249 static int snd_ctl_hw_hwdep_info(snd_ctl_t *handle, snd_hwdep_info_t * info)
|
control_shm.c | 259 static int snd_ctl_shm_hwdep_info(snd_ctl_t *ctl, snd_hwdep_info_t * info)
|
namehint.c | 97 snd_hwdep_info_t *info;
|
control.c | 550 int snd_ctl_hwdep_info(snd_ctl_t *ctl, snd_hwdep_info_t * info) [all...] |