Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dhdaudio.h194 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) in snd_hdac_is_power_on() function
207 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) { return 1; } in snd_hdac_is_power_on() function
/Linux-v4.19/sound/pci/hda/
Dhda_codec.c41 #define hda_codec_is_power_on(codec) snd_hdac_is_power_on(&codec->core)