Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-codec.c232 void hda_codec_check_for_state_change(struct snd_sof_dev *sdev) in hda_codec_check_for_state_change() function
243 EXPORT_SYMBOL_NS_GPL(hda_codec_check_for_state_change, SND_SOC_SOF_HDA_AUDIO_CODEC);
H A Dhda.h727 void hda_codec_check_for_state_change(struct snd_sof_dev *sdev);
743 static inline void hda_codec_check_for_state_change(struct snd_sof_dev *sdev) { } in hda_codec_check_for_state_change() function
H A Dhda.c1110 hda_codec_check_for_state_change(sdev); in hda_dsp_interrupt_thread()