Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dsb_card.c196 *opl_dev[SB_CARDS_MAX] = {NULL}; variable
791 …if((opl_dev[card] = isapnp_find_dev(bus, sb_isapnp_list[slot].opl_vendor, sb_isapnp_list[slot].opl… in sb_init()
792 int ret = opl_dev[card]->prepare(opl_dev[card]); in sb_init()
804 opl_dev[card]->irq_resource[0].flags = 0; in sb_init()
805 opl_dev[card]->dma_resource[0].flags = 0; in sb_init()
807 opl_dev[card] = activate_dev(sb_isapnp_list[slot].name, "opl3", opl_dev[card]); in sb_init()
1010 if(!opl_activated[i] && opl_dev[i]) in cleanup_sb()
1011 opl_dev[i]->deactivate(opl_dev[i]); in cleanup_sb()