Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/hda/
Dpatch_realtek.c3228 bool hp1_pin_sense, hp2_pin_sense; in alc225_init() local
3236 hp2_pin_sense = snd_hda_jack_detect(codec, 0x16); in alc225_init()
3238 if (hp1_pin_sense || hp2_pin_sense) in alc225_init()
3246 if (hp2_pin_sense) in alc225_init()
3250 if (hp1_pin_sense || hp2_pin_sense) in alc225_init()
3256 if (hp2_pin_sense) in alc225_init()
3260 if (hp1_pin_sense || hp2_pin_sense) in alc225_init()
3271 bool hp1_pin_sense, hp2_pin_sense; in alc225_shutup() local
3282 hp2_pin_sense = snd_hda_jack_detect(codec, 0x16); in alc225_shutup()
3284 if (hp1_pin_sense || hp2_pin_sense) in alc225_shutup()
[all …]