Searched refs:snd_hda_jack_detect (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_jack.h | 140 * snd_hda_jack_detect - Detect the jack 145 snd_hda_jack_detect(struct hda_codec *codec, hda_nid_t nid) in snd_hda_jack_detect() function
|
H A D | patch_realtek.c | 3401 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc282_init() 3439 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc282_shutup() 3518 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc283_init() 3553 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc283_shutup() 3599 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc256_init() 3641 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc256_shutup() 3697 hp1_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc225_init() 3698 hp2_pin_sense = snd_hda_jack_detect(codec, 0x16); in alc225_init() 3742 hp1_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc225_shutup() 3743 hp2_pin_sense = snd_hda_jack_detect(code in alc225_shutup() [all...] |
H A D | patch_cirrus.c | 1032 spdif_present = snd_hda_jack_detect(codec, spdif_pin); in cs4210_spdif_automute()
|
H A D | patch_ca0132.c | 4342 jack_present = snd_hda_jack_detect(codec, spec->unsol_tag_hp); in ca0132_select_out() 4657 jack_present = snd_hda_jack_detect(codec, spec->unsol_tag_hp) || in ca0132_alt_select_out() 4658 snd_hda_jack_detect(codec, spec->unsol_tag_front_hp); in ca0132_alt_select_out() 4720 if (snd_hda_jack_detect(codec, spec->unsol_tag_front_hp)) in ca0132_alt_select_out() 4722 else if (snd_hda_jack_detect(codec, spec->unsol_tag_hp)) in ca0132_alt_select_out() 4933 jack_present = snd_hda_jack_detect(codec, spec->unsol_tag_amic1); in ca0132_select_mic()
|
H A D | patch_conexant.c | 285 spec->gen.hp_jack_present = snd_hda_jack_detect(codec, spec->gen.autocfg.hp_pins[0]); in cxt_update_headset_mode()
|
H A 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()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_jack.h | 149 * snd_hda_jack_detect - Detect the jack 154 snd_hda_jack_detect(struct hda_codec *codec, hda_nid_t nid) in snd_hda_jack_detect() function
|
H A D | patch_cirrus.c | 1035 spdif_present = snd_hda_jack_detect(codec, spdif_pin); in cs4210_spdif_automute()
|
H A D | patch_realtek.c | 3400 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc282_init() 3438 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc282_shutup() 3517 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc283_init() 3552 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc283_shutup() 3598 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc256_init() 3640 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc256_shutup() 3756 hp1_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc225_init() 3757 hp2_pin_sense = snd_hda_jack_detect(codec, 0x16); in alc225_init() 3801 hp1_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc225_shutup() 3802 hp2_pin_sense = snd_hda_jack_detect(code in alc225_shutup() [all...] |
H A D | patch_ca0132.c | 4462 jack_present = snd_hda_jack_detect(codec, spec->unsol_tag_hp); in ca0132_select_out() 4777 jack_present = snd_hda_jack_detect(codec, spec->unsol_tag_hp) || in ca0132_alt_select_out() 4778 snd_hda_jack_detect(codec, spec->unsol_tag_front_hp); in ca0132_alt_select_out() 4840 if (snd_hda_jack_detect(codec, spec->unsol_tag_front_hp)) in ca0132_alt_select_out() 4842 else if (snd_hda_jack_detect(codec, spec->unsol_tag_hp)) in ca0132_alt_select_out() 5053 jack_present = snd_hda_jack_detect(codec, spec->unsol_tag_amic1); in ca0132_select_mic()
|
H A D | patch_conexant.c | 394 spec->gen.hp_jack_present = snd_hda_jack_detect(codec, spec->gen.autocfg.hp_pins[0]); in cxt_update_headset_mode()
|
H A 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()
|
Completed in 59 milliseconds