Home
last modified time | relevance | path

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

/sound/oss/
Dad1848.h18 int ad1848_detect (struct resource *ports, int *flags, int *osp);
Dad1848.c1537 int ad1848_detect(struct resource *ports, int *ad_flags, int *osp) in ad1848_detect() function
2518 return ad1848_detect(ports, NULL, hw_config->osp); in probe_ms_sound()
2544 if (!(ret = ad1848_detect(ports, NULL, hw_config->osp))) in probe_ms_sound()
2557 if (!(ret = ad1848_detect(ports, NULL, hw_config->osp))) in probe_ms_sound()
2592 return ad1848_detect(ports, NULL, hw_config->osp); in probe_ms_sound()
2803 EXPORT_SYMBOL(ad1848_detect);
Dtrix.c217 ret = ad1848_detect(ports, NULL, hw_config->osp); in init_trix_wss()