Searched refs:label (Results 1 – 12 of 12) sorted by relevance
/sound/firewire/tascam/ |
D | tascam-transaction.c | 66 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/ |
D | hda_auto_parser.c | 661 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()
|
D | hda_auto_parser.h | 50 char *label, int maxlen, int *indexp);
|
D | hda_codec.c | 3568 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()
|
D | hda_local.h | 257 char label[32]; member 272 struct hda_input_mux *imux, const char *label,
|
D | hda_generic.c | 3227 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/ |
D | wm1250-ev1.c | 171 wm1250->gpios[i].label = wm1250_gpio_names[i]; in wm1250_ev1_pdata()
|
D | wm8903.c | 1839 .label = "wm8903",
|
D | wm5100.c | 2293 .label = "wm5100",
|
D | wm8996.c | 2192 .label = "wm8996",
|
D | wm8962.c | 3367 .label = "wm8962",
|
D | rt5677.c | 4683 .label = "rt5677",
|