diff options
author | Rob Purchase <shotofadds@rockbox.org> | 2009-03-21 00:13:20 +0000 |
---|---|---|
committer | Rob Purchase <shotofadds@rockbox.org> | 2009-03-21 00:13:20 +0000 |
commit | 1a6bcfa2c1545fc66aac40c88dba3a6f804d6227 (patch) | |
tree | 11069b2e03848d5e928fa98d7201fb64f75ef389 /firmware/export/wm8985.h | |
parent | d63a8fcb7b0f4835a5acdb6c0dcb0783b6d3bba7 (diff) |
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
Diffstat (limited to 'firmware/export/wm8985.h')
-rw-r--r-- | firmware/export/wm8985.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |