Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
H A Dpatch_senarytech.c70 (get_wcaps(codec, nid) & (AC_WCAP_OUT_AMP | AC_WCAP_AMP_OVRD))) in senary_auto_parse_beep()
H A Dhda_proc.c827 if (wid_caps & AC_WCAP_OUT_AMP) in print_codec_info()
874 if (wid_caps & AC_WCAP_OUT_AMP) { in print_codec_info()
H A Dpatch_hdmi.c471 if (get_wcaps(codec, pin_nid) & AC_WCAP_OUT_AMP) in hdmi_init_pin()
757 if (get_wcaps(codec, pin_nid) & AC_WCAP_OUT_AMP) in hdmi_setup_audio_infoframe()
3276 if (get_wcaps(codec, pin) & AC_WCAP_OUT_AMP) in simple_playback_init()
H A Dhda_codec.c2370 if ((get_wcaps(codec, nid) & AC_WCAP_OUT_AMP) && in set_spdif_ctls()
H A Dpatch_ca0132.c7387 if (get_wcaps(codec, pin) & AC_WCAP_OUT_AMP) in init_output()
7392 if (dac && (get_wcaps(codec, dac) & AC_WCAP_OUT_AMP)) in init_output()
H A Dhda_generic.c622 if (!(caps & AC_WCAP_OUT_AMP)) in has_amp_out()
/linux/include/sound/
H A Dhda_verbs.h163 #define AC_WCAP_OUT_AMP (1<<2) /* AMP-out present */ macro
/linux/sound/hda/
H A Dhdac_sysfs.c231 if (nid != codec->afg && !(get_wcaps(codec, nid) & AC_WCAP_OUT_AMP)) in amp_out_caps_show()
/linux/sound/soc/codecs/
H A Dhdac_hdmi.c764 if (get_wcaps(hdev, nid) & AC_WCAP_OUT_AMP) in hdac_hdmi_set_amp()