From ed0c5edd6280b58755736700b95a3e65034d52b4 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 29 Mar 2010 22:26:58 +0000 Subject: as3525v2 : recording (FM only, no microphone yet) Add HAVE_AS3543 config define to differentiate the bits changed since as3514/as3517 Enable recording on Fuzev2/Clipv2/Clip+, although it was tested on Clip+ only Note: storage is still read-only so I tested by listening to headphones loopback and watching the recording level in recscreen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25390 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansafuzev2.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'firmware/export/config/sansafuzev2.h') diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h index b42a0d1bb8..ddf42d9563 100644 --- a/firmware/export/config/sansafuzev2.h +++ b/firmware/export/config/sansafuzev2.h @@ -1,5 +1,5 @@ /* - * This config file is for the Sandisk Sansa Fuze + * This config file is for the Sandisk Sansa Fuze v2 */ #define TARGET_TREE /* this target is using the target tree system */ @@ -10,9 +10,9 @@ #define HW_SAMPR_CAPS SAMPR_CAP_ALL /* define this if you have recording possibility */ -//#define HAVE_RECORDING +#define HAVE_RECORDING -//#define REC_SAMPR_CAPS SAMPR_CAP_ALL +#define REC_SAMPR_CAPS SAMPR_CAP_ALL /* Default recording levels */ #define DEFAULT_REC_MIC_GAIN 23 @@ -89,9 +89,9 @@ #define LCD_PIXELFORMAT RGB565 /* rgb565 */ -/* We're working on the assumption that the AS3525 has something - similar to the AS3514 for audio codec etc */ +/* AS3514 or newer */ #define HAVE_AS3514 +#define HAVE_AS3543 /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF -- cgit v1.2.3