Home
last modified time | relevance | path

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

/Linux-v5.15/sound/pci/hda/
Dpatch_realtek.c3612 bool hp1_pin_sense, hp2_pin_sense; in alc225_init() local
3628 hp2_pin_sense = snd_hda_jack_detect(codec, 0x16); in alc225_init()
3630 if (hp1_pin_sense || hp2_pin_sense) in alc225_init()
3644 if (hp2_pin_sense) in alc225_init()
3648 if (hp1_pin_sense || hp2_pin_sense || spec->ultra_low_power) in alc225_init()
3654 if (hp2_pin_sense) in alc225_init()
3658 if (hp1_pin_sense || hp2_pin_sense || spec->ultra_low_power) in alc225_init()
3669 bool hp1_pin_sense, hp2_pin_sense; in alc225_shutup() local
3679 hp2_pin_sense = snd_hda_jack_detect(codec, 0x16); in alc225_shutup()
3681 if (hp1_pin_sense || hp2_pin_sense) in alc225_shutup()
[all …]