Lines Matching refs:name
86 memcpy(info->name, ext->name, sizeof(info->name));
175 info->value.enumerated.name,
176 sizeof(info->value.enumerated.name));
510 own plugin name.
514 with a proper name to be referred from alsa-lib. The function takes
517 int (snd_ctl_t **phandle, const char *name, snd_config_t *root,
521 handle. The arguments name, root and mode are the parameters
534 Finally, add #SND_CTL_PLUGIN_SYMBOL() with the name of your
574 strcpy(myctl->ext.name, "My Control");
581 err = snd_pcm_extplug_create(&myctl->ext, name, mode);
600 #snd_ctl_ext_create() : version, card_idx, id, name, longname, mixername, poll_fd and callback.
607 The id, name, longname and mixername fields are the strings shown in the card_info
638 has to fill the necessary field (typically iface, name and index) in return via the
664 get_enumerated_name callback to store the name of the enumerated item of the given control
701 * \param name name of control
708 int snd_ctl_ext_create(snd_ctl_ext_t *ext, const char *name, int mode)
719 err = snd_ctl_new(&ctl, SND_CTL_TYPE_EXT, name, mode);