SPDIF chanend param to clockGen now nullable

This commit is contained in:
Ross Owen
2014-09-15 15:59:10 +01:00
parent 48d36ccbf9
commit a17b4b3ebb
2 changed files with 2 additions and 2 deletions

View File

@@ -13,6 +13,6 @@
* \param c_clk_int channel connected to the decouple() thread for clock
interrupts
*/
void clockGen (streaming chanend c_spdif_rx, chanend ?c_adat_rx, out port p, chanend c_audio, chanend c_clk_ctl, chanend c_clk_int);
void clockGen (streaming chanend ?c_spdif_rx, chanend ?c_adat_rx, out port p, chanend c_audio, chanend c_clk_ctl, chanend c_clk_int);
#endif