summaryrefslogtreecommitdiff
path: root/firmware/export/wmcodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/wmcodec.h')
-rw-r--r--firmware/export/wmcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/wmcodec.h b/firmware/export/wmcodec.h
index f1c5e20ea9..1079a80498 100644
--- a/firmware/export/wmcodec.h
+++ b/firmware/export/wmcodec.h
@@ -18,6 +18,6 @@
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20void i2s_reset(void); 20void i2s_reset(void);
21int wmcodec_init(void); 21int audiohw_init(void);
22void wmcodec_write(int reg, int data); 22void wmcodec_write(int reg, int data);
23 23