From 5fc66e58dd8a62099cfb1c3f7ae48d7115376be3 Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Wed, 16 Aug 2006 23:26:55 +0000 Subject: Automatic Gain Control during recording. At this point only compiled for iriver h1x0 and h3x0. Patch FS#4748 by Jvo Studer, Martin Scarratt and myself. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10625 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h100.h | 2 ++ firmware/export/config-h120.h | 2 ++ firmware/export/config-h300.h | 2 ++ 3 files changed, 6 insertions(+) (limited to 'firmware') diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index 52f7625760..c21c8a1dcd 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -74,6 +74,8 @@ /* define this if you have recording possibility */ #define HAVE_RECORDING 1 +#define HAVE_AGC + #ifndef SIMULATOR /* Define this if you have a Motorola SCF5249 */ diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h index 69fd565c23..5ff567cae4 100644 --- a/firmware/export/config-h120.h +++ b/firmware/export/config-h120.h @@ -68,6 +68,8 @@ /* define this if you have recording possibility */ #define HAVE_RECORDING 1 +#define HAVE_AGC + #define BATTERY_CAPACITY_DEFAULT 1300 /* default battery capacity */ #ifndef SIMULATOR diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index a310a4eef3..d5c54d858f 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -68,6 +68,8 @@ /* define this if you have recording possibility */ #define HAVE_RECORDING 1 +#define HAVE_AGC + #define BATTERY_CAPACITY_DEFAULT 1300 /* default battery capacity */ #ifndef SIMULATOR -- cgit v1.2.3