summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sonynwz/nwz-db.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/sonynwz/nwz-db.c')
-rw-r--r--firmware/target/hosted/sonynwz/nwz-db.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/hosted/sonynwz/nwz-db.c b/firmware/target/hosted/sonynwz/nwz-db.c
index c8cd4f1d4f..8414de1fa7 100644
--- a/firmware/target/hosted/sonynwz/nwz-db.c
+++ b/firmware/target/hosted/sonynwz/nwz-db.c
@@ -1438,7 +1438,7 @@ static unsigned long models_nwz_x1000[] = { 0x5000002, 0x5000004, 0x5000005,
1438static unsigned long models_nw_zx100[] = { 0x1c000007, 0x1c000001, 0x1c000002, 1438static unsigned long models_nw_zx100[] = { 0x1c000007, 0x1c000001, 0x1c000002,
1439 0x1c000004, 0x1c000005, 0x1c000006 }; 1439 0x1c000004, 0x1c000005, 0x1c000006 };
1440 1440
1441static unsigned long models_nw_zx300[] = { }; 1441static unsigned long models_nw_zx300[] = { 0x23000006 };
1442 1442
1443static unsigned long models_nwz_noname[] = { 0x5010002, 0x5010004, 0x5010005 }; 1443static unsigned long models_nwz_noname[] = { 0x5010002, 0x5010004, 0x5010005 };
1444 1444
@@ -1480,6 +1480,6 @@ struct nwz_series_info_t nwz_series[NWZ_SERIES_COUNT] =
1480 { "nw-wm1", "NW-WM1 Series", 2, models_nw_wm1, &nvp_index_398250 }, 1480 { "nw-wm1", "NW-WM1 Series", 2, models_nw_wm1, &nvp_index_398250 },
1481 { "nwz-x1000", "NWZ-X1000 Series", 9, models_nwz_x1000, &nvp_index_4edba7 }, 1481 { "nwz-x1000", "NWZ-X1000 Series", 9, models_nwz_x1000, &nvp_index_4edba7 },
1482 { "nw-zx100", "NW-ZX100 Series", 6, models_nw_zx100, &nvp_index_92faee }, 1482 { "nw-zx100", "NW-ZX100 Series", 6, models_nw_zx100, &nvp_index_92faee },
1483 { "nw-zx300", "NW-ZX300 Series", 0, models_nw_zx300, &nvp_index_139d65 }, 1483 { "nw-zx300", "NW-ZX300 Series", 1, models_nw_zx300, &nvp_index_139d65 },
1484 { "nwz-noname", "NONAME", 3, models_nwz_noname, 0 }, 1484 { "nwz-noname", "NONAME", 3, models_nwz_noname, 0 },
1485}; 1485};