Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/hda/ !
Dhda_controller.h210 int azx_probe_codecs(struct azx *chip, unsigned int max_slots);
Dhda_tegra.c564 err = azx_probe_codecs(chip, 8); in hda_tegra_probe_work()
Dhda_controller.c1200 int azx_probe_codecs(struct azx *chip, unsigned int max_slots) in azx_probe_codecs() function
1254 EXPORT_SYMBOL_GPL(azx_probe_codecs);
Dhda_intel.c2311 err = azx_probe_codecs(chip, azx_max_codecs[chip->driver_type]); in azx_probe_continue()