aboutsummaryrefslogtreecommitdiffstats
path: root/src/gaudout/driver.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-03-05 13:45:37 +1000
committerinmarket <andrewh@inmarket.com.au>2014-03-05 13:45:37 +1000
commite762e91bd5d5347071c3b43fbdb021376584c267 (patch)
treefdb17e76a67cc9eb163735dd7adf5d2911fd27ee /src/gaudout/driver.h
parent68a0be8110d2dea408890f819bae443b9b476f84 (diff)
downloaduGFX-e762e91bd5d5347071c3b43fbdb021376584c267.tar.gz
uGFX-e762e91bd5d5347071c3b43fbdb021376584c267.tar.bz2
uGFX-e762e91bd5d5347071c3b43fbdb021376584c267.zip
Updates to GAUDOUT.
Add Events to the GAUDOUT api.
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.
*