taglinefilesource code
tmp_devc1223drivers/sound/mpu401.cstruct mpu_config tmp_devc;
tmp_devc1225drivers/sound/mpu401.ctmp_devc.base = hw_config->io_base;
tmp_devc1226drivers/sound/mpu401.ctmp_devc.irq = hw_config->irq;
tmp_devc1227drivers/sound/mpu401.ctmp_devc.initialized = 0;
tmp_devc1228drivers/sound/mpu401.ctmp_devc.opened = 0;
tmp_devc1243drivers/sound/mpu401.cok = reset_mpu401 (&tmp_devc);