Home
last modified time | relevance | path

Searched refs:snd_hdac_is_in_pm (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/sound/
Dhdaudio.h193 static inline bool snd_hdac_is_in_pm(struct hdac_device *codec) in snd_hdac_is_in_pm() function
210 static inline bool snd_hdac_is_in_pm(struct hdac_device *codec) { return false; } in snd_hdac_is_in_pm() function
/Linux-v5.10/sound/pci/hda/
Dpatch_hdmi.c2573 if (snd_hdac_is_in_pm(&codec->core)) in generic_acomp_pin_eld_notify()
2759 if (snd_hdac_is_in_pm(&codec->core)) in intel_pin_eld_notify()
Dhda_codec.c27 #define codec_in_pm(codec) snd_hdac_is_in_pm(&codec->core)