Searched refs:snd_hdac_is_power_on (Results 1 – 3 of 3) sorted by relevance
203 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) in snd_hdac_is_power_on() function216 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) { return true; } in snd_hdac_is_power_on() function
28 #define hda_codec_is_power_on(codec) snd_hdac_is_power_on(&codec->core)643 if (!codec->jackpoll_interval && snd_hdac_is_power_on(&codec->core)) in hda_jackpoll_work()
4997 if (!snd_hdac_is_power_on(&codec->core)) in snd_hda_gen_shutup_speakers()
Completed in 27 milliseconds