taglinefilesource code
tmp_devc1261drivers/sound/mpu401.cstruct mpu_config tmp_devc;
tmp_devc1270drivers/sound/mpu401.ctmp_devc.base = hw_config->io_base;
tmp_devc1271drivers/sound/mpu401.ctmp_devc.irq = hw_config->irq;
tmp_devc1272drivers/sound/mpu401.ctmp_devc.initialized = 0;
tmp_devc1273drivers/sound/mpu401.ctmp_devc.opened = 0;
tmp_devc1274drivers/sound/mpu401.ctmp_devc.osp = hw_config->osp;
tmp_devc1292drivers/sound/mpu401.cok = reset_mpu401 (&tmp_devc);