diff options
author | Marcin Bukat <marcin.bukat@gmail.com> | 2018-03-13 23:05:08 +0100 |
---|---|---|
committer | Marcin Bukat <marcin.bukat@gmail.com> | 2018-06-12 10:31:15 +0200 |
commit | 937589ca3a0a9aad62f7f181c9256244a6d2f418 (patch) | |
tree | 6642a512b905c3687b13925eefbee682dbaefed4 /firmware/export | |
parent | 7692558674be24dfe51d7be84b4d01995c23e67b (diff) |
Agptek Rocker: Add bass, treble and balance controls
Change-Id: Ib84620850bbdc81afbdfff1610a0be7eab4f0ac0
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config/agptekrocker.h | 3 |
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 @@ /* Audio codec */ #define HAVE_ROCKER_CODEC +/* We don't have hardware controls */ +#define HAVE_SW_TONE_CONTROLS + /* Battery */ #define BATTERY_CAPACITY_DEFAULT 600 /* default battery capacity */ #define BATTERY_CAPACITY_MIN 600 /* min. capacity selectable */ |