Remove i2c chanend argument from config functions.

This commit is contained in:
Russell
2011-11-17 15:17:26 +00:00
parent 9a3b011c95
commit 36246a4f2d
5 changed files with 12 additions and 14 deletions

View File

@@ -12,9 +12,7 @@
* 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, chanend ?c_i2c);
void audio(chanend c_in, chanend ?c_dig, chanend ?c_config);
#endif // __audio_h__