Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/sof/intel/
H A Dhda-probes.c137 int hda_probes_register(struct snd_sof_dev *sdev) in hda_probes_register() function
142 EXPORT_SYMBOL_NS(hda_probes_register, "SND_SOC_SOF_INTEL_HDA_COMMON");
H A Dhda.h941 int hda_probes_register(struct snd_sof_dev *sdev);
944 static inline int hda_probes_register(struct snd_sof_dev *sdev) in hda_probes_register() function
H A Dhda.c1521 return hda_probes_register(sdev); in hda_register_clients()