Lines Matching refs:name
51 const char *name; /* ASCII name of item */
141 void snd_ctl_rename(struct snd_card *card, struct snd_kcontrol *kctl, const char *name);
149 * snd_ctl_find_id_mixer - find the control instance with the given name string
151 * @name: the name string
153 * Finds the control instance with the given name and
161 snd_ctl_find_id_mixer(struct snd_card *card, const char *name)
166 strscpy(id.name, name, sizeof(id.name));
232 struct snd_kcontrol *snd_ctl_make_virtual_master(char *name,
317 snd_kctl_jack_new(const char *name, struct snd_card *card);