aboutsummaryrefslogtreecommitdiffstats
path: root/source/dac.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/dac.hpp')
-rw-r--r--source/dac.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/dac.hpp b/source/dac.hpp
index 9d529bf..dec1b36 100644
--- a/source/dac.hpp
+++ b/source/dac.hpp
@@ -17,8 +17,8 @@
namespace dac
{
void init();
- void write_start(dacsample_t *buffer, size_t count);
- void write_stop();
+ void write_start(unsigned int channel, dacsample_t *buffer, size_t count);
+ void write_stop(unsigned int channel);
}
#endif // STMDSP_DAC_HPP_