summaryrefslogtreecommitdiff
path: root/firmware/export/as3514.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-10-31 00:16:42 +0000
committerDave Chapman <dave@dchapman.com>2008-10-31 00:16:42 +0000
commit42f77d4eb027afed4f4ef80f10c16112c2b7fe2b (patch)
tree2da09bcab257322dce48ddccc4a71d915318aa3a /firmware/export/as3514.h
parent324816f0190dec308f3496a288820a47926b1c17 (diff)
downloadrockbox-42f77d4eb027afed4f4ef80f10c16112c2b7fe2b.tar.gz
rockbox-42f77d4eb027afed4f4ef80f10c16112c2b7fe2b.zip
Abstract the PortalPlayer AS3514 handling with an "ascodec" API - inspired by the wmcodec API used with the Wolfson codecs. The intention is to implement this API for the AS3525 and then share code with the Sansa V2 ports.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18940 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/as3514.h')
-rw-r--r--firmware/export/as3514.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/as3514.h b/firmware/export/as3514.h
index aa9847c6a1..9585f5e0ef 100644
--- a/firmware/export/as3514.h
+++ b/firmware/export/as3514.h
@@ -79,8 +79,4 @@ extern void audiohw_set_sample_rate(int sampling_control);
79#define VOLUME_MIN -735 79#define VOLUME_MIN -735
80#define VOLUME_MAX 60 80#define VOLUME_MAX 60
81 81
82#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200)
83#define AS3514_I2C_ADDR 0x46
84#endif
85
86#endif /* _AS3514_H */ 82#endif /* _AS3514_H */