Lines Matching defs:label
474 * hda_get_input_pin_label - Give a label for the given input pin
532 /* Check whether the location prefix needs to be added to the label.
534 * have to put "Front" prefix to each label. In such a case, returns false.
563 * hda_get_autocfg_input_label - Get a label for the given input
568 * Get a label for the given input pin defined by the autocfg item.
658 const char *name, char *label, int maxlen,
686 snprintf(label, maxlen, "%s%s%s", pfx, name, sfx);
694 * snd_hda_get_pin_label - Get a label for the given I/O pin
698 * @label: the string buffer to store
702 * Get a label for the given pin. This function works for both input and
704 * an optimized label using hda_get_autocfg_input_label().
706 * This function tries to give a unique label string for the pin as much as
714 char *label, int maxlen, int *indexp)
729 label, maxlen, indexp);
732 label, maxlen, indexp);
735 label, maxlen, indexp);
767 strlcpy(label, name, maxlen);