Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-codec.c207 void hda_codec_probe_bus(struct snd_sof_dev *sdev) in hda_codec_probe_bus() function
230 EXPORT_SYMBOL_NS_GPL(hda_codec_probe_bus, SND_SOC_SOF_HDA_AUDIO_CODEC);
H A Dhda.h724 void hda_codec_probe_bus(struct snd_sof_dev *sdev);
740 static inline void hda_codec_probe_bus(struct snd_sof_dev *sdev) { } in hda_codec_probe_bus() function
H A Dhda.c1051 hda_codec_probe_bus(sdev); in hda_init_caps()