Searched refs:snd_hdac_set_codec_wakeup (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/include/sound/ |
D | hda_component.h | 14 int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable); 29 static inline int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable) in snd_hdac_set_codec_wakeup() function
|
/linux-5.19.10/sound/hda/ |
D | hdac_component.c | 35 int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable) in snd_hdac_set_codec_wakeup() function 52 EXPORT_SYMBOL_GPL(snd_hdac_set_codec_wakeup); 89 snd_hdac_set_codec_wakeup(bus, true); in snd_hdac_display_power() 90 snd_hdac_set_codec_wakeup(bus, false); in snd_hdac_display_power()
|
/linux-5.19.10/sound/soc/sof/intel/ |
D | hda-ctrl.c | 198 snd_hdac_set_codec_wakeup(bus, true); in hda_dsp_ctrl_init_chip() 296 snd_hdac_set_codec_wakeup(bus, false); in hda_dsp_ctrl_init_chip()
|
/linux-5.19.10/sound/soc/intel/skylake/ |
D | skl.c | 133 snd_hdac_set_codec_wakeup(bus, true); in skl_init_chip() 142 snd_hdac_set_codec_wakeup(bus, false); in skl_init_chip()
|
/linux-5.19.10/sound/pci/hda/ |
D | hda_intel.c | 558 snd_hdac_set_codec_wakeup(bus, true); in hda_intel_init_chip() 571 snd_hdac_set_codec_wakeup(bus, false); in hda_intel_init_chip()
|