Home
last modified time | relevance | path

Searched refs:ad1848_detect (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/sound/oss/
Dad1848.h18 int ad1848_detect (struct resource *ports, int *flags, int *osp);
Dad1848.c1533 int ad1848_detect(struct resource *ports, int *ad_flags, int *osp) in ad1848_detect() function
2514 return ad1848_detect(ports, NULL, hw_config->osp); in probe_ms_sound()
2540 if (!(ret = ad1848_detect(ports, NULL, hw_config->osp))) in probe_ms_sound()
2553 if (!(ret = ad1848_detect(ports, NULL, hw_config->osp))) in probe_ms_sound()
2588 return ad1848_detect(ports, NULL, hw_config->osp); in probe_ms_sound()
2799 EXPORT_SYMBOL(ad1848_detect);
Dtrix.c217 ret = ad1848_detect(ports, NULL, hw_config->osp); in init_trix_wss()