Home
last modified time | relevance | path

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

/Linux-v5.4/include/sound/
Dhdaudio.h191 static inline bool snd_hdac_is_in_pm(struct hdac_device *codec) in snd_hdac_is_in_pm() function
208 static inline bool snd_hdac_is_in_pm(struct hdac_device *codec) { return 0; } in snd_hdac_is_in_pm() function
/Linux-v5.4/sound/pci/hda/
Dpatch_hdmi.c2515 if (snd_hdac_is_in_pm(&codec->core)) in generic_acomp_pin_eld_notify()
2716 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)