mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Rename functions as3525_codec_* to ascodec_* to prepare re-use of as3514 code for sansa v2 players
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19047 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aef27e1f0c
commit
4ca4e523fe
4 changed files with 9 additions and 9 deletions
|
|
@ -19,9 +19,9 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
void as3525_codec_init(void);
|
||||
void ascodec_init(void);
|
||||
|
||||
int as3525_codec_write(int index, int value);
|
||||
int as3525_codec_read(int index);
|
||||
int ascodec_write(int index, int value);
|
||||
int ascodec_read(int index);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue