summaryrefslogtreecommitdiff
path: root/firmware/export/wmcodec.h
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2006-12-06 10:24:59 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2006-12-06 10:24:59 +0000
commit77d039bab8591e991001bf8680f9915854483809 (patch)
treecf45a738b7c68e2fac18513965027901a4240787 /firmware/export/wmcodec.h
parent46a608bf07ec9d40bdd151e3283646682bb9e9bd (diff)
downloadrockbox-77d039bab8591e991001bf8680f9915854483809.tar.gz
rockbox-77d039bab8591e991001bf8680f9915854483809.zip
first step in audio driver unification: renaming the functions to audio_*
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11670 a1c6a512-1295-4272-9138-f99709370657
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