mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
iAP: lingo 1 (microphone)
Change-Id: I65da2064951972368a2880d271280e5b5ae878fe
This commit is contained in:
parent
b2d650f511
commit
be5fc0ff7f
7 changed files with 271 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue