Home
last modified time | relevance | path

Searched refs:hp_jack_present (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/sound/pci/hda/
Dhda_generic.h195 unsigned int hp_jack_present:1; member
Dpatch_conexant.c261 spec->gen.hp_jack_present = false; in cxt_update_headset_mode()
264 spec->gen.hp_jack_present = snd_hda_jack_detect(codec, spec->gen.autocfg.hp_pins[0]); in cxt_update_headset_mode()
Dpatch_realtek.c1632 alc_update_gpio_data(codec, 0x01, spec->gen.hp_jack_present); in alc260_gpio1_automute()
3759 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0; in alc269_x101_hp_automute_hook()
5011 spec->gen.hp_jack_present = false; in alc_update_headset_mode()
5020 spec->gen.hp_jack_present = true; in alc_update_headset_mode()
5024 spec->gen.hp_jack_present = false; in alc_update_headset_mode()
5028 spec->gen.hp_jack_present = true; in alc_update_headset_mode()
5168 alc_update_gpio_data(codec, 0x40, spec->gen.hp_jack_present); in alc288_update_headset_jack_cb()
5419 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0; in alc283_hp_automute_hook()
5555 alc_update_gpio_led(codec, 0x10, !spec->gen.hp_jack_present); in alc280_hp_gpio4_automute_hook()
8413 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0; in alc662_usi_automute_hook()
Dpatch_cirrus.c165 spec->gpio_data = spec->gen.hp_jack_present ? in cs_automute()
Dhda_generic.c4508 on = spec->hp_jack_present | spec->line_jack_present; in snd_hda_gen_update_outputs()
4526 on = spec->hp_jack_present; in snd_hda_gen_update_outputs()
4566 spec->hp_jack_present = detect_jacks(codec, num_pins, pins); in snd_hda_gen_hp_automute()