Searched refs:get_wcaps_type (Results 1 – 16 of 16) sorted by relevance
/linux/sound/hda/ |
A D | local.h | 13 static inline int get_wcaps_type(unsigned int wcaps) in get_wcaps_type() function
|
A D | hdac_sysfs.c | 170 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN) in pin_caps_show() 181 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN) in pin_cfg_show() 192 switch (get_wcaps_type(get_wcaps(codec, nid))) { in has_pcm_cap()
|
A D | hdac_device.c | 442 get_wcaps_type(wcaps) != AC_WID_VOL_KNB) in get_num_conns()
|
/linux/sound/pci/hda/ |
A D | patch_via.c | 283 if (get_wcaps_type(get_wcaps(codec, nid)) == AC_WID_BEEP) in auto_parse_beep() 825 if (get_wcaps_type(get_wcaps(codec, conn[i])) == AC_WID_AUD_OUT) in add_secret_dac_path() 832 if (get_wcaps_type(caps) == AC_WID_AUD_OUT && in add_secret_dac_path()
|
A D | hda_bind.c | 246 switch (get_wcaps_type(wcaps)) { in is_likely_hdmi_codec()
|
A D | hda_generic.c | 410 type = get_wcaps_type(get_wcaps(codec, conn[i])); in __parse_nid_path() 600 unsigned int type = get_wcaps_type(caps); in has_amp_in() 614 unsigned int type = get_wcaps_type(caps); in has_amp_out() 628 int type = get_wcaps_type(get_wcaps(codec, nid)); in is_active_nid() 688 if (dir != HDA_INPUT || get_wcaps_type(wcaps) != AC_WID_AUD_MIX) in is_stereo_amps() 788 type = get_wcaps_type(get_wcaps(codec, nid)); in activate_amp_in() 1301 unsigned int wid_type = get_wcaps_type(get_wcaps(codec, nid)); in assign_out_path_ctls() 1964 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_AUD_OUT) in fill_all_dac_nids() 3155 int type = get_wcaps_type(caps); in fill_adc_nids() 4045 if (get_wcaps_type(wcaps) != AC_WID_AUD_IN) in parse_digital() [all …]
|
A D | patch_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 | hda_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 | hda_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() 1124 type = get_wcaps_type(get_wcaps(codec, nid)); in snd_hda_codec_setup_stream() 1128 get_wcaps_type(get_wcaps(c, p->nid)) == type) in snd_hda_codec_setup_stream() 2725 get_wcaps_type(get_wcaps(codec, nid)) == AC_WID_PIN && in snd_hda_codec_eapd_power_filter()
|
A D | hda_local.h | 462 static inline int get_wcaps_type(unsigned int wcaps) in get_wcaps_type() function
|
A D | patch_analog.c | 840 get_wcaps_type(get_wcaps(codec, 0x1d)) != AC_WID_AUD_MIX) in ad1988_add_spdif_mux_ctl()
|
A D | hda_auto_parser.c | 196 unsigned int wid_type = get_wcaps_type(wid_caps); in snd_hda_parse_pin_defcfg()
|
A D | patch_hdmi.c | 1986 if (get_wcaps_type(caps) == AC_WID_AUD_OUT) in hdmi_parse_codec() 1999 if (get_wcaps_type(caps) == AC_WID_PIN) in hdmi_parse_codec() 2661 if (get_wcaps_type(get_wcaps(codec, pin_nid)) != AC_WID_PIN) in generic_acomp_pin_eld_notify()
|
A D | patch_sigmatel.c | 4781 if (get_wcaps_type(get_wcaps(codec, 0x28)) == AC_WID_VOL_KNB) in patch_stac92hd71bxx()
|
A D | patch_realtek.c | 481 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN) in set_eapd()
|
/linux/sound/soc/codecs/ |
A D | hdac_hdmi.c | 224 type = get_wcaps_type(caps); in hdac_hdmi_get_port_len() 1645 type = get_wcaps_type(caps); in hdac_hdmi_parse_and_map_nid()
|
Completed in 87 milliseconds