aboutsummaryrefslogtreecommitdiff
path: root/libopna/opnafm.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopna/opnafm.h')
-rw-r--r--libopna/opnafm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libopna/opnafm.h b/libopna/opnafm.h
index 1a7f55a..b62556e 100644
--- a/libopna/opnafm.h
+++ b/libopna/opnafm.h
@@ -88,7 +88,8 @@ struct opna_fm {
};
void opna_fm_reset(struct opna_fm *fm);
-void opna_fm_mix(struct opna_fm *fm, int16_t *buf, unsigned samples);
+struct oscillodata;
+void opna_fm_mix(struct opna_fm *fm, int16_t *buf, unsigned samples, struct oscillodata *oscillo, unsigned offset);
void opna_fm_writereg(struct opna_fm *fm, unsigned reg, unsigned val);
//