Home
last modified time | relevance | path

Searched refs:AC_WCAP_OUT_AMP (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/sound/pci/hda/
Dhda_generic.c156 if (node->wid_caps & AC_WCAP_OUT_AMP) { in add_new_node()
297 if ((node->wid_caps & AC_WCAP_OUT_AMP) && in parse_output_path()
324 AC_WCAP_OUT_AMP)) { in parse_output_path()
326 (node->wid_caps & AC_WCAP_OUT_AMP)) { in parse_output_path()
705 } else if ((node->wid_caps & AC_WCAP_OUT_AMP) && in create_mixer()
731 } else if ((node->wid_caps & AC_WCAP_OUT_AMP) && in create_mixer()
Dpatch_ca0110.c182 if (get_wcaps(codec, spec->out_pins[i]) & AC_WCAP_OUT_AMP) in ca0110_build_controls()
215 if (get_wcaps(codec, cfg->hp_pins[0]) & AC_WCAP_OUT_AMP) in ca0110_build_controls()
346 if (get_wcaps(codec, pin) & AC_WCAP_OUT_AMP) in init_output()
Dhda_proc.c626 if (wid_caps & AC_WCAP_OUT_AMP) in print_codec_info()
665 if (wid_caps & AC_WCAP_OUT_AMP) { in print_codec_info()
Dpatch_sigmatel.c1118 if (wcaps & AC_WCAP_OUT_AMP) { in stac92xx_build_controls()
3433 if (!(wcaps & AC_WCAP_OUT_AMP)) in stac92xx_auto_create_mux_input_ctls()
3514 caps = AC_WCAP_OUT_AMP; in create_elem_capture_vol()
3831 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP); in stac92xx_parse_auto_config()
3856 dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT; in stac92xx_parse_auto_config()
4047 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP); in stac9200_auto_create_lfe_ctls()
4048 if (wcaps == AC_WCAP_OUT_AMP) in stac9200_auto_create_lfe_ctls()
4061 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP); in stac9200_auto_create_lfe_ctls()
4062 if (wcaps == AC_WCAP_OUT_AMP) in stac9200_auto_create_lfe_ctls()
Dhda_codec.h176 #define AC_WCAP_OUT_AMP (1<<2) /* AMP-out present */ macro
Dpatch_ca0132.c244 if (get_wcaps(codec, pin) & AC_WCAP_OUT_AMP) in init_output()
Dpatch_hdmi.c425 if (get_wcaps(codec, pin_nid) & AC_WCAP_OUT_AMP) in hdmi_init_pin()
1846 if (get_wcaps(codec, spec->pins[0].pin_nid) & AC_WCAP_OUT_AMP) in atihdmi_init()
Dpatch_realtek.c1633 if (!dac || !(get_wcaps(codec, dac) & AC_WCAP_OUT_AMP)) in alc_auto_init_digital()
2890 if (get_wcaps(codec, nid) & AC_WCAP_OUT_AMP) in alc_auto_init_analog_input()
3645 if (!(get_wcaps(codec, pin) & AC_WCAP_OUT_AMP)) in alc_auto_create_extra_out()
4009 if (get_wcaps(codec, nid) & AC_WCAP_OUT_AMP) in alc_set_multi_io()
4014 if (get_wcaps(codec, nid) & AC_WCAP_OUT_AMP) in alc_set_multi_io()
Dpatch_via.c468 caps &= AC_WCAP_OUT_AMP; in check_amp_caps()
553 if (get_wcaps(codec, pin) & AC_WCAP_OUT_AMP) in via_auto_init_output()
Dpatch_conexant.c3878 if (!(get_wcaps(codec, nid) & AC_WCAP_OUT_AMP)) in mute_outputs()
4267 if (get_wcaps(codec, mux) & AC_WCAP_OUT_AMP) { in cx_auto_add_boost_volume()
Dhda_codec.c2996 if ((get_wcaps(codec, nid) & AC_WCAP_OUT_AMP) && in set_spdif_ctls()