Lines Matching refs:label
2921 const char *label, int anchor) in parse_capture_source() argument
2946 snd_hda_add_imux_item(imux, label, cfg_idx, NULL); in parse_capture_source()
2967 const char *label; in fill_input_pin_labels() local
2973 label = hda_get_autocfg_input_label(codec, cfg, i); in fill_input_pin_labels()
2977 !strcmp(spec->input_labels[j], label)) { in fill_input_pin_labels()
2983 spec->input_labels[i] = label; in fill_input_pin_labels()
3283 static int add_single_cap_ctl(struct hda_codec *codec, const char *label, in add_single_cap_ctl() argument
3297 if (label) in add_single_cap_ctl()
3299 "%s Capture %s", label, sfx); in add_single_cap_ctl()
3313 if (label) in add_single_cap_ctl()
3315 "Inverted %s Capture %s", label, sfx); in add_single_cap_ctl()