From 1a6bcfa2c1545fc66aac40c88dba3a6f804d6227 Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Sat, 21 Mar 2009 00:13:20 +0000 Subject: D2: Enable FM radio (based on FS#10035 by Michael Burtin with some changes by myself). Also updates the LV24020 driver to add optional logf debugging. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20420 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-cowond2.h | 5 +++-- firmware/export/wm8985.h | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index 2b3b09cb09..85e46f9b30 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -49,9 +49,10 @@ /* define this if you would like tagcache to build on this target */ //#define HAVE_TAGCACHE -/* FM Tuner +/* FM Tuner */ #define CONFIG_TUNER LV24020LP -#define HAVE_TUNER_PWR_CTRL*/ +#define HAVE_TUNER_PWR_CTRL +#define HAVE_RADIO_REGION /* define this if you have a flash memory storage */ #define HAVE_FLASH_STORAGE diff --git a/firmware/export/wm8985.h b/firmware/export/wm8985.h index 0827d4388f..5d036a672f 100644 --- a/firmware/export/wm8985.h +++ b/firmware/export/wm8985.h @@ -32,5 +32,6 @@ extern int tenthdb2master(int db); extern void audiohw_set_headphone_vol(int vol_l, int vol_r); extern void audiohw_set_lineout_vol(int vol_l, int vol_r); +extern void audiohw_set_aux_vol(int vol_l, int vol_r); #endif /* _WM8985_H */ -- cgit v1.2.3