Home
last modified time | relevance | path

Searched refs:snd_hdac_is_power_on (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/sound/
H A Dhdaudio.h198 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) in snd_hdac_is_power_on() function
211 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) { return true; } in snd_hdac_is_power_on() function
/kernel/linux/linux-6.6/include/sound/
H A Dhdaudio.h202 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) in snd_hdac_is_power_on() function
215 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) { return true; } in snd_hdac_is_power_on() function
/kernel/linux/linux-5.10/sound/pci/hda/
H 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()
/kernel/linux/linux-6.6/sound/pci/hda/
H 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 15 milliseconds