Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dhdaudio.h198 static inline bool snd_hdac_is_in_pm(struct hdac_device *codec) in snd_hdac_is_in_pm() function
215 static inline bool snd_hdac_is_in_pm(struct hdac_device *codec) { return false; } in snd_hdac_is_in_pm() function
/linux/sound/hda/common/
H A Dcodec.c27 #define codec_in_pm(codec) snd_hdac_is_in_pm(&codec->core)