Home
last modified time | relevance | path

Searched refs:label (Results 1 – 12 of 12) sorted by relevance

/sound/firewire/tascam/
Dtascam-transaction.c66 u8 *label, *msg; in fill_message() local
70 label = buf; in fill_message()
90 *label = (port << 4) | 0x07; in fill_message()
93 *label = (port << 4) | 0x04; in fill_message()
138 *label = (port << 4) | (msg[0] >> 4); in fill_message()
/sound/pci/hda/
Dhda_auto_parser.c661 const char *name, char *label, int maxlen, in fill_audio_out_name() argument
689 snprintf(label, maxlen, "%s%s%s", pfx, name, sfx); in fill_audio_out_name()
717 char *label, int maxlen, int *indexp) in snd_hda_get_pin_label() argument
732 label, maxlen, indexp); in snd_hda_get_pin_label()
735 label, maxlen, indexp); in snd_hda_get_pin_label()
738 label, maxlen, indexp); in snd_hda_get_pin_label()
770 strlcpy(label, name, maxlen); in snd_hda_get_pin_label()
Dhda_auto_parser.h50 char *label, int maxlen, int *indexp);
Dhda_codec.c3568 strcpy(uinfo->value.enumerated.name, imux->items[index].label); in snd_hda_input_mux_info()
4042 struct hda_input_mux *imux, const char *label, in snd_hda_add_imux_item() argument
4051 if (!strncmp(label, imux->items[i].label, strlen(label))) in snd_hda_add_imux_item()
4057 snprintf(imux->items[imux->num_items].label, in snd_hda_add_imux_item()
4058 sizeof(imux->items[imux->num_items].label), in snd_hda_add_imux_item()
4059 "%s %d", label, label_idx); in snd_hda_add_imux_item()
4061 strlcpy(imux->items[imux->num_items].label, label, in snd_hda_add_imux_item()
4062 sizeof(imux->items[imux->num_items].label)); in snd_hda_add_imux_item()
Dhda_local.h257 char label[32]; member
272 struct hda_input_mux *imux, const char *label,
Dhda_generic.c3227 const char *label, int anchor) in parse_capture_source() argument
3252 snd_hda_add_imux_item(codec, imux, label, cfg_idx, NULL); in parse_capture_source()
3275 const char *label; in fill_input_pin_labels() local
3281 label = hda_get_autocfg_input_label(codec, cfg, i); in fill_input_pin_labels()
3285 !strcmp(spec->input_labels[j], label)) { in fill_input_pin_labels()
3291 spec->input_labels[i] = label; in fill_input_pin_labels()
3591 static int add_single_cap_ctl(struct hda_codec *codec, const char *label, in add_single_cap_ctl() argument
3605 if (label) in add_single_cap_ctl()
3607 "%s Capture %s", label, sfx); in add_single_cap_ctl()
3621 if (label) in add_single_cap_ctl()
[all …]
/sound/soc/codecs/
Dwm1250-ev1.c171 wm1250->gpios[i].label = wm1250_gpio_names[i]; in wm1250_ev1_pdata()
Dwm8903.c1839 .label = "wm8903",
Dwm5100.c2293 .label = "wm5100",
Dwm8996.c2192 .label = "wm8996",
Dwm8962.c3367 .label = "wm8962",
Drt5677.c4683 .label = "rt5677",