Home
last modified time | relevance | path

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

/sound/oss/
Dsb_card.c118 if(scc->mpucnf.io_base > 0) { in sb_register_oss()
121 if(!probe_sbmpu(&scc->mpucnf, THIS_MODULE)) in sb_register_oss()
132 unload_sbmpu(&scc->mpucnf); in sb_unload()
152 legacy->mpucnf.io_base = mpu_io; in sb_init_legacy()
153 legacy->mpucnf.irq = -1; in sb_init_legacy()
154 legacy->mpucnf.dma = -1; in sb_init_legacy()
155 legacy->mpucnf.dma2 = -1; in sb_init_legacy()
173 scc->mpucnf.io_base = -1; in sb_dev2cfg()
174 scc->mpucnf.irq = -1; in sb_dev2cfg()
175 scc->mpucnf.dma = -1; in sb_dev2cfg()
[all …]
Dsb_card.h13 struct address_info mpucnf; member