Searched refs:ad1848_detect (Results 1 – 3 of 3) sorted by relevance
/sound/oss/ |
D | ad1848.h | 18 int ad1848_detect (struct resource *ports, int *flags, int *osp);
|
D | ad1848.c | 1537 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);
|
D | trix.c | 217 ret = ad1848_detect(ports, NULL, hw_config->osp); in init_trix_wss()
|