taglinefilesource code
tmp_devc1289drivers/sound/mpu401.cstruct mpu_config tmp_devc;
tmp_devc1298drivers/sound/mpu401.ctmp_devc.base = hw_config->io_base;
tmp_devc1299drivers/sound/mpu401.ctmp_devc.irq = hw_config->irq;
tmp_devc1300drivers/sound/mpu401.ctmp_devc.initialized = 0;
tmp_devc1301drivers/sound/mpu401.ctmp_devc.opened = 0;
tmp_devc1302drivers/sound/mpu401.ctmp_devc.osp = hw_config->osp;
tmp_devc1313drivers/sound/mpu401.cok = reset_mpu401 (&tmp_devc);