Lines Matching refs:get_wcaps
398 get_wcaps_type(get_wcaps(codec, conn[i])) != AC_WID_AUD_OUT || in __parse_nid_path()
410 type = get_wcaps_type(get_wcaps(codec, conn[i])); in __parse_nid_path()
423 if (nums > 1 && get_wcaps_type(get_wcaps(codec, to_nid)) != AC_WID_AUD_MIX) in __parse_nid_path()
532 cap_digital = !!(get_wcaps(codec, nid) & AC_WCAP_DIGITAL); in look_for_dac()
552 if (!(get_wcaps(codec, nid1) & (1 << (dir + 1)))) in same_amp_caps()
553 return !(get_wcaps(codec, nid2) & (1 << (dir + 1))); in same_amp_caps()
599 unsigned int caps = get_wcaps(codec, nid); in has_amp_in()
613 unsigned int caps = get_wcaps(codec, nid); in has_amp_out()
628 int type = get_wcaps_type(get_wcaps(codec, nid)); in is_active_nid()
683 unsigned int wcaps = get_wcaps(codec, nid); in is_stereo_amps()
694 return !!(get_wcaps(codec, conn) & AC_WCAP_STEREO); in is_stereo_amps()
788 type = get_wcaps_type(get_wcaps(codec, nid)); in activate_amp_in()
826 if (!(get_wcaps(codec, nid) & AC_WCAP_POWER)) in path_power_update()
1030 if (nid && (get_wcaps(codec, nid) & AC_WCAP_STEREO)) in get_default_ch_nums()
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()
3154 unsigned int caps = get_wcaps(codec, nid); in fill_adc_nids()
4044 unsigned int wcaps = get_wcaps(codec, dig_nid); in parse_digital()
4899 if (get_wcaps_type(get_wcaps(codec, nid)) >= AC_WID_POWER) in snd_hda_gen_path_power_filter()