summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2018-03-13 23:05:08 +0100
committerMarcin Bukat <marcin.bukat@gmail.com>2018-06-12 10:31:15 +0200
commit937589ca3a0a9aad62f7f181c9256244a6d2f418 (patch)
tree6642a512b905c3687b13925eefbee682dbaefed4
parent7692558674be24dfe51d7be84b4d01995c23e67b (diff)
downloadrockbox-937589ca3a0a9aad62f7f181c9256244a6d2f418.tar.gz
rockbox-937589ca3a0a9aad62f7f181c9256244a6d2f418.zip
Agptek Rocker: Add bass, treble and balance controls
Change-Id: Ib84620850bbdc81afbdfff1610a0be7eab4f0ac0
-rw-r--r--firmware/export/config/agptekrocker.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/agptekrocker.h b/firmware/export/config/agptekrocker.h
index 6a0a6689b3..fa010a109f 100644
--- a/firmware/export/config/agptekrocker.h
+++ b/firmware/export/config/agptekrocker.h
@@ -112,6 +112,9 @@
112/* Audio codec */ 112/* Audio codec */
113#define HAVE_ROCKER_CODEC 113#define HAVE_ROCKER_CODEC
114 114
115/* We don't have hardware controls */
116#define HAVE_SW_TONE_CONTROLS
117
115/* Battery */ 118/* Battery */
116#define BATTERY_CAPACITY_DEFAULT 600 /* default battery capacity */ 119#define BATTERY_CAPACITY_DEFAULT 600 /* default battery capacity */
117#define BATTERY_CAPACITY_MIN 600 /* min. capacity selectable */ 120#define BATTERY_CAPACITY_MIN 600 /* min. capacity selectable */