summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/as3525-codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/as3525-codec.h')
-rw-r--r--firmware/target/arm/as3525/as3525-codec.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/target/arm/as3525/as3525-codec.h b/firmware/target/arm/as3525/as3525-codec.h
index ce6929e152..6e6145bb77 100644
--- a/firmware/target/arm/as3525/as3525-codec.h
+++ b/firmware/target/arm/as3525/as3525-codec.h
@@ -19,9 +19,9 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22void as3525_codec_init(void); 22void ascodec_init(void);
23 23
24int as3525_codec_write(int index, int value); 24int ascodec_write(int index, int value);
25int as3525_codec_read(int index); 25int ascodec_read(int index);
26 26
27 27