From ad6b6d764bf736a243d3422b0b53d4b673c8e2fd Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Tue, 20 Jan 2009 22:55:10 +0000 Subject: cleanup audiohw_set_frequency by adding it to audiohw.h and removing it from all driver .h files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19806 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/as3514.h | 1 - 1 file changed, 1 deletion(-) (limited to 'firmware/export/as3514.h') diff --git a/firmware/export/as3514.h b/firmware/export/as3514.h index 9489d1a..aeabb16 100644 --- a/firmware/export/as3514.h +++ b/firmware/export/as3514.h @@ -26,7 +26,6 @@ extern int tenthdb2master(int db); extern void audiohw_set_master_vol(int vol_l, int vol_r); extern void audiohw_set_lineout_vol(int vol_l, int vol_r); -extern void audiohw_set_frequency(int fsel); /* Register Descriptions */ #define AS3514_LINE_OUT_R 0x00 -- cgit v1.1