Release 4.7 sound/oss/mpu401.h
/* From uart401.c */
int probe_uart401 (struct address_info *hw_config, struct module *owner);
void unload_uart401 (struct address_info *hw_config);
irqreturn_t uart401intr (int irq, void *dev_id);
/* From mpu401.c */
int probe_mpu401(struct address_info *hw_config, struct resource *ports);
int attach_mpu401(struct address_info * hw_config, struct module *owner);
void unload_mpu401(struct address_info *hw_info);
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
pre-git | pre-git | 66 | 90.41% | 2 | 40.00% |
al viro | al viro | 5 | 6.85% | 1 | 20.00% |
arnaldo carvalho de melo | arnaldo carvalho de melo | 1 | 1.37% | 1 | 20.00% |
andrew morton | andrew morton | 1 | 1.37% | 1 | 20.00% |
| Total | 73 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.