Initial INC MR3 commit with EVO/BRAVO included and majority of the compile warnings ...
/sound/oss/sequencer.c
blob:c79874696becfdf81c4f42793ff44eee35bd103e -> blob:5cb171d903fb93d2a8449b4435a1b7d598f299f8
--- sound/oss/sequencer.c
+++ sound/oss/sequencer.c
@@ -241,7 +241,7 @@ int sequencer_write(int dev, struct file
return -ENXIO;
fmt = (*(short *) &event_rec[0]) & 0xffff;
- err = synth_devs[dev]->load_patch(dev, fmt, buf, p + 4, c, 0);
+ err = synth_devs[dev]->load_patch(dev, fmt, buf + p, c, 0);
if (err < 0)
return err;