diff options
| author | Peter D'Hoye <peter.dhoye@gmail.com> | 2006-08-16 23:26:55 +0000 |
|---|---|---|
| committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2006-08-16 23:26:55 +0000 |
| commit | 5fc66e58dd8a62099cfb1c3f7ae48d7115376be3 (patch) | |
| tree | 0dc6123bb179a5eba4953d62155a4b48dea75869 /firmware/export | |
| parent | c5a24c69221dbd8f2c55f007d9d7eaa2222fa5df (diff) | |
| download | rockbox-5fc66e58dd8a62099cfb1c3f7ae48d7115376be3.zip rockbox-5fc66e58dd8a62099cfb1c3f7ae48d7115376be3.tar.gz rockbox-5fc66e58dd8a62099cfb1c3f7ae48d7115376be3.tar.bz2 rockbox-5fc66e58dd8a62099cfb1c3f7ae48d7115376be3.tar.xz | |
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
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-h100.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-h120.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-h300.h | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index 52f7625..c21c8a1 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 69fd565..5ff567c 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 a310a4e..d5c54d8 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 |