Home
last modified time | relevance | path

Searched refs:snd_ctl_ext_key_t (Results 1 - 2 of 2) sorted by relevance

/third_party/alsa-lib/include/
H A Dcontrol_external.h62 typedef unsigned long snd_ctl_ext_key_t; typedef
69 typedef int (snd_ctl_ext_tlv_rw_t)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, int op_flag, unsigned int numid,
163 snd_ctl_ext_key_t (*find_elem)(snd_ctl_ext_t *ext, const snd_ctl_elem_id_t *id);
167 void (*free_key)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key);
171 int (*get_attribute)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key,
176 int (*get_integer_info)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key,
181 int (*get_integer64_info)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key,
186 int (*get_enumerated_info)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned int *items);
190 int (*get_enumerated_name)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned int item,
195 int (*read_integer)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t ke
[all...]
/third_party/alsa-lib/src/control/
H A Dcontrol_ext.c118 static snd_ctl_ext_key_t get_elem(snd_ctl_ext_t *ext, snd_ctl_elem_id_t *id) in get_elem()
132 snd_ctl_ext_key_t key; in snd_ctl_ext_elem_info()
211 snd_ctl_ext_key_t key; in snd_ctl_ext_elem_read()
265 snd_ctl_ext_key_t key; in snd_ctl_ext_elem_write()
332 snd_ctl_ext_key_t key; in snd_ctl_ext_elem_tlv()
647 assign the pointer (cast to #snd_ctl_ext_key_t). When no key is defined or found,

Completed in 3 milliseconds