taglinefilesource code
tmp_devc1181drivers/sound/mpu401.cstruct mpu_config tmp_devc;
tmp_devc1183drivers/sound/mpu401.ctmp_devc.base = hw_config->io_base;
tmp_devc1184drivers/sound/mpu401.ctmp_devc.irq = hw_config->irq;
tmp_devc1185drivers/sound/mpu401.ctmp_devc.initialized = 0;
tmp_devc1187drivers/sound/mpu401.cok = reset_mpu401 (&tmp_devc);