Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/realtek/
H A Dalc260.c38 alc_update_gpio_data(codec, 0x01, spec->gen.hp_jack_present); in alc260_gpio1_automute()
H A Drealtek.c2071 spec->gen.hp_jack_present = false; in alc_update_headset_mode()
2080 spec->gen.hp_jack_present = true; in alc_update_headset_mode()
2084 spec->gen.hp_jack_present = false; in alc_update_headset_mode()
2088 spec->gen.hp_jack_present = true; in alc_update_headset_mode()
H A Dalc662.c86 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0; in alc662_usi_automute_hook()
173 vref = spec->gen.hp_jack_present ? (PIN_HP | AC_PINCTL_VREF_100) : PIN_HP; in alc897_hp_automute_hook()
H A Dalc882.c247 if (spec->gen.hp_jack_present) in alc887_asus_hp_automute_hook()
H A Dalc269.c1146 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0; in alc269_x101_hp_automute_hook()
2285 alc_update_gpio_data(codec, 0x40, spec->gen.hp_jack_present); in alc288_update_headset_jack_cb()
2437 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0; in alc283_hp_automute_hook()
2595 !spec->gen.hp_jack_present); in alc280_hp_gpio4_automute_hook()
/linux/sound/hda/codecs/
H A Dgeneric.h190 unsigned int hp_jack_present:1; member
H A Dconexant.c362 spec->gen.hp_jack_present = false; in cxt_update_headset_mode()
365 spec->gen.hp_jack_present = snd_hda_jack_detect(codec, spec->gen.autocfg.hp_pins[0]); in cxt_update_headset_mode()
H A Dgeneric.c4462 on = spec->hp_jack_present | spec->line_jack_present; in snd_hda_gen_update_outputs()
4480 on = spec->hp_jack_present; in snd_hda_gen_update_outputs()
4520 spec->hp_jack_present = detect_jacks(codec, num_pins, pins); in snd_hda_gen_hp_automute()
/linux/sound/hda/codecs/cirrus/
H A Dcs421x.c143 spec->gpio_data = spec->gen.hp_jack_present ? in cs_automute()
H A Dcs420x.c129 spec->gpio_data = spec->gen.hp_jack_present ? in cs_automute()