Home
last modified time | relevance | path

Searched refs:is_headphone_mic (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/sound/pci/hda/
H A Dhda_auto_parser.c76 if (a->is_headset_mic && b->is_headphone_mic) in compare_input_type()
78 else if (a->is_headphone_mic && b->is_headset_mic) in compare_input_type()
138 if (item->is_headset_mic || item->is_headphone_mic) in can_be_headset_mic()
324 cfg->inputs[i].is_headphone_mic = 1; in snd_hda_parse_pin_defcfg()
336 cfg->inputs[i].is_headphone_mic = 1; in snd_hda_parse_pin_defcfg()
502 if (item && item->is_headphone_mic) in hda_get_input_pin_label()
H A Dhda_auto_parser.h38 unsigned int is_headphone_mic:1; /* Mic-only in headphone jack */ member
H A Dhda_jack.c636 if (cfg->inputs[i].is_headphone_mic) { in snd_hda_jack_add_kctls()
H A Dpatch_conexant.c365 mic_mode = !!cfg->inputs[i].is_headphone_mic; in cxt_update_headset_mode()
H A Dhda_generic.c2648 cfg->inputs[cfg->num_inputs].is_headphone_mic = 1; in create_hp_mic()
H A Dpatch_realtek.c5953 if (cfg->inputs[i].is_headphone_mic && !spec->headphone_mic_pin) in alc_probe_headset_mode()