Lines Matching defs:label
470 * hda_get_input_pin_label - Give a label for the given input pin
528 /* Check whether the location prefix needs to be added to the label.
530 * have to put "Front" prefix to each label. In such a case, returns false.
559 * hda_get_autocfg_input_label - Get a label for the given input
564 * Get a label for the given input pin defined by the autocfg item.
654 const char *name, char *label, int maxlen,
682 snprintf(label, maxlen, "%s%s%s", pfx, name, sfx);
690 * snd_hda_get_pin_label - Get a label for the given I/O pin
694 * @label: the string buffer to store
698 * Get a label for the given pin. This function works for both input and
700 * an optimized label using hda_get_autocfg_input_label().
702 * This function tries to give a unique label string for the pin as much as
710 char *label, int maxlen, int *indexp)
725 label, maxlen, indexp);
728 label, maxlen, indexp);
731 label, maxlen, indexp);
763 strscpy(label, name, maxlen);