Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/hda/
Dpatch_cmedia.c696 if (get_defcfg_connect(port_e) == AC_JACK_PORT_NONE || in patch_cmi9880()
697 get_defcfg_connect(port_f) == AC_JACK_PORT_NONE) { in patch_cmi9880()
702 if (get_defcfg_connect(port_g) == AC_JACK_PORT_NONE || in patch_cmi9880()
703 get_defcfg_connect(port_h) == AC_JACK_PORT_NONE) { in patch_cmi9880()
718 if (get_defcfg_connect(port_spdifo) != AC_JACK_PORT_NONE) in patch_cmi9880()
720 if (get_defcfg_connect(port_spdifi) != AC_JACK_PORT_NONE) in patch_cmi9880()
Dhda_jack.c313 conn = get_defcfg_connect(def_conf); in add_jack_kctl()
Dhda_local.h462 #define get_defcfg_connect(cfg) \ macro
Dpatch_sigmatel.c3552 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE) in stac92xx_auto_create_dmic_input_ctls()
4381 if (get_defcfg_connect(conf) != AC_JACK_PORT_FIXED) { in stac92xx_init()
4421 def_conf = get_defcfg_connect(def_conf); in stac92xx_init()
4474 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE) in stac92xx_shutup_pins()
4719 return get_defcfg_connect(cfg); in stac_get_defcfg_connect()
5451 get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE) { in stac92hd8x_add_pin()
Dhda_codec.c4945 conn = get_defcfg_connect(def_conf); in snd_hda_parse_pin_defcfg()
5134 unsigned int conn = get_defcfg_connect(def_conf); in snd_hda_get_input_pin_attr()
5352 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE) in snd_hda_get_pin_label()
Dpatch_cirrus.c420 return (get_defcfg_connect(val) != AC_JACK_PORT_NONE); in is_active_pin()
Dpatch_via.c728 && get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE)) { in set_pin_power_state()
2634 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE in vt1708_set_pinconfig_connect()
Dpatch_hdmi.c1046 if (get_defcfg_connect(config) == AC_JACK_PORT_NONE) in hdmi_add_pin()
Dpatch_realtek.c3871 if (get_defcfg_connect(defcfg) != AC_JACK_PORT_COMPLEX) in can_be_multiio_pin()
5921 if (get_defcfg_connect(cfg) == AC_JACK_PORT_FIXED) in alc271_fixup_dmic()
Dpatch_analog.c1248 return get_defcfg_connect(conf) != AC_JACK_PORT_NONE; in is_jack_available()
Dpatch_conexant.c2494 if (get_defcfg_connect(cfg) == AC_JACK_PORT_NONE) in conexant_check_dig_outs()