Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dintel-dsp-config.h24 int snd_intel_dsp_driver_probe(struct pci_dev *pci);
29 static inline int snd_intel_dsp_driver_probe(struct pci_dev *pci) in snd_intel_dsp_driver_probe() function
/linux/sound/hda/core/
H A Dintel-dsp-config.c647 int snd_intel_dsp_driver_probe(struct pci_dev *pci) in snd_intel_dsp_driver_probe() function
722 EXPORT_SYMBOL_GPL(snd_intel_dsp_driver_probe);
/linux/sound/soc/intel/avs/
H A Dcore.c431 ret = snd_intel_dsp_driver_probe(pci); in avs_pci_probe()
/linux/sound/hda/controllers/
H A Dintel.c2146 err = snd_intel_dsp_driver_probe(pci); in azx_probe()