Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/realtek/
H A Dalc269.c612 bool hp1_pin_sense, hp2_pin_sense; in alc225_init() local
636 hp2_pin_sense = snd_hda_jack_detect(codec, 0x16); in alc225_init()
638 if (hp1_pin_sense || hp2_pin_sense) { in alc225_init()
645 if (hp2_pin_sense) in alc225_init()
653 if (hp2_pin_sense) in alc225_init()
667 bool hp1_pin_sense, hp2_pin_sense; in alc225_shutup() local
673 hp2_pin_sense = snd_hda_jack_detect(codec, 0x16); in alc225_shutup()
675 if (hp1_pin_sense || hp2_pin_sense) { in alc225_shutup()
684 if (hp2_pin_sense) in alc225_shutup()
693 if (hp2_pin_sense) in alc225_shutup()
[all …]