Lines Matching defs:name
396 if (ext->data->name)
397 snd_output_printf(out, "%s\n", ext->data->name);
492 own plugin name.
496 with a proper name to be referred from alsa-lib. The function takes
499 int (snd_pcm_t **pcmp, const char *name, snd_config_t *root,
503 handle. The arguments name, root, stream and mode are the parameters
516 Finally, add #SND_PCM_PLUGIN_SYMBOL() with the name of your
564 myplug->ext.name = "My Own Plugin";
569 err = snd_pcm_extplug_create(&myplug->ext, name, root, conf, stream, mode);
594 #snd_pcm_extplug_create() : version, name, callback.
599 has to be passed to the name field. The callback field contains the
661 * \param name name of the PCM
671 * name, root, stream and mode arguments are the values used for opening the PCM.
676 int snd_pcm_extplug_create(snd_pcm_extplug_t *extplug, const char *name,
723 err = snd_pcm_new(&pcm, SND_PCM_TYPE_EXTPLUG, name, stream, mode);