summaryrefslogtreecommitdiff
path: root/firmware/export/wm8758.h
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2007-11-20 10:28:53 +0000
committerChristian Gmeiner <christian.gmeiner@gmail.com>2007-11-20 10:28:53 +0000
commit41a67a7e905ff0ef7b968353bfe37c6865fc146e (patch)
tree5cc52676612583b59f871f13389d693a0a8100ef /firmware/export/wm8758.h
parent43cb7c3549bfe033ecc5d8371abdfd2ac5222e0d (diff)
downloadrockbox-41a67a7e905ff0ef7b968353bfe37c6865fc146e.zip
rockbox-41a67a7e905ff0ef7b968353bfe37c6865fc146e.tar.gz
rockbox-41a67a7e905ff0ef7b968353bfe37c6865fc146e.tar.bz2
rockbox-41a67a7e905ff0ef7b968353bfe37c6865fc146e.tar.xz
get rid of audiohw_reset
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15720 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/wm8758.h')
-rw-r--r--firmware/export/wm8758.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/wm8758.h b/firmware/export/wm8758.h
index 62fb04a..6d3220a 100644
--- a/firmware/export/wm8758.h
+++ b/firmware/export/wm8758.h
@@ -27,7 +27,6 @@
extern int tenthdb2master(int db);
extern int tenthdb2mixer(int db);
-extern void audiohw_reset(void);
extern void audiohw_enable_output(bool enable);
extern int audiohw_set_master_vol(int vol_l, int vol_r);
extern int audiohw_set_lineout_vol(int vol_l, int vol_r);