Lines Matching refs:get_wcaps
410 get_wcaps_type(get_wcaps(codec, conn[i])) != AC_WID_AUD_OUT || in __parse_nid_path()
422 type = get_wcaps_type(get_wcaps(codec, conn[i])); in __parse_nid_path()
435 if (nums > 1 && get_wcaps_type(get_wcaps(codec, to_nid)) != AC_WID_AUD_MIX) in __parse_nid_path()
544 cap_digital = !!(get_wcaps(codec, nid) & AC_WCAP_DIGITAL); in look_for_dac()
564 if (!(get_wcaps(codec, nid1) & (1 << (dir + 1)))) in same_amp_caps()
565 return !(get_wcaps(codec, nid2) & (1 << (dir + 1))); in same_amp_caps()
611 unsigned int caps = get_wcaps(codec, nid); in has_amp_in()
625 unsigned int caps = get_wcaps(codec, nid); in has_amp_out()
640 int type = get_wcaps_type(get_wcaps(codec, nid)); in is_active_nid()
695 unsigned int wcaps = get_wcaps(codec, nid); in is_stereo_amps()
706 return !!(get_wcaps(codec, conn) & AC_WCAP_STEREO); in is_stereo_amps()
800 type = get_wcaps_type(get_wcaps(codec, nid)); in activate_amp_in()
838 if (!(get_wcaps(codec, nid) & AC_WCAP_POWER)) in path_power_update()
1040 if (nid && (get_wcaps(codec, nid) & AC_WCAP_STEREO)) in get_default_ch_nums()
1305 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()
4078 unsigned int wcaps = get_wcaps(codec, dig_nid); in parse_digital()
4933 if (get_wcaps_type(get_wcaps(codec, nid)) >= AC_WID_POWER) in snd_hda_gen_path_power_filter()