Home
last modified time | relevance | path

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

/Linux-v5.4/include/sound/
Dhdaudio.h196 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) in snd_hdac_is_power_on() function
209 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) { return 1; } in snd_hdac_is_power_on() function
/Linux-v5.4/sound/pci/hda/
Dhda_codec.c28 #define hda_codec_is_power_on(codec) snd_hdac_is_power_on(&codec->core)