summaryrefslogtreecommitdiff
path: root/firmware/export/as3514.h
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2007-06-11 23:39:07 +0000
committerChristian Gmeiner <christian.gmeiner@gmail.com>2007-06-11 23:39:07 +0000
commit23279cd43adbd513102a033f4383bfda8d3770c4 (patch)
treea349febe721de4d5025d33ef0fa855503d2a5118 /firmware/export/as3514.h
parentcfe0f4826a7439e5d9a931fec0cd28707af03ea5 (diff)
downloadrockbox-23279cd43adbd513102a033f4383bfda8d3770c4.tar.gz
rockbox-23279cd43adbd513102a033f4383bfda8d3770c4.zip
some little more work on audio codec driver unification - more will follow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13620 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/as3514.h')
-rw-r--r--firmware/export/as3514.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/as3514.h b/firmware/export/as3514.h
index 5f37fd7fcf..98656c701d 100644
--- a/firmware/export/as3514.h
+++ b/firmware/export/as3514.h
@@ -29,7 +29,6 @@ extern int audiohw_init(void);
29extern void audiohw_enable_output(bool enable); 29extern void audiohw_enable_output(bool enable);
30extern int audiohw_set_master_vol(int vol_l, int vol_r); 30extern int audiohw_set_master_vol(int vol_l, int vol_r);
31extern int audiohw_set_lineout_vol(int vol_l, int vol_r); 31extern int audiohw_set_lineout_vol(int vol_l, int vol_r);
32extern int audiohw_mute(int mute);
33extern void audiohw_close(void); 32extern void audiohw_close(void);
34extern void audiohw_set_sample_rate(int sampling_control); 33extern void audiohw_set_sample_rate(int sampling_control);
35 34