summaryrefslogtreecommitdiff
path: root/firmware/target/hosted
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted')
-rw-r--r--firmware/target/hosted/sonynwz/nwz-db.c4
-rw-r--r--firmware/target/hosted/sonynwz/nwz-db.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/firmware/target/hosted/sonynwz/nwz-db.c b/firmware/target/hosted/sonynwz/nwz-db.c
index a8ba2a7b85..ca60bdf795 100644
--- a/firmware/target/hosted/sonynwz/nwz-db.c
+++ b/firmware/target/hosted/sonynwz/nwz-db.c
@@ -219,6 +219,7 @@ struct nwz_model_info_t nwz_model[NWZ_MODEL_COUNT] =
219 { 0x24000006, "NW-A47" }, 219 { 0x24000006, "NW-A47" },
220 { 0x25000004, "NW-A55" }, 220 { 0x25000004, "NW-A55" },
221 { 0x25000006, "NW-A57" }, 221 { 0x25000006, "NW-A57" },
222 { 0x26000008, "DMP-Z1" },
222}; 223};
223 224
224static int nvp_index_06a782[NWZ_NVP_COUNT] = 225static int nvp_index_06a782[NWZ_NVP_COUNT] =
@@ -1887,6 +1888,8 @@ static unsigned long models_nw_zx300[] = { 0x23000004, 0x23000006, 0x23000007 };
1887 1888
1888static unsigned long models_nwz_noname[] = { 0x5010002, 0x5010004, 0x5010005 }; 1889static unsigned long models_nwz_noname[] = { 0x5010002, 0x5010004, 0x5010005 };
1889 1890
1891static unsigned long models_dmp_z1[] = { 0x26000008 };
1892
1890struct nwz_series_info_t nwz_series[NWZ_SERIES_COUNT] = 1893struct nwz_series_info_t nwz_series[NWZ_SERIES_COUNT] =
1891{ 1894{
1892 { "nwz-a10", "NWZ-A10 Series", 10, models_nwz_a10, &nvp_index_92faee }, 1895 { "nwz-a10", "NWZ-A10 Series", 10, models_nwz_a10, &nvp_index_92faee },
@@ -1928,4 +1931,5 @@ struct nwz_series_info_t nwz_series[NWZ_SERIES_COUNT] =
1928 { "nw-zx100", "NW-ZX100 Series", 6, models_nw_zx100, &nvp_index_92faee }, 1931 { "nw-zx100", "NW-ZX100 Series", 6, models_nw_zx100, &nvp_index_92faee },
1929 { "nw-zx300", "NW-ZX300 Series", 3, models_nw_zx300, &nvp_index_139d65 }, 1932 { "nw-zx300", "NW-ZX300 Series", 3, models_nw_zx300, &nvp_index_139d65 },
1930 { "nwz-noname", "NONAME", 3, models_nwz_noname, 0 }, 1933 { "nwz-noname", "NONAME", 3, models_nwz_noname, 0 },
1934 { "dmp-z1", "DMP-Z1 Series", 1, models_dmp_z1, &nvp_index_94b5fc },
1931}; 1935};
diff --git a/firmware/target/hosted/sonynwz/nwz-db.h b/firmware/target/hosted/sonynwz/nwz-db.h
index 152a111644..afc251aa63 100644
--- a/firmware/target/hosted/sonynwz/nwz-db.h
+++ b/firmware/target/hosted/sonynwz/nwz-db.h
@@ -157,9 +157,9 @@ enum nwz_nvp_node_t
157/* Invalid NVP index */ 157/* Invalid NVP index */
158#define NWZ_NVP_INVALID -1 /* Non-existent entry */ 158#define NWZ_NVP_INVALID -1 /* Non-existent entry */
159/* Number of models */ 159/* Number of models */
160#define NWZ_MODEL_COUNT 195 160#define NWZ_MODEL_COUNT 196
161/* Number of series */ 161/* Number of series */
162#define NWZ_SERIES_COUNT 39 162#define NWZ_SERIES_COUNT 40
163 163
164/* NVP node info */ 164/* NVP node info */
165struct nwz_nvp_info_t 165struct nwz_nvp_info_t