Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-ctrl.c191 hda_codec_set_codec_wakeup(sdev, true); in hda_dsp_ctrl_init_chip()
254 hda_codec_set_codec_wakeup(sdev, false); in hda_dsp_ctrl_init_chip()
H A Dhda-codec.c338 void hda_codec_set_codec_wakeup(struct snd_sof_dev *sdev, bool status) in hda_codec_set_codec_wakeup() function
347 EXPORT_SYMBOL_NS_GPL(hda_codec_set_codec_wakeup, SND_SOC_SOF_HDA_AUDIO_CODEC);
H A Dhda.h735 void hda_codec_set_codec_wakeup(struct snd_sof_dev *sdev, bool status);
751 static inline void hda_codec_set_codec_wakeup(struct snd_sof_dev *sdev, bool status) { } in hda_codec_set_codec_wakeup() function