Home
last modified time | relevance | path

Searched refs:AC_WID_PIN (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/sound/pci/hda/
Dhda_proc.c46 [AC_WID_PIN] = "Pin Complex", in get_wid_type_name()
842 if (wid_type == AC_WID_PIN || in print_codec_info()
855 if (wid_type == AC_WID_PIN && in print_codec_info()
865 case AC_WID_PIN: { in print_codec_info()
897 if (wid_type == AC_WID_PIN && codec->dp_mst) in print_codec_info()
Dhda_codec.c305 if (type == AC_WID_PIN || type == AC_WID_AUD_OUT) in snd_hda_get_conn_index()
322 get_wcaps_type(wcaps) != AC_WID_PIN) in get_num_devices()
398 if (wid_type != AC_WID_PIN) in read_pin_defaults()
2851 get_wcaps_type(get_wcaps(codec, nid)) == AC_WID_PIN && in snd_hda_codec_eapd_power_filter()
Dpatch_conexant.c125 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN) in cx_auto_parse_eapd()
Dhda_auto_parser.c199 if (wid_type != AC_WID_PIN) in snd_hda_parse_pin_defcfg()
Dhda_generic.c437 type == AC_WID_PIN) in __parse_nid_path()
630 if (type == AC_WID_PIN && idx > 0) /* only for input pins */ in has_amp_in()
644 if (type == AC_WID_PIN && !idx) /* only for output pins */ in has_amp_out()
813 if (type == AC_WID_PIN || in activate_amp_in()
1274 if (wid_type == AC_WID_PIN || wid_type == AC_WID_AUD_OUT || in assign_out_path_ctls()
Dpatch_hdmi.c1410 if (wid_type != AC_WID_PIN) in intel_not_share_assigned_cvt()
1757 case AC_WID_PIN: in hdmi_parse_codec()
Dpatch_realtek.c403 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN) in set_eapd()
/linux-4.4.14/sound/hda/
Dhdac_sysfs.c169 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN) in pin_caps_show()
180 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN) in pin_cfg_show()
/linux-4.4.14/include/sound/
Dhda_verbs.h29 AC_WID_PIN, /* Pin Complex */ enumerator