c_clk_int param (and associated functionality) removed from decouple

This commit is contained in:
Ross Owen
2014-07-29 12:50:33 +01:00
parent 95a1770e31
commit 5e0e063c10
2 changed files with 15 additions and 24 deletions

View File

@@ -6,12 +6,10 @@
* Audio I/O driver.
*
* \param c_audio_out Channel connected to the audio() or mixer() threads
* \param c_clk_int Optional chanend connected to the clockGen() thread if present
*/
void decouple(chanend c_audio_out,
chanend ?c_clk_int
void decouple(chanend c_audio_out
#ifdef CHAN_BUFF_CTRL
, chanend c_buff_ctrl
, chanend c_buff_ctrl
#endif
);