aboutsummaryrefslogtreecommitdiffstats
path: root/src/gaudout/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gaudout/driver.h')
-rw-r--r--src/gaudout/driver.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gaudout/driver.h b/src/gaudout/driver.h
index 8e72dff4..bd00d06d 100644
--- a/src/gaudout/driver.h
+++ b/src/gaudout/driver.h
@@ -57,6 +57,16 @@ GAudioData *gaudoutGetDataBlockI(void);
void gaudoutReleaseDataBlockI(GAudioData *paud);
/**
+ * @brief Signal that all playing has now stopped
+ *
+ * @note Defined in the high level GAUDOUT code for use by the GAUDOUT drivers.
+ *
+ * @iclass
+ * @notapi
+ */
+void gaudoutDoneI(void);
+
+/**
* @brief Initialise the driver
* @return TRUE if the channel and frequency are valid.
*