Home
last modified time | relevance | path

Searched refs:snd_hdac_power_up (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/sound/hda/
A Dhdac_device.c567 int snd_hdac_power_up(struct hdac_device *codec) in snd_hdac_power_up() function
571 EXPORT_SYMBOL_GPL(snd_hdac_power_up);
602 return snd_hdac_power_up(codec); in snd_hdac_power_up_pm()
/linux-6.3-rc2/include/sound/
A Dhdaudio.h178 int snd_hdac_power_up(struct hdac_device *codec);
206 static inline int snd_hdac_power_up(struct hdac_device *codec) { return 0; } in snd_hdac_power_up() function
A Dhda_codec.h496 #define snd_hda_power_up(codec) snd_hdac_power_up(&(codec)->core)

Completed in 9 milliseconds