summaryrefslogtreecommitdiff
path: root/firmware/export/config/sonynwze370.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2016-09-26 21:23:21 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2016-12-12 12:06:29 +0100
commit9aeb6f48b8bc52833aaa90246c3fd21fbd6c2ab5 (patch)
treea637f1c07a51765056c5ccc5826233d65a031771 /firmware/export/config/sonynwze370.h
parenta983859291e29e2cfe26df8e00814b546d865b5c (diff)
downloadrockbox-9aeb6f48b8bc52833aaa90246c3fd21fbd6c2ab5.tar.gz
rockbox-9aeb6f48b8bc52833aaa90246c3fd21fbd6c2ab5.zip
Make it clear that the NWZ-E370 port also handles NWZ-E380
Change-Id: Icc061f15f4cac3d8bd9f95ea3b583556a9402f0b
Diffstat (limited to 'firmware/export/config/sonynwze370.h')
-rw-r--r--firmware/export/config/sonynwze370.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/sonynwze370.h b/firmware/export/config/sonynwze370.h
index 6edb79aea9..0f88d98b58 100644
--- a/firmware/export/config/sonynwze370.h
+++ b/firmware/export/config/sonynwze370.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * This config file is for the Sony NWZ-E370 series 2 * This config file is for the Sony NWZ-E370/E380 series
3 */ 3 */
4#define IMX233_SUBTARGET 3780 4#define IMX233_SUBTARGET 3780
5#define IMX233_PACKAGE IMX233_BGA169 5#define IMX233_PACKAGE IMX233_BGA169
@@ -7,7 +7,7 @@
7 7
8/* For Rolo and boot loader */ 8/* For Rolo and boot loader */
9#define MODEL_NUMBER 88 9#define MODEL_NUMBER 88
10#define MODEL_NAME "Sony NWZ-E370 series" 10#define MODEL_NAME "Sony NWZ-E370/E380 series"
11 11
12#define HW_SAMPR_CAPS SAMPR_CAP_ALL 12#define HW_SAMPR_CAPS SAMPR_CAP_ALL
13 13