Home
last modified time | relevance | path

Searched refs:azx_probe_codecs (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/sound/pci/hda/
Dhda_controller.h208 int azx_probe_codecs(struct azx *chip, unsigned int max_slots);
Dhda_tegra.c562 err = azx_probe_codecs(chip, 8); in hda_tegra_probe_work()
Dhda_controller.c1195 int azx_probe_codecs(struct azx *chip, unsigned int max_slots) in azx_probe_codecs() function
1245 EXPORT_SYMBOL_GPL(azx_probe_codecs);
Dhda_intel.c2290 err = azx_probe_codecs(chip, azx_max_codecs[chip->driver_type]); in azx_probe_continue()