Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/
H A Dsenarytech.c70 (get_wcaps(codec, nid) & (AC_WCAP_OUT_AMP | AC_WCAP_AMP_OVRD))) in senary_auto_parse_beep()
H A Dca0132.c7390 if (get_wcaps(codec, pin) & AC_WCAP_OUT_AMP) in init_output()
7395 if (dac && (get_wcaps(codec, dac) & AC_WCAP_OUT_AMP)) in init_output()
H A Dgeneric.c622 if (!(caps & AC_WCAP_OUT_AMP)) in has_amp_out()
/linux/sound/hda/codecs/hdmi/
H A Dsimplehdmi.c102 if (get_wcaps(codec, pin) & AC_WCAP_OUT_AMP) in snd_hda_hdmi_simple_init()
H A Dhdmi.c271 if (get_wcaps(codec, pin_nid) & AC_WCAP_OUT_AMP) in hdmi_init_pin()
557 if (get_wcaps(codec, pin_nid) & AC_WCAP_OUT_AMP) in snd_hda_hdmi_setup_audio_infoframe()
/linux/include/sound/
H A Dhda_verbs.h163 #define AC_WCAP_OUT_AMP (1<<2) /* AMP-out present */ macro
/linux/sound/hda/common/
H A Dproc.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 Dcodec.c2324 if ((get_wcaps(codec, nid) & AC_WCAP_OUT_AMP) && in set_spdif_ctls()
/linux/sound/hda/core/
H A Dsysfs.c231 if (nid != codec->afg && !(snd_hdac_get_wcaps(codec, nid) & AC_WCAP_OUT_AMP)) in amp_out_caps_show()
/linux/sound/soc/codecs/
H A Dhdac_hdmi.c762 if (snd_hdac_get_wcaps(hdev, nid) & AC_WCAP_OUT_AMP) in hdac_hdmi_set_amp()