From 937589ca3a0a9aad62f7f181c9256244a6d2f418 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Tue, 13 Mar 2018 23:05:08 +0100 Subject: Agptek Rocker: Add bass, treble and balance controls Change-Id: Ib84620850bbdc81afbdfff1610a0be7eab4f0ac0 --- firmware/export/config/agptekrocker.h | 3 +++ 1 file changed, 3 insertions(+) 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 */ -- cgit v1.2.3