Searched refs:AC_WCAP_OUT_AMP (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_verbs.h | 163 #define AC_WCAP_OUT_AMP (1<<2) /* AMP-out present */ macro
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_verbs.h | 163 #define AC_WCAP_OUT_AMP (1<<2) /* AMP-out present */ macro
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_proc.c | 791 if (wid_caps & AC_WCAP_OUT_AMP) in print_codec_info() 838 if (wid_caps & AC_WCAP_OUT_AMP) { in print_codec_info()
|
H A D | patch_hdmi.c | 458 if (get_wcaps(codec, pin_nid) & AC_WCAP_OUT_AMP) in hdmi_init_pin() 746 if (get_wcaps(codec, pin_nid) & AC_WCAP_OUT_AMP) in hdmi_setup_audio_infoframe() 3149 if (get_wcaps(codec, pin) & AC_WCAP_OUT_AMP) in simple_playback_init()
|
H A D | hda_codec.c | 2379 if ((get_wcaps(codec, nid) & AC_WCAP_OUT_AMP) && in set_spdif_ctls()
|
H A D | patch_ca0132.c | 7256 if (get_wcaps(codec, pin) & AC_WCAP_OUT_AMP) in init_output() 7261 if (dac && (get_wcaps(codec, dac) & AC_WCAP_OUT_AMP)) in init_output()
|
H A D | hda_generic.c | 622 if (!(caps & AC_WCAP_OUT_AMP)) in has_amp_out()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_proc.c | 827 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 D | patch_hdmi.c | 471 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() 3282 if (get_wcaps(codec, pin) & AC_WCAP_OUT_AMP) in simple_playback_init()
|
H A D | hda_codec.c | 2363 if ((get_wcaps(codec, nid) & AC_WCAP_OUT_AMP) && in set_spdif_ctls()
|
H A D | patch_ca0132.c | 7376 if (get_wcaps(codec, pin) & AC_WCAP_OUT_AMP) in init_output() 7381 if (dac && (get_wcaps(codec, dac) & AC_WCAP_OUT_AMP)) in init_output()
|
H A D | hda_generic.c | 622 if (!(caps & AC_WCAP_OUT_AMP)) in has_amp_out()
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_sysfs.c | 231 if (nid != codec->afg && !(get_wcaps(codec, nid) & AC_WCAP_OUT_AMP)) in amp_out_caps_show()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_sysfs.c | 231 if (nid != codec->afg && !(get_wcaps(codec, nid) & AC_WCAP_OUT_AMP)) in amp_out_caps_show()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | hdac_hdmi.c | 761 if (get_wcaps(hdev, nid) & AC_WCAP_OUT_AMP) in hdac_hdmi_set_amp()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | hdac_hdmi.c | 761 if (get_wcaps(hdev, nid) & AC_WCAP_OUT_AMP) in hdac_hdmi_set_amp()
|
Completed in 83 milliseconds