Lines Matching refs:name
56 * name, longname, etc.
179 * name, index must all be given. The following functions can be used
272 /** CTL name helper */
274 /** CTL name helper */
276 /** CTL name helper */
279 /** CTL name helper */
281 /** CTL name helper */
283 /** CTL name helper */
285 /** CTL name helper */
287 /** CTL name helper */
289 /** CTL name helper */
291 /** CTL name helper */
293 /** CTL name helper */
295 /** Element name for IEC958 (S/PDIF) */
373 int snd_card_get_index(const char *name);
374 int snd_card_get_name(int card, char **name);
375 int snd_card_get_longname(int card, char **name);
377 int snd_ctl_open(snd_ctl_t **ctl, const char *name, int mode);
378 int snd_ctl_open_lconf(snd_ctl_t **ctl, const char *name, int mode, snd_config_t *lconf);
379 int snd_ctl_open_fallback(snd_ctl_t **ctl, snd_config_t *root, const char *name, const char *orig_name, int mode);
734 int snd_hctl_open(snd_hctl_t **hctl, const char *name, int mode);
801 * The name hint interface - get descriptive information about a device
802 * (name, description, input/output).