iAP: lingo 1 (microphone)

Change-Id: I65da2064951972368a2880d271280e5b5ae878fe
This commit is contained in:
Cástor Muñoz 2014-12-06 23:28:31 +01:00
parent b2d650f511
commit be5fc0ff7f
7 changed files with 271 additions and 1 deletions

View file

@ -18,6 +18,9 @@
****************************************************************************/
void iap_handlepkt_mode0(const unsigned int len, const unsigned char *buf);
#ifdef HAVE_LINE_REC
void iap_handlepkt_mode1(const unsigned int len, const unsigned char *buf);
#endif
void iap_handlepkt_mode2(const unsigned int len, const unsigned char *buf);
void iap_handlepkt_mode3(const unsigned int len, const unsigned char *buf);
void iap_handlepkt_mode4(const unsigned int len, const unsigned char *buf);