Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
H A Dcontrol_external.h89 * before calling #snd_ctl_ext_create()
93 * Index of this card; must be filled before calling #snd_ctl_ext_create()
97 * ID string of this card; must be filled before calling #snd_ctl_ext_create()
101 * Driver name of this card; must be filled before calling #snd_ctl_ext_create()
105 * short name of this card; must be filled before calling #snd_ctl_ext_create()
109 * Long name of this card; must be filled before calling #snd_ctl_ext_create()
113 * Mixer name of this card; must be filled before calling #snd_ctl_ext_create()
130 * control handle filled by #snd_ctl_ext_create()
277 int snd_ctl_ext_create(snd_ctl_ext_t *ext, const char *name, int mode);
/third_party/alsa-lib/src/control/
H A Dcontrol_ext.c529 #snd_ctl_ext_create().
600 #snd_ctl_ext_create() : version, card_idx, id, name, longname, mixername, poll_fd and callback.
621 The rest fields are filled by #snd_ctl_ext_create(). The handle field
708 int snd_ctl_ext_create(snd_ctl_ext_t *ext, const char *name, int mode) in snd_ctl_ext_create() function

Completed in 3 milliseconds