Copy across from apps_usb_aud_shared

This commit is contained in:
Russell Gallop
2011-07-08 15:12:28 +01:00
parent 0235ee8dcc
commit 7bc53853c4
14 changed files with 248 additions and 305 deletions

View File

@@ -12,7 +12,9 @@
* receiving/transmitting samples
* \param c_config An optional channel that will be passed on to the
* CODEC configuration functions.
* \param c_i2c An optional channel that will be passed on to the
* functions requiring i2c.
*/
void audio(chanend c_in, chanend ?c_dig, chanend ?c_config);
void audio(chanend c_in, chanend ?c_dig, chanend ?c_config, chanend ?c_i2c);
#endif // __audio_h__