Searched refs:snd_hdac_is_power_on (Results 1 – 2 of 2) sorted by relevance
194 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) in snd_hdac_is_power_on() function207 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) { return 1; } in snd_hdac_is_power_on() function
41 #define hda_codec_is_power_on(codec) snd_hdac_is_power_on(&codec->core)