summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorne Wuff <torne@wolfpuppy.org.uk>2010-04-13 21:47:09 +0000
committerTorne Wuff <torne@wolfpuppy.org.uk>2010-04-13 21:47:09 +0000
commitd48d3d467d7c1d9b2ce330e0f7c50c92e9a59c09 (patch)
treeea23263bc81fb70428aae6fb3bf99b98b5ca94eb
parent17a4c0715dcfe26af7f8b145d603a9e27589d130 (diff)
downloadrockbox-d48d3d467d7c1d9b2ce330e0f7c50c92e9a59c09.tar.gz
rockbox-d48d3d467d7c1d9b2ce330e0f7c50c92e9a59c09.zip
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h
index ccb191b9ca..6d0c25a4d6 100644
--- a/firmware/export/config/gigabeats.h
+++ b/firmware/export/config/gigabeats.h
@@ -90,6 +90,9 @@
90/* Define this if you have the WM8978 audio codec */ 90/* Define this if you have the WM8978 audio codec */
91#define HAVE_WM8978 91#define HAVE_WM8978
92 92
93/* Tone controls for WM8978 have not been implemented yet */
94#define HAVE_SW_TONE_CONTROLS
95
93/* Define bitmask of input sources - recordable bitmask can be defined 96/* Define bitmask of input sources - recordable bitmask can be defined
94 explicitly if different */ 97 explicitly if different */
95#define INPUT_SRC_CAPS SRC_CAP_FMRADIO 98#define INPUT_SRC_CAPS SRC_CAP_FMRADIO