Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/sound/
A Dhdaudio.h201 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) in snd_hdac_is_power_on() function
214 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) { return true; } in snd_hdac_is_power_on() function
/linux-6.3-rc2/sound/pci/hda/
A Dhda_codec.c28 #define hda_codec_is_power_on(codec) snd_hdac_is_power_on(&codec->core)
645 if (!codec->jackpoll_interval && snd_hdac_is_power_on(&codec->core)) in hda_jackpoll_work()

Completed in 12 milliseconds