HomeSort by relevance Sort by last modified time
    Searched full:snd_ctl_elem_id (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
control.h 65 struct snd_ctl_elem_id id;
84 struct snd_ctl_elem_id id;
109 void snd_ctl_notify(struct snd_card * card, unsigned int mask, struct snd_ctl_elem_id * id);
115 int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id);
116 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
118 struct snd_kcontrol *snd_ctl_find_id(struct snd_card * card, struct snd_ctl_elem_id *id);
135 static inline unsigned int snd_ctl_get_ioffnum(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id)
140 static inline unsigned int snd_ctl_get_ioffidx(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id)
145 static inline unsigned int snd_ctl_get_ioff(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id
    [all...]
asound.h 753 struct snd_ctl_elem_id { struct
    [all...]
emu10k1.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
control.h 65 struct snd_ctl_elem_id id;
84 struct snd_ctl_elem_id id;
109 void snd_ctl_notify(struct snd_card * card, unsigned int mask, struct snd_ctl_elem_id * id);
115 int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id);
116 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
118 struct snd_kcontrol *snd_ctl_find_id(struct snd_card * card, struct snd_ctl_elem_id *id);
135 static inline unsigned int snd_ctl_get_ioffnum(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id)
140 static inline unsigned int snd_ctl_get_ioffidx(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id)
145 static inline unsigned int snd_ctl_get_ioff(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id
    [all...]
asound.h 753 struct snd_ctl_elem_id { struct
    [all...]
emu10k1.h     [all...]
  /external/kernel-headers/original/sound/
asound.h 760 struct snd_ctl_elem_id { struct
    [all...]
  /bionic/libc/kernel/common/sound/
asound.h 742 struct snd_ctl_elem_id { struct
    [all...]
  /external/tinyalsa/
mixer.c 94 struct snd_ctl_elem_id *eid = NULL;
118 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 93 #define snd_ctl_elem_id_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_id)
alsa_mixer.c 156 struct snd_ctl_elem_id *eid = NULL;
182 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));

Completed in 865 milliseconds