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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gaudout/driver.h b/src/gaudout/driver.h
index cd9ab01b..8e72dff4 100644
--- a/src/gaudout/driver.h
+++ b/src/gaudout/driver.h
@@ -62,12 +62,13 @@ void gaudoutReleaseDataBlockI(GAudioData *paud);
*
* @param[in] channel The channel to use (see the driver for the available channels provided)
* @param[in] frequency The sample frequency to use
+ * @param[in] format The sample format
*
* @note The driver will always have been stopped and de-init before this is called.
*
* @api
*/
-bool_t gaudout_lld_init(uint16_t channel, uint32_t frequency);
+bool_t gaudout_lld_init(uint16_t channel, uint32_t frequency, ArrayDataFormat format);
/**
* @brief De-Initialise the driver