Searched refs:snd_hda_jack_detect (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/sound/pci/hda/ |
D | hda_jack.h | 80 static inline bool snd_hda_jack_detect(struct hda_codec *codec, hda_nid_t nid) in snd_hda_jack_detect() function
|
D | hda_jack.c | 163 if (jack->gating_jack && !snd_hda_jack_detect(codec, jack->gating_jack)) in jack_detect_update() 414 state = snd_hda_jack_detect(codec, nid); in __snd_hda_jack_add_kctl()
|
D | patch_realtek.c | 2785 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc282_init() 2823 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc282_shutup() 2906 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc283_init() 2946 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); in alc283_shutup() 4095 if (!snd_hda_jack_detect(codec, hp_pin)) in alc_update_headset_mode() 4530 if (snd_hda_jack_detect(codec, 0x1b)) in asus_tx300_automute()
|
D | patch_conexant.c | 310 spec->gen.hp_jack_present = snd_hda_jack_detect(codec, spec->gen.autocfg.hp_pins[0]); in cxt_update_headset_mode()
|
D | patch_cirrus.c | 1030 spdif_present = snd_hda_jack_detect(codec, spdif_pin); in cs4210_spdif_automute()
|
D | patch_sigmatel.c | 498 snd_hda_jack_detect(codec, jack->nid), in jack_update_power() 509 snd_hda_jack_detect(codec, nid), in jack_update_power()
|
D | patch_ca0132.c | 3139 jack_present = snd_hda_jack_detect(codec, spec->out_pins[1]); in ca0132_select_out() 3301 jack_present = snd_hda_jack_detect(codec, spec->input_pins[0]); in ca0132_select_mic()
|