Home
last modified time | relevance | path

Searched refs:snd_ctl_ext_t (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/include/
Dcontrol_external.h58 typedef struct snd_ctl_ext snd_ctl_ext_t; typedef
65 typedef snd_ctl_ext snd_ctl_ext_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…
151 void (*close)(snd_ctl_ext_t *ext);
155 int (*elem_count)(snd_ctl_ext_t *ext);
159 int (*elem_list)(snd_ctl_ext_t *ext, unsigned int offset, snd_ctl_elem_id_t *id);
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,
[all …]
/third_party/alsa-lib/src/control/
Dcontrol_ext.c44 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_close()
53 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_nonblock()
68 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_subscribe_events()
80 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_card_info()
94 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_elem_list()
118 static snd_ctl_ext_key_t get_elem(snd_ctl_ext_t *ext, snd_ctl_elem_id_t *id) in get_elem()
131 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_elem_info()
210 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_elem_read()
264 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_elem_write()
331 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_elem_tlv()
[all …]