Home
last modified time | relevance | path

Searched refs:hp_jack_present (Results 1 – 7 of 7) 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 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.c1128 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0; in alc269_x101_hp_automute_hook()
2033 alc_update_gpio_data(codec, 0x40, spec->gen.hp_jack_present); in alc_fixup_headset_mode_dell_alc288()
2185 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0; in alc283_fixup_chromebook()
2343 !spec->gen.hp_jack_present); in alc280_fixup_hp_9480m()
/linux/sound/hda/codecs/
H A Dgeneric.h190 unsigned int hp_jack_present:1; member
/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()