Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dhda_controller.h209 int azx_probe_codecs(struct azx *chip, unsigned int max_slots);
H A Dhda_tegra.c564 err = azx_probe_codecs(chip, 8); in hda_tegra_probe_work()
H A Dhda_controller.c1193 int azx_probe_codecs(struct azx *chip, unsigned int max_slots) in azx_probe_codecs() function
1244 EXPORT_SYMBOL_GPL(azx_probe_codecs);
H A Dhda_intel.c2313 err = azx_probe_codecs(chip, azx_max_codecs[chip->driver_type]); in azx_probe_continue()