Lines Matching refs:get_wcaps
404 get_wcaps_type(get_wcaps(codec, conn[i])) != AC_WID_AUD_OUT || in __parse_nid_path()
416 type = get_wcaps_type(get_wcaps(codec, conn[i])); in __parse_nid_path()
429 if (nums > 1 && get_wcaps_type(get_wcaps(codec, to_nid)) != AC_WID_AUD_MIX) in __parse_nid_path()
538 cap_digital = !!(get_wcaps(codec, nid) & AC_WCAP_DIGITAL); in look_for_dac()
558 if (!(get_wcaps(codec, nid1) & (1 << (dir + 1)))) in same_amp_caps()
559 return !(get_wcaps(codec, nid2) & (1 << (dir + 1))); in same_amp_caps()
605 unsigned int caps = get_wcaps(codec, nid); in has_amp_in()
619 unsigned int caps = get_wcaps(codec, nid); in has_amp_out()
634 int type = get_wcaps_type(get_wcaps(codec, nid)); in is_active_nid()
689 unsigned int wcaps = get_wcaps(codec, nid); in is_stereo_amps()
700 return !!(get_wcaps(codec, conn) & AC_WCAP_STEREO); in is_stereo_amps()
794 type = get_wcaps_type(get_wcaps(codec, nid)); in activate_amp_in()
832 if (!(get_wcaps(codec, nid) & AC_WCAP_POWER)) in path_power_update()
1036 if (nid && (get_wcaps(codec, nid) & AC_WCAP_STEREO)) in get_default_ch_nums()
1307 unsigned int wid_type = get_wcaps_type(get_wcaps(codec, nid)); in assign_out_path_ctls()
1970 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_AUD_OUT) in fill_all_dac_nids()
3160 unsigned int caps = get_wcaps(codec, nid); in fill_adc_nids()
4057 unsigned int wcaps = get_wcaps(codec, dig_nid); in parse_digital()
4912 if (get_wcaps_type(get_wcaps(codec, nid)) >= AC_WID_POWER) in snd_hda_gen_path_power_filter()