Lines Matching refs:get_wcaps
423 get_wcaps_type(get_wcaps(codec, conn[i])) != AC_WID_AUD_OUT || in __parse_nid_path()
435 type = get_wcaps_type(get_wcaps(codec, conn[i])); in __parse_nid_path()
448 if (nums > 1 && get_wcaps_type(get_wcaps(codec, to_nid)) != AC_WID_AUD_MIX) in __parse_nid_path()
558 cap_digital = !!(get_wcaps(codec, nid) & AC_WCAP_DIGITAL); in look_for_dac()
578 if (!(get_wcaps(codec, nid1) & (1 << (dir + 1)))) in same_amp_caps()
579 return !(get_wcaps(codec, nid2) & (1 << (dir + 1))); in same_amp_caps()
625 unsigned int caps = get_wcaps(codec, nid); in has_amp_in()
639 unsigned int caps = get_wcaps(codec, nid); in has_amp_out()
654 int type = get_wcaps_type(get_wcaps(codec, nid)); in is_active_nid()
709 unsigned int wcaps = get_wcaps(codec, nid); in is_stereo_amps()
720 return !!(get_wcaps(codec, conn) & AC_WCAP_STEREO); in is_stereo_amps()
812 type = get_wcaps_type(get_wcaps(codec, nid)); in activate_amp_in()
850 if (!(get_wcaps(codec, nid) & AC_WCAP_POWER)) in path_power_update()
1050 if (nid && (get_wcaps(codec, nid) & AC_WCAP_STEREO)) in get_default_ch_nums()
1273 unsigned int wid_type = get_wcaps_type(get_wcaps(codec, nid)); in assign_out_path_ctls()
1932 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_AUD_OUT) in fill_all_dac_nids()
3126 unsigned int caps = get_wcaps(codec, nid); in fill_adc_nids()
3913 unsigned int wcaps = get_wcaps(codec, dig_nid); in parse_digital()
4767 if (get_wcaps_type(get_wcaps(codec, nid)) >= AC_WID_POWER) in snd_hda_gen_path_power_filter()