summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-cowond2.h5
-rw-r--r--firmware/export/wm8985.h1
2 files changed, 4 insertions, 2 deletions
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 @@
49/* define this if you would like tagcache to build on this target */ 49/* define this if you would like tagcache to build on this target */
50//#define HAVE_TAGCACHE 50//#define HAVE_TAGCACHE
51 51
52/* FM Tuner 52/* FM Tuner */
53#define CONFIG_TUNER LV24020LP 53#define CONFIG_TUNER LV24020LP
54#define HAVE_TUNER_PWR_CTRL*/ 54#define HAVE_TUNER_PWR_CTRL
55#define HAVE_RADIO_REGION
55 56
56/* define this if you have a flash memory storage */ 57/* define this if you have a flash memory storage */
57#define HAVE_FLASH_STORAGE 58#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);
32 32
33extern void audiohw_set_headphone_vol(int vol_l, int vol_r); 33extern void audiohw_set_headphone_vol(int vol_l, int vol_r);
34extern void audiohw_set_lineout_vol(int vol_l, int vol_r); 34extern void audiohw_set_lineout_vol(int vol_l, int vol_r);
35extern void audiohw_set_aux_vol(int vol_l, int vol_r);
35 36
36#endif /* _WM8985_H */ 37#endif /* _WM8985_H */