Searched refs:snd_hda_jack_detect (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/sound/pci/hda/ |
D | hda_jack.h | 154 snd_hda_jack_detect(struct hda_codec *codec, hda_nid_t nid) in snd_hda_jack_detect() function
|
D | patch_realtek.c | 3383 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc282_init() 3421 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc282_shutup() 3500 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc283_init() 3535 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc283_shutup() 3572 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc256_init() 3621 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc256_shutup() 3730 hp1_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc225_init() 3731 hp2_pin_sense = snd_hda_jack_detect(codec, 0x16); in alc225_init() 3781 hp1_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc225_shutup() 3782 hp2_pin_sense = snd_hda_jack_detect(codec, 0x16); in alc225_shutup() [all …]
|
D | patch_cirrus.c | 1035 spdif_present = snd_hda_jack_detect(codec, spdif_pin); in cs4210_spdif_automute()
|
D | patch_conexant.c | 291 spec->gen.hp_jack_present = snd_hda_jack_detect(codec, spec->gen.autocfg.hp_pins[0]); in cxt_update_headset_mode()
|
D | patch_ca0132.c | 4459 jack_present = snd_hda_jack_detect(codec, spec->unsol_tag_hp); in ca0132_select_out() 4774 jack_present = snd_hda_jack_detect(codec, spec->unsol_tag_hp) || in ca0132_alt_select_out() 4775 snd_hda_jack_detect(codec, spec->unsol_tag_front_hp); in ca0132_alt_select_out() 4837 if (snd_hda_jack_detect(codec, spec->unsol_tag_front_hp)) in ca0132_alt_select_out() 4839 else if (snd_hda_jack_detect(codec, spec->unsol_tag_hp)) in ca0132_alt_select_out() 5050 jack_present = snd_hda_jack_detect(codec, spec->unsol_tag_amic1); in ca0132_select_mic()
|
D | patch_sigmatel.c | 476 snd_hda_jack_detect(codec, jack->nid), in jack_update_power() 487 snd_hda_jack_detect(codec, nid), in jack_update_power()
|