Searched refs:is_jack_detectable (Results 1 – 5 of 5) sorted by relevance
/linux/sound/pci/hda/ |
H A D | hda_jack.c | 29 bool is_jack_detectable(struct hda_codec *codec, hda_nid_t nid) in is_jack_detectable() function 43 EXPORT_SYMBOL_GPL(is_jack_detectable); 604 !is_jack_detectable(codec, nid); in add_jack_kctl()
|
H A D | hda_jack.h | 159 bool is_jack_detectable(struct hda_codec *codec, hda_nid_t nid);
|
H A D | hda_generic.c | 4169 if (!is_jack_detectable(codec, pin)) in detect_pin_state() 4227 if (is_jack_detectable(codec, pins[i])) in add_pin_power_ctls() 4261 if (is_jack_detectable(codec, pins[i])) in sync_pin_power_ctls() 4759 if (!is_jack_detectable(codec, nid)) in check_auto_mute_availability() 4771 if (!is_jack_detectable(codec, nid)) in check_auto_mute_availability() 4863 if (!is_jack_detectable(codec, nid)) in check_auto_mic_availability() 6024 if (is_jack_detectable(codec, nid) && in clear_unsol_on_unused_pins()
|
H A D | patch_realtek.c | 6734 if (!is_jack_detectable(codec, 0x21)) in alc294_fixup_gx502_hp() 6766 if (!is_jack_detectable(codec, 0x21)) in alc294_fixup_gu502_hp() 12288 if (!is_jack_detectable(codec, 0x1b)) in alc662_fixup_aspire_ethos_hp()
|
H A D | patch_hdmi.c | 1945 if (!is_jack_detectable(codec, pin_nid)) in hdmi_add_pin()
|