Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dhda_verbs.h162 #define AC_WCAP_IN_AMP (1<<1) /* AMP-in present */ macro
/openbmc/qemu/hw/audio/
H A Dintel-hda-defs.h337 #define AC_WCAP_IN_AMP (1<<1) /* AMP-in present */ macro
H A Dhda-codec-common.h76 AC_WCAP_IN_AMP |
/openbmc/linux/sound/pci/hda/
H A Dhda_proc.c825 if (wid_caps & AC_WCAP_IN_AMP) in print_codec_info()
861 if (wid_caps & AC_WCAP_IN_AMP) { in print_codec_info()
H A Dpatch_via.c707 get_wcaps(codec, pin) | AC_WCAP_IN_AMP); in override_mic_boost()
H A Dpatch_sigmatel.c4797 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP) { in patch_stac92hd71bxx()
H A Dpatch_ca0132.c7402 if (get_wcaps(codec, pin) & AC_WCAP_IN_AMP) in init_input()
7407 if (adc && (get_wcaps(codec, adc) & AC_WCAP_IN_AMP)) { in init_input()
H A Dhda_generic.c608 if (!(caps & AC_WCAP_IN_AMP)) in has_amp_in()
H A Dpatch_realtek.c6203 snd_hda_override_wcaps(codec, 0x1b, get_wcaps(codec, 0x1b) & ~AC_WCAP_IN_AMP); in alc269_fixup_limit_int_mic_boost()
/openbmc/linux/sound/hda/
H A Dhdac_sysfs.c222 if (nid != codec->afg && !(get_wcaps(codec, nid) & AC_WCAP_IN_AMP)) in amp_in_caps_show()