Lines Matching defs:name
43 #define SND_CTL_PLUGIN_ENTRY(name) _snd_ctl_##name##_open
48 #define SND_CTL_PLUGIN_SYMBOL(name) SND_DLSYM_BUILD_VERSION(SND_CTL_PLUGIN_ENTRY(name), SND_CONTROL_DLSYM_VERSION);
54 int SND_CTL_PLUGIN_ENTRY(plugin) (snd_ctl_t **handlep, const char *name,\
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()
107 char name[32];
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()
188 * get the name of the enumerated item
191 char *name, size_t name_max_len);
277 int snd_ctl_ext_create(snd_ctl_ext_t *ext, const char *name, int mode);