Searched refs:AC_WCAP_IN_AMP (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/include/sound/ |
| D | hda_verbs.h | 162 #define AC_WCAP_IN_AMP (1<<1) /* AMP-in present */ macro
|
| /Linux-v5.4/sound/pci/hda/ |
| D | hda_proc.c | 789 if (wid_caps & AC_WCAP_IN_AMP) in print_codec_info() 825 if (wid_caps & AC_WCAP_IN_AMP) { in print_codec_info()
|
| D | patch_via.c | 708 get_wcaps(codec, pin) | AC_WCAP_IN_AMP); in override_mic_boost()
|
| D | patch_sigmatel.c | 4783 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP) { in patch_stac92hd71bxx()
|
| D | patch_realtek.c | 5313 snd_hda_override_wcaps(codec, 0x1b, get_wcaps(codec, 0x1b) & ~AC_WCAP_IN_AMP); in alc_fixup_headset_mode_alc662() 5375 snd_hda_override_wcaps(codec, 0x1a, get_wcaps(codec, 0x1a) & ~AC_WCAP_IN_AMP); in alc256_fixup_dell_xps_13_headphone_noise2()
|
| D | patch_ca0132.c | 6707 if (get_wcaps(codec, pin) & AC_WCAP_IN_AMP) in init_input() 6712 if (adc && (get_wcaps(codec, adc) & AC_WCAP_IN_AMP)) { in init_input()
|
| D | hda_generic.c | 602 if (!(caps & AC_WCAP_IN_AMP)) in has_amp_in()
|
| /Linux-v5.4/sound/hda/ |
| D | hdac_sysfs.c | 222 if (nid != codec->afg && !(get_wcaps(codec, nid) & AC_WCAP_IN_AMP)) in amp_in_caps_show()
|