Searched refs:AC_WCAP_IN_AMP (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_verbs.h | 162 #define AC_WCAP_IN_AMP (1<<1) /* AMP-in present */ macro
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_verbs.h | 162 #define AC_WCAP_IN_AMP (1<<1) /* AMP-in present */ macro
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A 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()
|
H A D | patch_via.c | 709 get_wcaps(codec, pin) | AC_WCAP_IN_AMP); in override_mic_boost()
|
H A D | patch_ca0132.c | 7270 if (get_wcaps(codec, pin) & AC_WCAP_IN_AMP) in init_input() 7275 if (adc && (get_wcaps(codec, adc) & AC_WCAP_IN_AMP)) { in init_input()
|
H A D | patch_sigmatel.c | 4802 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP) { in patch_stac92hd71bxx()
|
H A D | hda_generic.c | 608 if (!(caps & AC_WCAP_IN_AMP)) in has_amp_in()
|
H A D | patch_realtek.c | 6033 snd_hda_override_wcaps(codec, 0x1b, get_wcaps(codec, 0x1b) & ~AC_WCAP_IN_AMP); in alc_fixup_headset_mode_alc662()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_proc.c | 825 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 D | patch_via.c | 707 get_wcaps(codec, pin) | AC_WCAP_IN_AMP); in override_mic_boost()
|
H A D | patch_ca0132.c | 7390 if (get_wcaps(codec, pin) & AC_WCAP_IN_AMP) in init_input() 7395 if (adc && (get_wcaps(codec, adc) & AC_WCAP_IN_AMP)) { in init_input()
|
H A D | patch_sigmatel.c | 4797 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP) { in patch_stac92hd71bxx()
|
H A D | hda_generic.c | 608 if (!(caps & AC_WCAP_IN_AMP)) in has_amp_in()
|
H A D | patch_realtek.c | 6108 snd_hda_override_wcaps(codec, 0x1b, get_wcaps(codec, 0x1b) & ~AC_WCAP_IN_AMP); in alc_fixup_headset_mode_alc662()
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_sysfs.c | 222 if (nid != codec->afg && !(get_wcaps(codec, nid) & AC_WCAP_IN_AMP)) in amp_in_caps_show()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_sysfs.c | 222 if (nid != codec->afg && !(get_wcaps(codec, nid) & AC_WCAP_IN_AMP)) in amp_in_caps_show()
|
Completed in 91 milliseconds