Searched refs:snd_hdac_is_in_pm (Results 1 – 3 of 3) sorted by relevance
193 static inline bool snd_hdac_is_in_pm(struct hdac_device *codec) in snd_hdac_is_in_pm() function210 static inline bool snd_hdac_is_in_pm(struct hdac_device *codec) { return false; } in snd_hdac_is_in_pm() function
2573 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()
27 #define codec_in_pm(codec) snd_hdac_is_in_pm(&codec->core)