Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dhda_controller.h433 int azx_probe_codecs(struct azx *chip, unsigned int max_slots);
Dhda_tegra.c490 err = azx_probe_codecs(chip, 0); in hda_tegra_probe()
Dhda_controller.c1860 int azx_probe_codecs(struct azx *chip, unsigned int max_slots) in azx_probe_codecs() function
1910 EXPORT_SYMBOL_GPL(azx_probe_codecs);
Dhda_intel.c1937 err = azx_probe_codecs(chip, azx_max_codecs[chip->driver_type]); in azx_probe_continue()