Searched refs:input_labels (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_generic.h | 128 const char *input_labels[HDA_MAX_NUM_INPUTS]; member
|
H A D | hda_generic.c | 3307 if (spec->input_labels[j] && in fill_input_pin_labels() 3308 !strcmp(spec->input_labels[j], label)) { in fill_input_pin_labels() 3314 spec->input_labels[i] = label; in fill_input_pin_labels() 3357 spec->input_labels[i], in create_input_ctls() 3366 spec->input_labels[i], -mixer); in create_input_ctls() 3739 spec->input_labels[idx], in create_multi_cap_vol_ctl() 3901 "%s Boost Volume", spec->input_labels[idx]); in parse_mic_boost()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_generic.h | 122 const char *input_labels[HDA_MAX_NUM_INPUTS]; member
|
H A D | hda_generic.c | 3313 if (spec->input_labels[j] && in fill_input_pin_labels() 3314 !strcmp(spec->input_labels[j], label)) { in fill_input_pin_labels() 3320 spec->input_labels[i] = label; in fill_input_pin_labels() 3363 spec->input_labels[i], in create_input_ctls() 3372 spec->input_labels[i], -mixer); in create_input_ctls() 3754 spec->input_labels[idx], in create_multi_cap_vol_ctl() 3916 "%s Boost Volume", spec->input_labels[idx]); in parse_mic_boost()
|
Completed in 27 milliseconds