Searched refs:snd_ctl_elem_info (Results 1 – 8 of 8) sorted by relevance
/external/tinyalsa_new/src/ |
D | mixer_plugin.c | 91 struct snd_ctl_elem_info *einfo) in mixer_plug_info_enum() 109 struct snd_ctl_elem_info *einfo) in mixer_plug_info_bytes() 126 struct snd_ctl_elem_info *einfo) in mixer_plug_info_integer() 262 struct snd_ctl_elem_info *einfo) in mixer_plug_get_elem_info()
|
D | mixer.c | 72 struct snd_ctl_elem_info info; 221 struct snd_ctl_elem_info *ei = &grp->ctl[n].info; in add_controls() 872 static int percent_to_int(const struct snd_ctl_elem_info *ei, int percent) in percent_to_int() 883 static int int_to_percent(const struct snd_ctl_elem_info *ei, int value) in int_to_percent() 1234 struct snd_ctl_elem_info tmp; in mixer_ctl_fill_enum_string()
|
/external/tinyalsa/ |
D | mixer_plugin.c | 86 struct snd_ctl_elem_info *einfo) in mixer_plug_info_enum() 104 struct snd_ctl_elem_info *einfo) in mixer_plug_info_bytes() 121 struct snd_ctl_elem_info *einfo) in mixer_plug_info_integer() 259 struct snd_ctl_elem_info *einfo) in mixer_plug_get_elem_info()
|
D | mixer.c | 58 struct snd_ctl_elem_info *info; 64 struct snd_ctl_elem_info *elem_info; 153 grp->elem_info = calloc(elist.count, sizeof(struct snd_ctl_elem_info)); in mixer_grp_open() 317 struct snd_ctl_elem_info tmp; in mixer_ctl_get_elem_info() 473 static int percent_to_int(struct snd_ctl_elem_info *ei, int percent) in percent_to_int() 487 static int int_to_percent(struct snd_ctl_elem_info *ei, int value) in int_to_percent()
|
/external/kernel-headers/original/uapi/sound/ |
D | asound.h | 1017 struct snd_ctl_elem_info { struct 1080 #define SNDRV_CTL_IOCTL_ELEM_INFO _IOWR('U', 0x11, struct snd_ctl_elem_info) 1086 #define SNDRV_CTL_IOCTL_ELEM_ADD _IOWR('U', 0x17, struct snd_ctl_elem_info) 1087 #define SNDRV_CTL_IOCTL_ELEM_REPLACE _IOWR('U', 0x18, struct snd_ctl_elem_info)
|
/external/adhd/cros_alsa/src/ |
D | control_primitive.rs | 312 let rc = unsafe { snd_ctl_elem_info(handle.as_mut_ptr(), info.as_ptr()) }; in new()
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 82691 …<class-decl name="snd_ctl_elem_info" size-in-bits="2176" is-struct="yes" visibility="default" file…
|
D | test-PR27569-v0.abi | 82673 …<class-decl name="snd_ctl_elem_info" size-in-bits="2176" is-struct="yes" visibility="default" file…
|