Home
last modified time | relevance | path

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

/Linux-v6.6/sound/pci/hda/
Dpatch_realtek.c3719 bool hp1_pin_sense, hp2_pin_sense; in alc225_init() local
3743 hp2_pin_sense = snd_hda_jack_detect(codec, 0x16); in alc225_init()
3745 if (hp1_pin_sense || hp2_pin_sense) in alc225_init()
3753 if (hp2_pin_sense) in alc225_init()
3757 if (hp1_pin_sense || hp2_pin_sense || spec->ultra_low_power) in alc225_init()
3763 if (hp2_pin_sense) in alc225_init()
3767 if (hp1_pin_sense || hp2_pin_sense || spec->ultra_low_power) in alc225_init()
3778 bool hp1_pin_sense, hp2_pin_sense; in alc225_shutup() local
3788 hp2_pin_sense = snd_hda_jack_detect(codec, 0x16); in alc225_shutup()
3790 if (hp1_pin_sense || hp2_pin_sense) in alc225_shutup()
[all …]