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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/as3525/as3525-codec.h b/firmware/target/arm/as3525/as3525-codec.h
index 9d694554c6..ce6929e152 100644
--- a/firmware/target/arm/as3525/as3525-codec.h
+++ b/firmware/target/arm/as3525/as3525-codec.h
@@ -5,7 +5,7 @@
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id: $ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2008 by Bertrik Sikken 10 * Copyright (C) 2008 by Bertrik Sikken
11 * 11 *
@@ -22,6 +22,6 @@
22void as3525_codec_init(void); 22void as3525_codec_init(void);
23 23
24int as3525_codec_write(int index, int value); 24int as3525_codec_write(int index, int value);
25int as3525_codec_read(int index); 25int as3525_codec_read(int index);
26 26
27 27