HomeSort by relevance Sort by last modified time
    Searched refs:snd_ctl_elem_info_t (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
control.h 63 typedef struct _snd_ctl_elem_info snd_ctl_elem_info_t; typedef in typeref:struct:_snd_ctl_elem_info
239 int snd_ctl_elem_info(snd_ctl_t *ctl, snd_ctl_elem_info_t *info);
292 snd_ctl_elem_info_t *info,
371 * \brief allocate an invalid #snd_ctl_elem_info_t using standard alloca
375 int snd_ctl_elem_info_malloc(snd_ctl_elem_info_t **ptr);
376 void snd_ctl_elem_info_free(snd_ctl_elem_info_t *obj);
377 void snd_ctl_elem_info_clear(snd_ctl_elem_info_t *obj);
378 void snd_ctl_elem_info_copy(snd_ctl_elem_info_t *dst, const snd_ctl_elem_info_t *src);
379 snd_ctl_elem_type_t snd_ctl_elem_info_get_type(const snd_ctl_elem_info_t *obj)
    [all...]
  /external/adhd/cras/src/server/
cras_alsa_jack.c 276 snd_ctl_elem_info_t *elem_info;
    [all...]

Completed in 50 milliseconds