Home
last modified time | relevance | path

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

/linux/sound/hda/common/
H A Dhda_controller.h210 int azx_probe_codecs(struct azx *chip, unsigned int max_slots);
H A Dcontroller.c1186 int azx_probe_codecs(struct azx *chip, unsigned int max_slots) in azx_probe_codecs() function
1240 EXPORT_SYMBOL_GPL(azx_probe_codecs);
/linux/sound/hda/controllers/
H A Dacpi.c161 err = azx_probe_codecs(chip, 8); in hda_acpi_probe_work()
H A Dcix-ipbloq.c71 err = azx_probe_codecs(chip, 8); in cix_ipbloq_hda_probe_codec()
H A Dtegra.c601 err = azx_probe_codecs(chip, 8); in hda_tegra_probe_work()
H A Dintel.c2353 err = azx_probe_codecs(chip, azx_max_codecs[chip->driver_type]); in azx_probe_continue()