Searched refs:get_wcaps_type (Results 1 – 13 of 13) sorted by relevance
| /sound/hda/codecs/ |
| A D | senarytech.c | 69 if ((get_wcaps_type(get_wcaps(codec, nid)) == AC_WID_BEEP) && in senary_auto_parse_beep() 85 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN) in senary_auto_parse_eapd()
|
| A D | via.c | 283 if (get_wcaps_type(get_wcaps(codec, nid)) == AC_WID_BEEP) in auto_parse_beep() 739 if (get_wcaps_type(get_wcaps(codec, conn[i])) == AC_WID_AUD_OUT) in add_secret_dac_path() 746 if (get_wcaps_type(caps) == AC_WID_AUD_OUT && in add_secret_dac_path()
|
| A D | generic.c | 416 type = get_wcaps_type(get_wcaps(codec, conn[i])); in __parse_nid_path() 606 unsigned int type = get_wcaps_type(caps); in has_amp_in() 620 unsigned int type = get_wcaps_type(caps); in has_amp_out() 634 int type = get_wcaps_type(get_wcaps(codec, nid)); in is_active_nid() 694 if (dir != HDA_INPUT || get_wcaps_type(wcaps) != AC_WID_AUD_MIX) in is_stereo_amps() 794 type = get_wcaps_type(get_wcaps(codec, nid)); in activate_amp_in() 1312 unsigned int wid_type = get_wcaps_type(get_wcaps(codec, nid)); in assign_out_path_ctls() 1975 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_AUD_OUT) in fill_all_dac_nids() 3166 int type = get_wcaps_type(caps); in fill_adc_nids() 4062 if (get_wcaps_type(wcaps) != AC_WID_AUD_IN) in parse_digital() [all …]
|
| A D | conexant.c | 80 if (get_wcaps_type(get_wcaps(codec, nid)) == AC_WID_BEEP) in cx_auto_parse_beep() 99 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN) in cx_auto_parse_eapd()
|
| A D | analog.c | 810 get_wcaps_type(get_wcaps(codec, 0x1d)) != AC_WID_AUD_MIX) in ad1988_add_spdif_mux_ctl()
|
| A D | sigmatel.c | 4740 if (get_wcaps_type(get_wcaps(codec, 0x28)) == AC_WID_VOL_KNB) in probe_stac92hd71bxx()
|
| /sound/hda/common/ |
| A D | bind.c | 264 switch (get_wcaps_type(wcaps)) { in is_likely_hdmi_codec()
|
| A D | proc.c | 123 get_wcaps_type(wcaps) != AC_WID_AUD_MIX) in is_stereo_amps() 809 unsigned int wid_type = get_wcaps_type(wid_caps); in print_codec_info()
|
| A D | codec.c | 282 unsigned int type = get_wcaps_type(get_wcaps(codec, conn[i])); in snd_hda_get_conn_index() 306 get_wcaps_type(wcaps) != AC_WID_PIN) in snd_hda_get_num_devices() 439 unsigned int wid_type = get_wcaps_type(wcaps); in read_pin_defaults() 1144 type = get_wcaps_type(get_wcaps(codec, nid)); in snd_hda_codec_setup_stream() 1148 get_wcaps_type(get_wcaps(c, p->nid)) == type) in snd_hda_codec_setup_stream() 2734 get_wcaps_type(get_wcaps(codec, nid)) == AC_WID_PIN && in snd_hda_codec_eapd_power_filter()
|
| A D | hda_local.h | 490 static inline int get_wcaps_type(unsigned int wcaps) in get_wcaps_type() function
|
| A D | auto_parser.c | 196 unsigned int wid_type = get_wcaps_type(wid_caps); in snd_hda_parse_pin_defcfg()
|
| /sound/hda/codecs/hdmi/ |
| A D | hdmi.c | 1631 if (get_wcaps_type(caps) == AC_WID_AUD_OUT) in snd_hda_hdmi_parse_codec() 1644 if (get_wcaps_type(caps) == AC_WID_PIN) in snd_hda_hdmi_parse_codec() 2282 if (get_wcaps_type(get_wcaps(codec, pin_nid)) != AC_WID_PIN) in snd_hda_hdmi_acomp_pin_eld_notify()
|
| /sound/hda/codecs/realtek/ |
| A D | realtek.c | 385 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN) in set_eapd()
|
Completed in 73 milliseconds