From 30c59a00956142aafda87c0bdc71c46d1a2218ff Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Mon, 27 Mar 2017 23:33:40 +0900 Subject: add oscilloscope view --- libopna/opnafm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libopna/opnafm.h') 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); // -- cgit v1.2.3