diff options
| author | Torne Wuff <torne@wolfpuppy.org.uk> | 2010-04-13 21:47:09 +0000 |
|---|---|---|
| committer | Torne Wuff <torne@wolfpuppy.org.uk> | 2010-04-13 21:47:09 +0000 |
| commit | d48d3d467d7c1d9b2ce330e0f7c50c92e9a59c09 (patch) | |
| tree | ea23263bc81fb70428aae6fb3bf99b98b5ca94eb | |
| parent | 17a4c0715dcfe26af7f8b145d603a9e27589d130 (diff) | |
| download | rockbox-d48d3d467d7c1d9b2ce330e0f7c50c92e9a59c09.zip rockbox-d48d3d467d7c1d9b2ce330e0f7c50c92e9a59c09.tar.gz rockbox-d48d3d467d7c1d9b2ce330e0f7c50c92e9a59c09.tar.bz2 rockbox-d48d3d467d7c1d9b2ce330e0f7c50c92e9a59c09.tar.xz | |
Enable SW tone control on gigabeat S, since HW tone controls for its DAC are not implemented yet
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25641 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config/gigabeats.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h index ccb191b..6d0c25a 100644 --- a/firmware/export/config/gigabeats.h +++ b/firmware/export/config/gigabeats.h @@ -90,6 +90,9 @@ /* Define this if you have the WM8978 audio codec */ #define HAVE_WM8978 +/* Tone controls for WM8978 have not been implemented yet */ +#define HAVE_SW_TONE_CONTROLS + /* Define bitmask of input sources - recordable bitmask can be defined explicitly if different */ #define INPUT_SRC_CAPS SRC_CAP_FMRADIO |