Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-codec.c98 void hda_codec_jack_check(struct snd_sof_dev *sdev) in hda_codec_jack_check() function
115 EXPORT_SYMBOL_NS_GPL(hda_codec_jack_check, SND_SOC_SOF_HDA_AUDIO_CODEC);
239 hda_codec_jack_check(sdev); in hda_codec_check_for_state_change()
H A Dhda.h726 void hda_codec_jack_check(struct snd_sof_dev *sdev);
742 static inline void hda_codec_jack_check(struct snd_sof_dev *sdev) { } in hda_codec_jack_check() function
H A Dhda-dsp.c781 hda_codec_jack_check(sdev); in hda_resume()