162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Regmap tables for CS47L85 codec
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Copyright (C) 2015-2017 Cirrus Logic
662306a36Sopenharmony_ci */
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci#include <linux/device.h>
962306a36Sopenharmony_ci#include <linux/module.h>
1062306a36Sopenharmony_ci#include <linux/regmap.h>
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci#include <linux/mfd/madera/core.h>
1362306a36Sopenharmony_ci#include <linux/mfd/madera/registers.h>
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ci#include "madera.h"
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_cistatic const struct reg_sequence cs47l85_reva_16_patch[] = {
1862306a36Sopenharmony_ci	{ 0x80,  0x0003 },
1962306a36Sopenharmony_ci	{ 0x213, 0x03E4 },
2062306a36Sopenharmony_ci	{ 0x177, 0x0281 },
2162306a36Sopenharmony_ci	{ 0x197, 0x0281 },
2262306a36Sopenharmony_ci	{ 0x1B7, 0x0281 },
2362306a36Sopenharmony_ci	{ 0x4B1, 0x010A },
2462306a36Sopenharmony_ci	{ 0x4CF, 0x0933 },
2562306a36Sopenharmony_ci	{ 0x36C, 0x011B },
2662306a36Sopenharmony_ci	{ 0x4B8, 0x1120 },
2762306a36Sopenharmony_ci	{ 0x4A0, 0x3280 },
2862306a36Sopenharmony_ci	{ 0x4A1, 0x3200 },
2962306a36Sopenharmony_ci	{ 0x4A2, 0x3200 },
3062306a36Sopenharmony_ci	{ 0x441, 0xC050 },
3162306a36Sopenharmony_ci	{ 0x4A4, 0x000B },
3262306a36Sopenharmony_ci	{ 0x4A5, 0x000B },
3362306a36Sopenharmony_ci	{ 0x4A6, 0x000B },
3462306a36Sopenharmony_ci	{ 0x4E2, 0x1E1D },
3562306a36Sopenharmony_ci	{ 0x4E3, 0x1E1D },
3662306a36Sopenharmony_ci	{ 0x4E4, 0x1E1D },
3762306a36Sopenharmony_ci	{ 0x293, 0x0080 },
3862306a36Sopenharmony_ci	{ 0x17D, 0x0303 },
3962306a36Sopenharmony_ci	{ 0x19D, 0x0303 },
4062306a36Sopenharmony_ci	{ 0x27E, 0x0000 },
4162306a36Sopenharmony_ci	{ 0x80,  0x0000 },
4262306a36Sopenharmony_ci	{ 0x80,  0x0000 },
4362306a36Sopenharmony_ci	{ 0x448, 0x003f },
4462306a36Sopenharmony_ci};
4562306a36Sopenharmony_ci
4662306a36Sopenharmony_cistatic const struct reg_sequence cs47l85_revc_16_patch[] = {
4762306a36Sopenharmony_ci	{ 0x27E, 0x0000 },
4862306a36Sopenharmony_ci	{ 0x2C2, 0x0005 },
4962306a36Sopenharmony_ci	{ 0x448, 0x003f },
5062306a36Sopenharmony_ci};
5162306a36Sopenharmony_ci
5262306a36Sopenharmony_cistatic const struct reg_sequence cs47l85_reva_32_patch[] = {
5362306a36Sopenharmony_ci	{ 0x3000, 0xC2253632 },
5462306a36Sopenharmony_ci	{ 0x3002, 0xC2300001 },
5562306a36Sopenharmony_ci	{ 0x3004, 0x8225100E },
5662306a36Sopenharmony_ci	{ 0x3006, 0x22251803 },
5762306a36Sopenharmony_ci	{ 0x3008, 0x82310B00 },
5862306a36Sopenharmony_ci	{ 0x300A, 0xE231023B },
5962306a36Sopenharmony_ci	{ 0x300C, 0x02313B01 },
6062306a36Sopenharmony_ci	{ 0x300E, 0x62300000 },
6162306a36Sopenharmony_ci	{ 0x3010, 0xE2314288 },
6262306a36Sopenharmony_ci	{ 0x3012, 0x02310B00 },
6362306a36Sopenharmony_ci	{ 0x3014, 0x02310B00 },
6462306a36Sopenharmony_ci	{ 0x3016, 0x04050100 },
6562306a36Sopenharmony_ci	{ 0x3018, 0x42310C02 },
6662306a36Sopenharmony_ci	{ 0x301A, 0xE2310227 },
6762306a36Sopenharmony_ci	{ 0x301C, 0x02313B01 },
6862306a36Sopenharmony_ci	{ 0x301E, 0xE2314266 },
6962306a36Sopenharmony_ci	{ 0x3020, 0xE2315294 },
7062306a36Sopenharmony_ci	{ 0x3022, 0x02310B00 },
7162306a36Sopenharmony_ci	{ 0x3024, 0x02310B00 },
7262306a36Sopenharmony_ci	{ 0x3026, 0x02251100 },
7362306a36Sopenharmony_ci	{ 0x3028, 0x02251401 },
7462306a36Sopenharmony_ci	{ 0x302A, 0x02250200 },
7562306a36Sopenharmony_ci	{ 0x302C, 0x02251001 },
7662306a36Sopenharmony_ci	{ 0x302E, 0x02250200 },
7762306a36Sopenharmony_ci	{ 0x3030, 0xE2310266 },
7862306a36Sopenharmony_ci	{ 0x3032, 0x82314B15 },
7962306a36Sopenharmony_ci	{ 0x3034, 0x82310B15 },
8062306a36Sopenharmony_ci	{ 0x3036, 0xE2315294 },
8162306a36Sopenharmony_ci	{ 0x3038, 0x02310B00 },
8262306a36Sopenharmony_ci	{ 0x303A, 0x8225160D },
8362306a36Sopenharmony_ci	{ 0x303C, 0x0225F501 },
8462306a36Sopenharmony_ci	{ 0x303E, 0x8225061C },
8562306a36Sopenharmony_ci	{ 0x3040, 0x02251000 },
8662306a36Sopenharmony_ci	{ 0x3042, 0x04051101 },
8762306a36Sopenharmony_ci	{ 0x3044, 0x02251800 },
8862306a36Sopenharmony_ci	{ 0x3046, 0x42251203 },
8962306a36Sopenharmony_ci	{ 0x3048, 0x02251101 },
9062306a36Sopenharmony_ci	{ 0x304A, 0xC2251300 },
9162306a36Sopenharmony_ci	{ 0x304C, 0x2225FB02 },
9262306a36Sopenharmony_ci	{ 0x3050, 0xC2263632 },
9362306a36Sopenharmony_ci	{ 0x3052, 0xC2300001 },
9462306a36Sopenharmony_ci	{ 0x3054, 0x8226100E },
9562306a36Sopenharmony_ci	{ 0x3056, 0x22261803 },
9662306a36Sopenharmony_ci	{ 0x3058, 0x82310B02 },
9762306a36Sopenharmony_ci	{ 0x305A, 0xE231023B },
9862306a36Sopenharmony_ci	{ 0x305C, 0x02313B01 },
9962306a36Sopenharmony_ci	{ 0x305E, 0x62300000 },
10062306a36Sopenharmony_ci	{ 0x3060, 0xE2314288 },
10162306a36Sopenharmony_ci	{ 0x3062, 0x02310B00 },
10262306a36Sopenharmony_ci	{ 0x3064, 0x02310B00 },
10362306a36Sopenharmony_ci	{ 0x3066, 0x04050000 },
10462306a36Sopenharmony_ci	{ 0x3068, 0x42310C03 },
10562306a36Sopenharmony_ci	{ 0x306A, 0xE2310227 },
10662306a36Sopenharmony_ci	{ 0x306C, 0x02313B01 },
10762306a36Sopenharmony_ci	{ 0x306E, 0xE2314266 },
10862306a36Sopenharmony_ci	{ 0x3070, 0xE2315294 },
10962306a36Sopenharmony_ci	{ 0x3072, 0x02310B00 },
11062306a36Sopenharmony_ci	{ 0x3074, 0x02310B00 },
11162306a36Sopenharmony_ci	{ 0x3076, 0x02261100 },
11262306a36Sopenharmony_ci	{ 0x3078, 0x02261401 },
11362306a36Sopenharmony_ci	{ 0x307A, 0x02260200 },
11462306a36Sopenharmony_ci	{ 0x307C, 0x02261001 },
11562306a36Sopenharmony_ci	{ 0x307E, 0x02260200 },
11662306a36Sopenharmony_ci	{ 0x3080, 0xE2310266 },
11762306a36Sopenharmony_ci	{ 0x3082, 0x82314B17 },
11862306a36Sopenharmony_ci	{ 0x3084, 0x82310B17 },
11962306a36Sopenharmony_ci	{ 0x3086, 0xE2315294 },
12062306a36Sopenharmony_ci	{ 0x3088, 0x02310B00 },
12162306a36Sopenharmony_ci	{ 0x308A, 0x8226160D },
12262306a36Sopenharmony_ci	{ 0x308C, 0x0226F501 },
12362306a36Sopenharmony_ci	{ 0x308E, 0x8226061C },
12462306a36Sopenharmony_ci	{ 0x3090, 0x02261000 },
12562306a36Sopenharmony_ci	{ 0x3092, 0x04051101 },
12662306a36Sopenharmony_ci	{ 0x3094, 0x02261800 },
12762306a36Sopenharmony_ci	{ 0x3096, 0x42261203 },
12862306a36Sopenharmony_ci	{ 0x3098, 0x02261101 },
12962306a36Sopenharmony_ci	{ 0x309A, 0xC2261300 },
13062306a36Sopenharmony_ci	{ 0x309C, 0x2226FB02 },
13162306a36Sopenharmony_ci	{ 0x309E, 0x0000F000 },
13262306a36Sopenharmony_ci	{ 0x30A0, 0xC2273632 },
13362306a36Sopenharmony_ci	{ 0x30A2, 0xC2400001 },
13462306a36Sopenharmony_ci	{ 0x30A4, 0x8227100E },
13562306a36Sopenharmony_ci	{ 0x30A6, 0x22271803 },
13662306a36Sopenharmony_ci	{ 0x30A8, 0x82410B00 },
13762306a36Sopenharmony_ci	{ 0x30AA, 0xE241023B },
13862306a36Sopenharmony_ci	{ 0x30AC, 0x02413B01 },
13962306a36Sopenharmony_ci	{ 0x30AE, 0x62400000 },
14062306a36Sopenharmony_ci	{ 0x30B0, 0xE2414288 },
14162306a36Sopenharmony_ci	{ 0x30B2, 0x02410B00 },
14262306a36Sopenharmony_ci	{ 0x30B4, 0x02410B00 },
14362306a36Sopenharmony_ci	{ 0x30B6, 0x04050300 },
14462306a36Sopenharmony_ci	{ 0x30B8, 0x42410C02 },
14562306a36Sopenharmony_ci	{ 0x30BA, 0xE2410227 },
14662306a36Sopenharmony_ci	{ 0x30BC, 0x02413B01 },
14762306a36Sopenharmony_ci	{ 0x30BE, 0xE2414266 },
14862306a36Sopenharmony_ci	{ 0x30C0, 0xE2415294 },
14962306a36Sopenharmony_ci	{ 0x30C2, 0x02410B00 },
15062306a36Sopenharmony_ci	{ 0x30C4, 0x02410B00 },
15162306a36Sopenharmony_ci	{ 0x30C6, 0x02271100 },
15262306a36Sopenharmony_ci	{ 0x30C8, 0x02271401 },
15362306a36Sopenharmony_ci	{ 0x30CA, 0x02270200 },
15462306a36Sopenharmony_ci	{ 0x30CC, 0x02271001 },
15562306a36Sopenharmony_ci	{ 0x30CE, 0x02270200 },
15662306a36Sopenharmony_ci	{ 0x30D0, 0xE2410266 },
15762306a36Sopenharmony_ci	{ 0x30D2, 0x82414B15 },
15862306a36Sopenharmony_ci	{ 0x30D4, 0x82410B15 },
15962306a36Sopenharmony_ci	{ 0x30D6, 0xE2415294 },
16062306a36Sopenharmony_ci	{ 0x30D8, 0x02410B00 },
16162306a36Sopenharmony_ci	{ 0x30DA, 0x8227160D },
16262306a36Sopenharmony_ci	{ 0x30DC, 0x0227F501 },
16362306a36Sopenharmony_ci	{ 0x30DE, 0x8227061C },
16462306a36Sopenharmony_ci	{ 0x30E0, 0x02271000 },
16562306a36Sopenharmony_ci	{ 0x30E2, 0x04051101 },
16662306a36Sopenharmony_ci	{ 0x30E4, 0x02271800 },
16762306a36Sopenharmony_ci	{ 0x30E6, 0x42271203 },
16862306a36Sopenharmony_ci	{ 0x30E8, 0x02271101 },
16962306a36Sopenharmony_ci	{ 0x30EA, 0xC2271300 },
17062306a36Sopenharmony_ci	{ 0x30EC, 0x2227FB02 },
17162306a36Sopenharmony_ci	{ 0x30F0, 0xC2283632 },
17262306a36Sopenharmony_ci	{ 0x30F2, 0xC2400001 },
17362306a36Sopenharmony_ci	{ 0x30F4, 0x8228100E },
17462306a36Sopenharmony_ci	{ 0x30F6, 0x22281803 },
17562306a36Sopenharmony_ci	{ 0x30F8, 0x82410B02 },
17662306a36Sopenharmony_ci	{ 0x30FA, 0xE241023B },
17762306a36Sopenharmony_ci	{ 0x30FC, 0x02413B01 },
17862306a36Sopenharmony_ci	{ 0x30FE, 0x62400000 },
17962306a36Sopenharmony_ci	{ 0x3100, 0xE2414288 },
18062306a36Sopenharmony_ci	{ 0x3102, 0x02410B00 },
18162306a36Sopenharmony_ci	{ 0x3104, 0x02410B00 },
18262306a36Sopenharmony_ci	{ 0x3106, 0x04050200 },
18362306a36Sopenharmony_ci	{ 0x3108, 0x42410C03 },
18462306a36Sopenharmony_ci	{ 0x310A, 0xE2410227 },
18562306a36Sopenharmony_ci	{ 0x310C, 0x02413B01 },
18662306a36Sopenharmony_ci	{ 0x310E, 0xE2414266 },
18762306a36Sopenharmony_ci	{ 0x3110, 0xE2415294 },
18862306a36Sopenharmony_ci	{ 0x3112, 0x02410B00 },
18962306a36Sopenharmony_ci	{ 0x3114, 0x02410B00 },
19062306a36Sopenharmony_ci	{ 0x3116, 0x02281100 },
19162306a36Sopenharmony_ci	{ 0x3118, 0x02281401 },
19262306a36Sopenharmony_ci	{ 0x311A, 0x02280200 },
19362306a36Sopenharmony_ci	{ 0x311C, 0x02281001 },
19462306a36Sopenharmony_ci	{ 0x311E, 0x02280200 },
19562306a36Sopenharmony_ci	{ 0x3120, 0xE2410266 },
19662306a36Sopenharmony_ci	{ 0x3122, 0x82414B17 },
19762306a36Sopenharmony_ci	{ 0x3124, 0x82410B17 },
19862306a36Sopenharmony_ci	{ 0x3126, 0xE2415294 },
19962306a36Sopenharmony_ci	{ 0x3128, 0x02410B00 },
20062306a36Sopenharmony_ci	{ 0x312A, 0x8228160D },
20162306a36Sopenharmony_ci	{ 0x312C, 0x0228F501 },
20262306a36Sopenharmony_ci	{ 0x312E, 0x8228061C },
20362306a36Sopenharmony_ci	{ 0x3130, 0x02281000 },
20462306a36Sopenharmony_ci	{ 0x3132, 0x04051101 },
20562306a36Sopenharmony_ci	{ 0x3134, 0x02281800 },
20662306a36Sopenharmony_ci	{ 0x3136, 0x42281203 },
20762306a36Sopenharmony_ci	{ 0x3138, 0x02281101 },
20862306a36Sopenharmony_ci	{ 0x313A, 0xC2281300 },
20962306a36Sopenharmony_ci	{ 0x313C, 0x2228FB02 },
21062306a36Sopenharmony_ci	{ 0x3140, 0xC2293632 },
21162306a36Sopenharmony_ci	{ 0x3142, 0xC2500001 },
21262306a36Sopenharmony_ci	{ 0x3144, 0x8229100E },
21362306a36Sopenharmony_ci	{ 0x3146, 0x22291803 },
21462306a36Sopenharmony_ci	{ 0x3148, 0x82510B00 },
21562306a36Sopenharmony_ci	{ 0x314A, 0xE251023B },
21662306a36Sopenharmony_ci	{ 0x314C, 0x02513B01 },
21762306a36Sopenharmony_ci	{ 0x314E, 0x62500000 },
21862306a36Sopenharmony_ci	{ 0x3150, 0xE2514288 },
21962306a36Sopenharmony_ci	{ 0x3152, 0x02510B00 },
22062306a36Sopenharmony_ci	{ 0x3154, 0x02510B00 },
22162306a36Sopenharmony_ci	{ 0x3156, 0x04050500 },
22262306a36Sopenharmony_ci	{ 0x3158, 0x42510C02 },
22362306a36Sopenharmony_ci	{ 0x315A, 0xE2510227 },
22462306a36Sopenharmony_ci	{ 0x315C, 0x02513B01 },
22562306a36Sopenharmony_ci	{ 0x315E, 0xE2514266 },
22662306a36Sopenharmony_ci	{ 0x3160, 0xE2515294 },
22762306a36Sopenharmony_ci	{ 0x3162, 0x02510B00 },
22862306a36Sopenharmony_ci	{ 0x3164, 0x02510B00 },
22962306a36Sopenharmony_ci	{ 0x3166, 0x02291100 },
23062306a36Sopenharmony_ci	{ 0x3168, 0x02291401 },
23162306a36Sopenharmony_ci	{ 0x316A, 0x02290200 },
23262306a36Sopenharmony_ci	{ 0x316C, 0x02291001 },
23362306a36Sopenharmony_ci	{ 0x316E, 0x02290200 },
23462306a36Sopenharmony_ci	{ 0x3170, 0xE2510266 },
23562306a36Sopenharmony_ci	{ 0x3172, 0x82514B15 },
23662306a36Sopenharmony_ci	{ 0x3174, 0x82510B15 },
23762306a36Sopenharmony_ci	{ 0x3176, 0xE2515294 },
23862306a36Sopenharmony_ci	{ 0x3178, 0x02510B00 },
23962306a36Sopenharmony_ci	{ 0x317A, 0x8229160D },
24062306a36Sopenharmony_ci	{ 0x317C, 0x0229F501 },
24162306a36Sopenharmony_ci	{ 0x317E, 0x8229061C },
24262306a36Sopenharmony_ci	{ 0x3180, 0x02291000 },
24362306a36Sopenharmony_ci	{ 0x3182, 0x04051101 },
24462306a36Sopenharmony_ci	{ 0x3184, 0x02291800 },
24562306a36Sopenharmony_ci	{ 0x3186, 0x42291203 },
24662306a36Sopenharmony_ci	{ 0x3188, 0x02291101 },
24762306a36Sopenharmony_ci	{ 0x318A, 0xC2291300 },
24862306a36Sopenharmony_ci	{ 0x318C, 0x2229FB02 },
24962306a36Sopenharmony_ci	{ 0x3190, 0xC22A3632 },
25062306a36Sopenharmony_ci	{ 0x3192, 0xC2500001 },
25162306a36Sopenharmony_ci	{ 0x3194, 0x822A100E },
25262306a36Sopenharmony_ci	{ 0x3196, 0x222A1803 },
25362306a36Sopenharmony_ci	{ 0x3198, 0x82510B02 },
25462306a36Sopenharmony_ci	{ 0x319A, 0xE251023B },
25562306a36Sopenharmony_ci	{ 0x319C, 0x02513B01 },
25662306a36Sopenharmony_ci	{ 0x319E, 0x62500000 },
25762306a36Sopenharmony_ci	{ 0x31A0, 0xE2514288 },
25862306a36Sopenharmony_ci	{ 0x31A2, 0x02510B00 },
25962306a36Sopenharmony_ci	{ 0x31A4, 0x02510B00 },
26062306a36Sopenharmony_ci	{ 0x31A6, 0x04050400 },
26162306a36Sopenharmony_ci	{ 0x31A8, 0x42510C03 },
26262306a36Sopenharmony_ci	{ 0x31AA, 0xE2510227 },
26362306a36Sopenharmony_ci	{ 0x31AC, 0x02513B01 },
26462306a36Sopenharmony_ci	{ 0x31AE, 0xE2514266 },
26562306a36Sopenharmony_ci	{ 0x31B0, 0xE2515294 },
26662306a36Sopenharmony_ci	{ 0x31B2, 0x02510B00 },
26762306a36Sopenharmony_ci	{ 0x31B4, 0x02510B00 },
26862306a36Sopenharmony_ci	{ 0x31B6, 0x022A1100 },
26962306a36Sopenharmony_ci	{ 0x31B8, 0x022A1401 },
27062306a36Sopenharmony_ci	{ 0x31BA, 0x022A0200 },
27162306a36Sopenharmony_ci	{ 0x31BC, 0x022A1001 },
27262306a36Sopenharmony_ci	{ 0x31BE, 0x022A0200 },
27362306a36Sopenharmony_ci	{ 0x31C0, 0xE2510266 },
27462306a36Sopenharmony_ci	{ 0x31C2, 0x82514B17 },
27562306a36Sopenharmony_ci	{ 0x31C4, 0x82510B17 },
27662306a36Sopenharmony_ci	{ 0x31C6, 0xE2515294 },
27762306a36Sopenharmony_ci	{ 0x31C8, 0x02510B00 },
27862306a36Sopenharmony_ci	{ 0x31CA, 0x822A160D },
27962306a36Sopenharmony_ci	{ 0x31CC, 0x022AF501 },
28062306a36Sopenharmony_ci	{ 0x31CE, 0x822A061C },
28162306a36Sopenharmony_ci	{ 0x31D0, 0x022A1000 },
28262306a36Sopenharmony_ci	{ 0x31D2, 0x04051101 },
28362306a36Sopenharmony_ci	{ 0x31D4, 0x022A1800 },
28462306a36Sopenharmony_ci	{ 0x31D6, 0x422A1203 },
28562306a36Sopenharmony_ci	{ 0x31D8, 0x022A1101 },
28662306a36Sopenharmony_ci	{ 0x31DA, 0xC22A1300 },
28762306a36Sopenharmony_ci	{ 0x31DC, 0x222AFB02 },
28862306a36Sopenharmony_ci};
28962306a36Sopenharmony_ci
29062306a36Sopenharmony_cistatic const struct reg_sequence cs47l85_revc_32_patch[] = {
29162306a36Sopenharmony_ci	{ 0x3380, 0xE4103066 },
29262306a36Sopenharmony_ci	{ 0x3382, 0xE4103070 },
29362306a36Sopenharmony_ci	{ 0x3384, 0xE4103078 },
29462306a36Sopenharmony_ci	{ 0x3386, 0xE4103080 },
29562306a36Sopenharmony_ci	{ 0x3388, 0xE410F080 },
29662306a36Sopenharmony_ci	{ 0x338A, 0xE4143066 },
29762306a36Sopenharmony_ci	{ 0x338C, 0xE4143070 },
29862306a36Sopenharmony_ci	{ 0x338E, 0xE4143078 },
29962306a36Sopenharmony_ci	{ 0x3390, 0xE4143080 },
30062306a36Sopenharmony_ci	{ 0x3392, 0xE414F080 },
30162306a36Sopenharmony_ci	{ 0x3394, 0xE4103078 },
30262306a36Sopenharmony_ci	{ 0x3396, 0xE4103070 },
30362306a36Sopenharmony_ci	{ 0x3398, 0xE4103066 },
30462306a36Sopenharmony_ci	{ 0x339A, 0xE410F056 },
30562306a36Sopenharmony_ci	{ 0x339C, 0xE4143078 },
30662306a36Sopenharmony_ci	{ 0x339E, 0xE4143070 },
30762306a36Sopenharmony_ci	{ 0x33A0, 0xE4143066 },
30862306a36Sopenharmony_ci	{ 0x33A2, 0xE414F056 },
30962306a36Sopenharmony_ci};
31062306a36Sopenharmony_ci
31162306a36Sopenharmony_ciint cs47l85_patch(struct madera *madera)
31262306a36Sopenharmony_ci{
31362306a36Sopenharmony_ci	int ret = 0;
31462306a36Sopenharmony_ci	const struct reg_sequence *patch16;
31562306a36Sopenharmony_ci	const struct reg_sequence *patch32;
31662306a36Sopenharmony_ci	unsigned int num16, num32;
31762306a36Sopenharmony_ci
31862306a36Sopenharmony_ci	switch (madera->rev) {
31962306a36Sopenharmony_ci	case 0:
32062306a36Sopenharmony_ci	case 1:
32162306a36Sopenharmony_ci		patch16 = cs47l85_reva_16_patch;
32262306a36Sopenharmony_ci		num16 = ARRAY_SIZE(cs47l85_reva_16_patch);
32362306a36Sopenharmony_ci
32462306a36Sopenharmony_ci		patch32 = cs47l85_reva_32_patch;
32562306a36Sopenharmony_ci		num32 = ARRAY_SIZE(cs47l85_reva_32_patch);
32662306a36Sopenharmony_ci		break;
32762306a36Sopenharmony_ci	default:
32862306a36Sopenharmony_ci		patch16 = cs47l85_revc_16_patch;
32962306a36Sopenharmony_ci		num16 = ARRAY_SIZE(cs47l85_revc_16_patch);
33062306a36Sopenharmony_ci
33162306a36Sopenharmony_ci		patch32 = cs47l85_revc_32_patch;
33262306a36Sopenharmony_ci		num32 = ARRAY_SIZE(cs47l85_revc_32_patch);
33362306a36Sopenharmony_ci		break;
33462306a36Sopenharmony_ci	}
33562306a36Sopenharmony_ci
33662306a36Sopenharmony_ci	ret = regmap_register_patch(madera->regmap, patch16, num16);
33762306a36Sopenharmony_ci	if (ret < 0) {
33862306a36Sopenharmony_ci		dev_err(madera->dev,
33962306a36Sopenharmony_ci			"Error in applying 16-bit patch: %d\n", ret);
34062306a36Sopenharmony_ci		return ret;
34162306a36Sopenharmony_ci	}
34262306a36Sopenharmony_ci
34362306a36Sopenharmony_ci	ret = regmap_register_patch(madera->regmap_32bit, patch32, num32);
34462306a36Sopenharmony_ci	if (ret < 0) {
34562306a36Sopenharmony_ci		dev_err(madera->dev,
34662306a36Sopenharmony_ci			"Error in applying 32-bit patch: %d\n", ret);
34762306a36Sopenharmony_ci		return ret;
34862306a36Sopenharmony_ci	}
34962306a36Sopenharmony_ci
35062306a36Sopenharmony_ci	return 0;
35162306a36Sopenharmony_ci}
35262306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(cs47l85_patch);
35362306a36Sopenharmony_ci
35462306a36Sopenharmony_cistatic const struct reg_default cs47l85_reg_default[] = {
35562306a36Sopenharmony_ci	{ 0x00000020, 0x0000 }, /* R32 (0x20) - Tone Generator 1 */
35662306a36Sopenharmony_ci	{ 0x00000021, 0x1000 }, /* R33 (0x21) - Tone Generator 2 */
35762306a36Sopenharmony_ci	{ 0x00000022, 0x0000 }, /* R34 (0x22) - Tone Generator 3 */
35862306a36Sopenharmony_ci	{ 0x00000023, 0x1000 }, /* R35 (0x23) - Tone Generator 4 */
35962306a36Sopenharmony_ci	{ 0x00000024, 0x0000 }, /* R36 (0x24) - Tone Generator 5 */
36062306a36Sopenharmony_ci	{ 0x00000030, 0x0000 }, /* R48 (0x30) - PWM Drive 1 */
36162306a36Sopenharmony_ci	{ 0x00000031, 0x0100 }, /* R49 (0x31) - PWM Drive 2 */
36262306a36Sopenharmony_ci	{ 0x00000032, 0x0100 }, /* R50 (0x32) - PWM Drive 3 */
36362306a36Sopenharmony_ci	{ 0x00000061, 0x01ff }, /* R97 (0x61) - Sample Rate Sequence Select 1 */
36462306a36Sopenharmony_ci	{ 0x00000062, 0x01ff }, /* R98 (0x62) - Sample Rate Sequence Select 2 */
36562306a36Sopenharmony_ci	{ 0x00000063, 0x01ff }, /* R99 (0x63) - Sample Rate Sequence Select 3 */
36662306a36Sopenharmony_ci	{ 0x00000064, 0x01ff }, /* R100 (0x64) - Sample Rate Sequence Select 4 */
36762306a36Sopenharmony_ci	{ 0x00000066, 0x01ff }, /* R102 (0x66) - Always On Triggers Sequence Select 1*/
36862306a36Sopenharmony_ci	{ 0x00000067, 0x01ff }, /* R103 (0x67) - Always On Triggers Sequence Select 2*/
36962306a36Sopenharmony_ci	{ 0x00000090, 0x0000 }, /* R144 (0x90) - Haptics Control 1 */
37062306a36Sopenharmony_ci	{ 0x00000091, 0x7fff }, /* R145 (0x91) - Haptics Control 2 */
37162306a36Sopenharmony_ci	{ 0x00000092, 0x0000 }, /* R146 (0x92) - Haptics phase 1 intensity */
37262306a36Sopenharmony_ci	{ 0x00000093, 0x0000 }, /* R147 (0x93) - Haptics phase 1 duration */
37362306a36Sopenharmony_ci	{ 0x00000094, 0x0000 }, /* R148 (0x94) - Haptics phase 2 intensity */
37462306a36Sopenharmony_ci	{ 0x00000095, 0x0000 }, /* R149 (0x95) - Haptics phase 2 duration */
37562306a36Sopenharmony_ci	{ 0x00000096, 0x0000 }, /* R150 (0x96) - Haptics phase 3 intensity */
37662306a36Sopenharmony_ci	{ 0x00000097, 0x0000 }, /* R151 (0x97) - Haptics phase 3 duration */
37762306a36Sopenharmony_ci	{ 0x000000a0, 0x0000 }, /* R160 (0xa0) - Comfort Noise Generator */
37862306a36Sopenharmony_ci	{ 0x00000100, 0x0002 }, /* R256 (0x100) - Clock 32k 1 */
37962306a36Sopenharmony_ci	{ 0x00000101, 0x0404 }, /* R257 (0x101) - System Clock 1 */
38062306a36Sopenharmony_ci	{ 0x00000102, 0x0011 }, /* R258 (0x102) - Sample rate 1 */
38162306a36Sopenharmony_ci	{ 0x00000103, 0x0011 }, /* R259 (0x103) - Sample rate 2 */
38262306a36Sopenharmony_ci	{ 0x00000104, 0x0011 }, /* R260 (0x104) - Sample rate 3 */
38362306a36Sopenharmony_ci	{ 0x00000112, 0x0305 }, /* R274 (0x112) - Async clock 1 */
38462306a36Sopenharmony_ci	{ 0x00000113, 0x0011 }, /* R275 (0x113) - Async sample rate 1 */
38562306a36Sopenharmony_ci	{ 0x00000114, 0x0011 }, /* R276 (0x114) - Async sample rate 2 */
38662306a36Sopenharmony_ci	{ 0x00000120, 0x0305 }, /* R288 (0x120) - DSP Clock 1 */
38762306a36Sopenharmony_ci	{ 0x00000122, 0x0000 }, /* R290 (0x122) - DSP Clock 2 */
38862306a36Sopenharmony_ci	{ 0x00000149, 0x0000 }, /* R329 (0x149) - Output system clock */
38962306a36Sopenharmony_ci	{ 0x0000014a, 0x0000 }, /* R330 (0x14a) - Output async clock */
39062306a36Sopenharmony_ci	{ 0x00000152, 0x0000 }, /* R338 (0x152) - Rate Estimator 1 */
39162306a36Sopenharmony_ci	{ 0x00000153, 0x0000 }, /* R339 (0x153) - Rate Estimator 2 */
39262306a36Sopenharmony_ci	{ 0x00000154, 0x0000 }, /* R340 (0x154) - Rate Estimator 3 */
39362306a36Sopenharmony_ci	{ 0x00000155, 0x0000 }, /* R341 (0x155) - Rate Estimator 4 */
39462306a36Sopenharmony_ci	{ 0x00000156, 0x0000 }, /* R342 (0x156) - Rate Estimator 5 */
39562306a36Sopenharmony_ci	{ 0x00000171, 0x0002 }, /* R369 (0x171) - FLL1 Control 1 */
39662306a36Sopenharmony_ci	{ 0x00000172, 0x0008 }, /* R370 (0x172) - FLL1 Control 2 */
39762306a36Sopenharmony_ci	{ 0x00000173, 0x0018 }, /* R371 (0x173) - FLL1 Control 3 */
39862306a36Sopenharmony_ci	{ 0x00000174, 0x007d }, /* R372 (0x174) - FLL1 Control 4 */
39962306a36Sopenharmony_ci	{ 0x00000175, 0x0000 }, /* R373 (0x175) - FLL1 Control 5 */
40062306a36Sopenharmony_ci	{ 0x00000176, 0x0000 }, /* R374 (0x176) - FLL1 Control 6 */
40162306a36Sopenharmony_ci	{ 0x00000179, 0x0000 }, /* R377 (0x179) - FLL1 Control 7 */
40262306a36Sopenharmony_ci	{ 0x00000181, 0x0000 }, /* R385 (0x181) - FLL1 Synchroniser 1 */
40362306a36Sopenharmony_ci	{ 0x00000182, 0x0000 }, /* R386 (0x182) - FLL1 Synchroniser 2 */
40462306a36Sopenharmony_ci	{ 0x00000183, 0x0000 }, /* R387 (0x183) - FLL1 Synchroniser 3 */
40562306a36Sopenharmony_ci	{ 0x00000184, 0x0000 }, /* R388 (0x184) - FLL1 Synchroniser 4 */
40662306a36Sopenharmony_ci	{ 0x00000185, 0x0000 }, /* R389 (0x185) - FLL1 Synchroniser 5 */
40762306a36Sopenharmony_ci	{ 0x00000186, 0x0000 }, /* R390 (0x186) - FLL1 Synchroniser 6 */
40862306a36Sopenharmony_ci	{ 0x00000187, 0x0001 }, /* R391 (0x187) - FLL1 Synchroniser 7 */
40962306a36Sopenharmony_ci	{ 0x00000189, 0x0000 }, /* R393 (0x189) - FLL1 Spread Spectrum */
41062306a36Sopenharmony_ci	{ 0x0000018a, 0x000c }, /* R394 (0x18a) - FLL1 GPIO Clock */
41162306a36Sopenharmony_ci	{ 0x00000191, 0x0002 }, /* R401 (0x191) - FLL2 Control 1 */
41262306a36Sopenharmony_ci	{ 0x00000192, 0x0008 }, /* R402 (0x192) - FLL2 Control 2 */
41362306a36Sopenharmony_ci	{ 0x00000193, 0x0018 }, /* R403 (0x193) - FLL2 Control 3 */
41462306a36Sopenharmony_ci	{ 0x00000194, 0x007d }, /* R404 (0x194) - FLL2 Control 4 */
41562306a36Sopenharmony_ci	{ 0x00000195, 0x0000 }, /* R405 (0x195) - FLL2 Control 5 */
41662306a36Sopenharmony_ci	{ 0x00000196, 0x0000 }, /* R406 (0x196) - FLL2 Control 6 */
41762306a36Sopenharmony_ci	{ 0x00000199, 0x0000 }, /* R409 (0x199) - FLL2 Control 7 */
41862306a36Sopenharmony_ci	{ 0x000001a1, 0x0000 }, /* R417 (0x1a1) - FLL2 Synchroniser 1 */
41962306a36Sopenharmony_ci	{ 0x000001a2, 0x0000 }, /* R418 (0x1a2) - FLL2 Synchroniser 2 */
42062306a36Sopenharmony_ci	{ 0x000001a3, 0x0000 }, /* R419 (0x1a3) - FLL2 Synchroniser 3 */
42162306a36Sopenharmony_ci	{ 0x000001a4, 0x0000 }, /* R420 (0x1a4) - FLL2 Synchroniser 4 */
42262306a36Sopenharmony_ci	{ 0x000001a5, 0x0000 }, /* R421 (0x1a5) - FLL2 Synchroniser 5 */
42362306a36Sopenharmony_ci	{ 0x000001a6, 0x0000 }, /* R422 (0x1a6) - FLL2 Synchroniser 6 */
42462306a36Sopenharmony_ci	{ 0x000001a7, 0x0001 }, /* R423 (0x1a7) - FLL2 Synchroniser 7 */
42562306a36Sopenharmony_ci	{ 0x000001a9, 0x0000 }, /* R425 (0x1a9) - FLL2 Spread Spectrum */
42662306a36Sopenharmony_ci	{ 0x000001aa, 0x000c }, /* R426 (0x1aa) - FLL2 GPIO Clock */
42762306a36Sopenharmony_ci	{ 0x000001b1, 0x0002 }, /* R433 (0x1b1) - FLL3 Control 1 */
42862306a36Sopenharmony_ci	{ 0x000001b2, 0x0008 }, /* R434 (0x1b2) - FLL3 Control 2 */
42962306a36Sopenharmony_ci	{ 0x000001b3, 0x0018 }, /* R435 (0x1b3) - FLL3 Control 3 */
43062306a36Sopenharmony_ci	{ 0x000001b4, 0x007d }, /* R436 (0x1b4) - FLL3 Control 4 */
43162306a36Sopenharmony_ci	{ 0x000001b5, 0x0000 }, /* R437 (0x1b5) - FLL3 Control 5 */
43262306a36Sopenharmony_ci	{ 0x000001b6, 0x0000 }, /* R438 (0x1b6) - FLL3 Control 6 */
43362306a36Sopenharmony_ci	{ 0x000001b9, 0x0000 }, /* R441 (0x1b9) - FLL3 Control 7 */
43462306a36Sopenharmony_ci	{ 0x000001c1, 0x0000 }, /* R449 (0x1c1) - FLL3 Synchroniser 1 */
43562306a36Sopenharmony_ci	{ 0x000001c2, 0x0000 }, /* R450 (0x1c2) - FLL3 Synchroniser 2 */
43662306a36Sopenharmony_ci	{ 0x000001c3, 0x0000 }, /* R451 (0x1c3) - FLL3 Synchroniser 3 */
43762306a36Sopenharmony_ci	{ 0x000001c4, 0x0000 }, /* R452 (0x1c4) - FLL3 Synchroniser 4 */
43862306a36Sopenharmony_ci	{ 0x000001c5, 0x0000 }, /* R453 (0x1c5) - FLL3 Synchroniser 5 */
43962306a36Sopenharmony_ci	{ 0x000001c6, 0x0000 }, /* R454 (0x1c6) - FLL3 Synchroniser 6 */
44062306a36Sopenharmony_ci	{ 0x000001c7, 0x0001 }, /* R455 (0x1c7) - FLL3 Synchroniser 7 */
44162306a36Sopenharmony_ci	{ 0x000001c9, 0x0000 }, /* R457 (0x1c9) - FLL3 Spread Spectrum */
44262306a36Sopenharmony_ci	{ 0x000001ca, 0x000C }, /* R458 (0x1ca) - FLL3 GPIO Clock */
44362306a36Sopenharmony_ci	{ 0x00000200, 0x0006 }, /* R512 (0x200) - Mic Charge Pump 1 */
44462306a36Sopenharmony_ci	{ 0x0000020b, 0x0400 }, /* R523 (0x20B) - HP Charge Pump 8 */
44562306a36Sopenharmony_ci	{ 0x00000210, 0x0184 }, /* R528 (0x210) - LDO1 Control 1 */
44662306a36Sopenharmony_ci	{ 0x00000213, 0x03e4 }, /* R531 (0x213) - LDO2 Control 1 */
44762306a36Sopenharmony_ci	{ 0x00000218, 0x00e6 }, /* R536 (0x218) - Mic Bias Ctrl 1 */
44862306a36Sopenharmony_ci	{ 0x00000219, 0x00e6 }, /* R537 (0x219) - Mic Bias Ctrl 2 */
44962306a36Sopenharmony_ci	{ 0x0000021a, 0x00e6 }, /* R538 (0x21a) - Mic Bias Ctrl 3 */
45062306a36Sopenharmony_ci	{ 0x0000021b, 0x00e6 }, /* R539 (0x21b) - Mic Bias Ctrl 4 */
45162306a36Sopenharmony_ci	{ 0x0000027e, 0x0000 }, /* R638 (0x27e) - EDRE HP stereo control */
45262306a36Sopenharmony_ci	{ 0x00000293, 0x0000 }, /* R659 (0x293) - Accessory Detect Mode 1 */
45362306a36Sopenharmony_ci	{ 0x0000029b, 0x0000 }, /* R667 (0x29b) - Headphone Detect 1 */
45462306a36Sopenharmony_ci	{ 0x000002a3, 0x1102 }, /* R675 (0x2a3) - Mic Detect Control 1 */
45562306a36Sopenharmony_ci	{ 0x000002a4, 0x009f }, /* R676 (0x2a4) - Mic Detect Control 2 */
45662306a36Sopenharmony_ci	{ 0x000002a6, 0x3737 }, /* R678 (0x2a6) - Mic Detect Level 1 */
45762306a36Sopenharmony_ci	{ 0x000002a7, 0x2c37 }, /* R679 (0x2a7) - Mic Detect Level 2 */
45862306a36Sopenharmony_ci	{ 0x000002a8, 0x1422 }, /* R680 (0x2a8) - Mic Detect Level 3 */
45962306a36Sopenharmony_ci	{ 0x000002a9, 0x030a }, /* R681 (0x2a9) - Mic Detect Level 4 */
46062306a36Sopenharmony_ci	{ 0x000002c6, 0x0010 }, /* R710 (0x2c6) - Mic Clamp control */
46162306a36Sopenharmony_ci	{ 0x000002c8, 0x0000 }, /* R712 (0x2c8) - GP switch 1 */
46262306a36Sopenharmony_ci	{ 0x000002d3, 0x0000 }, /* R723 (0x2d3) - Jack detect analogue */
46362306a36Sopenharmony_ci	{ 0x00000300, 0x0000 }, /* R768 (0x300) - Input Enables */
46462306a36Sopenharmony_ci	{ 0x00000308, 0x0000 }, /* R776 (0x308) - Input Rate */
46562306a36Sopenharmony_ci	{ 0x00000309, 0x0022 }, /* R777 (0x309) - Input Volume Ramp */
46662306a36Sopenharmony_ci	{ 0x0000030c, 0x0002 }, /* R780 (0x30c) - HPF Control */
46762306a36Sopenharmony_ci	{ 0x00000310, 0x0080 }, /* R784 (0x310) - IN1L Control */
46862306a36Sopenharmony_ci	{ 0x00000311, 0x0180 }, /* R785 (0x311) - ADC Digital Volume 1L */
46962306a36Sopenharmony_ci	{ 0x00000312, 0x0500 }, /* R786 (0x312) - DMIC1L Control */
47062306a36Sopenharmony_ci	{ 0x00000314, 0x0080 }, /* R788 (0x314) - IN1R Control */
47162306a36Sopenharmony_ci	{ 0x00000315, 0x0180 }, /* R789 (0x315) - ADC Digital Volume 1R */
47262306a36Sopenharmony_ci	{ 0x00000316, 0x0000 }, /* R790 (0x316) - DMIC1R Control */
47362306a36Sopenharmony_ci	{ 0x00000318, 0x0080 }, /* R792 (0x318) - IN2L Control */
47462306a36Sopenharmony_ci	{ 0x00000319, 0x0180 }, /* R793 (0x319) - ADC Digital Volume 2L */
47562306a36Sopenharmony_ci	{ 0x0000031a, 0x0500 }, /* R794 (0x31a) - DMIC2L Control */
47662306a36Sopenharmony_ci	{ 0x0000031c, 0x0080 }, /* R796 (0x31c) - IN2R Control */
47762306a36Sopenharmony_ci	{ 0x0000031d, 0x0180 }, /* R797 (0x31d) - ADC Digital Volume 2R */
47862306a36Sopenharmony_ci	{ 0x0000031e, 0x0000 }, /* R798 (0x31e) - DMIC2R Control */
47962306a36Sopenharmony_ci	{ 0x00000320, 0x0080 }, /* R800 (0x320) - IN3L Control */
48062306a36Sopenharmony_ci	{ 0x00000321, 0x0180 }, /* R801 (0x321) - ADC Digital Volume 3L */
48162306a36Sopenharmony_ci	{ 0x00000322, 0x0500 }, /* R802 (0x322) - DMIC3L Control */
48262306a36Sopenharmony_ci	{ 0x00000324, 0x0080 }, /* R804 (0x324) - IN3R Control */
48362306a36Sopenharmony_ci	{ 0x00000325, 0x0180 }, /* R805 (0x325) - ADC Digital Volume 3R */
48462306a36Sopenharmony_ci	{ 0x00000326, 0x0000 }, /* R806 (0x326) - DMIC3R Control */
48562306a36Sopenharmony_ci	{ 0x00000328, 0x0000 }, /* R808 (0x328) - IN4 Control */
48662306a36Sopenharmony_ci	{ 0x00000329, 0x0180 }, /* R809 (0x329) - ADC Digital Volume 4L */
48762306a36Sopenharmony_ci	{ 0x0000032a, 0x0500 }, /* R810 (0x32a) - DMIC4L Control */
48862306a36Sopenharmony_ci	{ 0x0000032c, 0x0000 }, /* R812 (0x32c) - IN4R Control */
48962306a36Sopenharmony_ci	{ 0x0000032d, 0x0180 }, /* R813 (0x32d) - ADC Digital Volume 4R */
49062306a36Sopenharmony_ci	{ 0x0000032e, 0x0000 }, /* R814 (0x32e) - DMIC4R Control */
49162306a36Sopenharmony_ci	{ 0x00000330, 0x0000 }, /* R816 (0x330) - IN5L Control */
49262306a36Sopenharmony_ci	{ 0x00000331, 0x0180 }, /* R817 (0x331) - ADC Digital Volume 5L */
49362306a36Sopenharmony_ci	{ 0x00000332, 0x0500 }, /* R818 (0x332) - DMIC5L Control */
49462306a36Sopenharmony_ci	{ 0x00000334, 0x0000 }, /* R820 (0x334) - IN5R Control */
49562306a36Sopenharmony_ci	{ 0x00000335, 0x0180 }, /* R821 (0x335) - ADC Digital Volume 5R */
49662306a36Sopenharmony_ci	{ 0x00000336, 0x0000 }, /* R822 (0x336) - DMIC5R Control */
49762306a36Sopenharmony_ci	{ 0x00000338, 0x0000 }, /* R824 (0x338) - IN6L Control */
49862306a36Sopenharmony_ci	{ 0x00000339, 0x0180 }, /* R825 (0x339) - ADC Digital Volume 6L */
49962306a36Sopenharmony_ci	{ 0x0000033a, 0x0500 }, /* R826 (0x33a) - DMIC6L Control */
50062306a36Sopenharmony_ci	{ 0x0000033c, 0x0000 }, /* R828 (0x33c) - IN6R Control */
50162306a36Sopenharmony_ci	{ 0x0000033d, 0x0180 }, /* R829 (0x33d) - ADC Digital Volume 6R */
50262306a36Sopenharmony_ci	{ 0x0000033e, 0x0000 }, /* R830 (0x33e) - DMIC6R Control */
50362306a36Sopenharmony_ci	{ 0x00000400, 0x0000 }, /* R1024 (0x400) - Output Enables 1 */
50462306a36Sopenharmony_ci	{ 0x00000408, 0x0000 }, /* R1032 (0x408) - Output Rate 1 */
50562306a36Sopenharmony_ci	{ 0x00000409, 0x0022 }, /* R1033 (0x409) - Output Volume Ramp */
50662306a36Sopenharmony_ci	{ 0x00000410, 0x0080 }, /* R1040 (0x410) - Output Path Config 1L */
50762306a36Sopenharmony_ci	{ 0x00000411, 0x0180 }, /* R1041 (0x411) - DAC Digital Volume 1L */
50862306a36Sopenharmony_ci	{ 0x00000413, 0x0001 }, /* R1043 (0x413) - Noise Gate Select 1L */
50962306a36Sopenharmony_ci	{ 0x00000414, 0x0080 }, /* R1044 (0x414) - Output Path Config 1R */
51062306a36Sopenharmony_ci	{ 0x00000415, 0x0180 }, /* R1045 (0x415) - DAC Digital Volume 1R */
51162306a36Sopenharmony_ci	{ 0x00000417, 0x0002 }, /* R1047 (0x417) - Noise Gate Select 1R */
51262306a36Sopenharmony_ci	{ 0x00000418, 0x0080 }, /* R1048 (0x418) - Output Path Config 2L */
51362306a36Sopenharmony_ci	{ 0x00000419, 0x0180 }, /* R1049 (0x419) - DAC Digital Volume 2L */
51462306a36Sopenharmony_ci	{ 0x0000041b, 0x0004 }, /* R1051 (0x41b) - Noise Gate Select 2L */
51562306a36Sopenharmony_ci	{ 0x0000041c, 0x0080 }, /* R1052 (0x41c) - Output Path Config 2R */
51662306a36Sopenharmony_ci	{ 0x0000041d, 0x0180 }, /* R1053 (0x41d) - DAC Digital Volume 2R */
51762306a36Sopenharmony_ci	{ 0x0000041f, 0x0008 }, /* R1055 (0x41f) - Noise Gate Select 2R */
51862306a36Sopenharmony_ci	{ 0x00000420, 0x0080 }, /* R1056 (0x420) - Output Path Config 3L */
51962306a36Sopenharmony_ci	{ 0x00000421, 0x0180 }, /* R1057 (0x421) - DAC Digital Volume 3L */
52062306a36Sopenharmony_ci	{ 0x00000423, 0x0010 }, /* R1059 (0x423) - Noise Gate Select 3L */
52162306a36Sopenharmony_ci	{ 0x00000424, 0x0080 }, /* R1060 (0x424) - Output Path Config 3R */
52262306a36Sopenharmony_ci	{ 0x00000425, 0x0180 }, /* R1061 (0x425) - DAC Digital Volume 3R */
52362306a36Sopenharmony_ci	{ 0x00000427, 0x0020 }, /* R1063 (0x427) - Noise Gate Select 3R */
52462306a36Sopenharmony_ci	{ 0x00000428, 0x0000 }, /* R1064 (0x428) - Output Path Config 4L */
52562306a36Sopenharmony_ci	{ 0x00000429, 0x0180 }, /* R1065 (0x429) - DAC Digital Volume 4L */
52662306a36Sopenharmony_ci	{ 0x0000042b, 0x0040 }, /* R1067 (0x42b) - Noise Gate Select 4L */
52762306a36Sopenharmony_ci	{ 0x0000042c, 0x0000 }, /* R1068 (0x42c) - Output Path Config 4R */
52862306a36Sopenharmony_ci	{ 0x0000042d, 0x0180 }, /* R1069 (0x42d) - DAC Digital Volume 4R */
52962306a36Sopenharmony_ci	{ 0x0000042f, 0x0080 }, /* R1071 (0x42f) - Noise Gate Select 4R */
53062306a36Sopenharmony_ci	{ 0x00000430, 0x0000 }, /* R1072 (0x430) - Output Path Config 5L */
53162306a36Sopenharmony_ci	{ 0x00000431, 0x0180 }, /* R1073 (0x431) - DAC Digital Volume 5L */
53262306a36Sopenharmony_ci	{ 0x00000433, 0x0100 }, /* R1075 (0x433) - Noise Gate Select 5L */
53362306a36Sopenharmony_ci	{ 0x00000434, 0x0000 }, /* R1076 (0x434) - Output Path Config 5R */
53462306a36Sopenharmony_ci	{ 0x00000435, 0x0180 }, /* R1077 (0x435) - DAC Digital Volume 5R */
53562306a36Sopenharmony_ci	{ 0x00000437, 0x0200 }, /* R1079 (0x437) - Noise Gate Select 5R */
53662306a36Sopenharmony_ci	{ 0x00000438, 0x0000 }, /* R1080 (0x438) - Output Path Config 6L */
53762306a36Sopenharmony_ci	{ 0x00000439, 0x0180 }, /* R1081 (0x439) - DAC Digital Volume 6L */
53862306a36Sopenharmony_ci	{ 0x0000043b, 0x0400 }, /* R1083 (0x43b) - Noise Gate Select 6L */
53962306a36Sopenharmony_ci	{ 0x0000043c, 0x0000 }, /* R1084 (0x43c) - Output Path Config 6R */
54062306a36Sopenharmony_ci	{ 0x0000043d, 0x0180 }, /* R1085 (0x43d) - DAC Digital Volume 6R */
54162306a36Sopenharmony_ci	{ 0x0000043f, 0x0800 }, /* R1087 (0x43f) - Noise Gate Select 6R */
54262306a36Sopenharmony_ci	{ 0x00000450, 0x0000 }, /* R1104 (0x450) - DAC AEC Control 1 */
54362306a36Sopenharmony_ci	{ 0x00000451, 0x0000 }, /* R1105 (0x451) - DAC AEC Control 2 */
54462306a36Sopenharmony_ci	{ 0x00000458, 0x0000 }, /* R1112 (0x458) - Noise Gate Control */
54562306a36Sopenharmony_ci	{ 0x00000490, 0x0069 }, /* R1168 (0x490) - PDM SPK1 CTRL 1 */
54662306a36Sopenharmony_ci	{ 0x00000491, 0x0000 }, /* R1169 (0x491) - PDM SPK1 CTRL 2 */
54762306a36Sopenharmony_ci	{ 0x00000492, 0x0069 }, /* R1170 (0x492) - PDM SPK2 CTRL 1 */
54862306a36Sopenharmony_ci	{ 0x00000493, 0x0000 }, /* R1171 (0x493) - PDM SPK2 CTRL 2 */
54962306a36Sopenharmony_ci	{ 0x000004a0, 0x3280 }, /* R1184 (0x4a0) - HP1 Short Circuit Ctrl */
55062306a36Sopenharmony_ci	{ 0x000004a1, 0x3200 }, /* R1185 (0x4a1) - HP2 Short Circuit Ctrl */
55162306a36Sopenharmony_ci	{ 0x000004a2, 0x3200 }, /* R1186 (0x4a2) - HP3 Short Circuit Ctrl */
55262306a36Sopenharmony_ci	{ 0x000004a8, 0x7020 }, /* R1192 (0x4a8) - HP Test Ctrl 5 */
55362306a36Sopenharmony_ci	{ 0x000004a9, 0x7020 }, /* R1193 (0x4a9) - HP Test Ctrl 6 */
55462306a36Sopenharmony_ci	{ 0x00000500, 0x000c }, /* R1280 (0x500) - AIF1 BCLK Ctrl */
55562306a36Sopenharmony_ci	{ 0x00000501, 0x0000 }, /* R1281 (0x501) - AIF1 Tx Pin Ctrl */
55662306a36Sopenharmony_ci	{ 0x00000502, 0x0000 }, /* R1282 (0x502) - AIF1 Rx Pin Ctrl */
55762306a36Sopenharmony_ci	{ 0x00000503, 0x0000 }, /* R1283 (0x503) - AIF1 Rate Ctrl */
55862306a36Sopenharmony_ci	{ 0x00000504, 0x0000 }, /* R1284 (0x504) - AIF1 Format */
55962306a36Sopenharmony_ci	{ 0x00000506, 0x0040 }, /* R1286 (0x506) - AIF1 Rx BCLK Rate */
56062306a36Sopenharmony_ci	{ 0x00000507, 0x1818 }, /* R1287 (0x507) - AIF1 Frame Ctrl 1 */
56162306a36Sopenharmony_ci	{ 0x00000508, 0x1818 }, /* R1288 (0x508) - AIF1 Frame Ctrl 2 */
56262306a36Sopenharmony_ci	{ 0x00000509, 0x0000 }, /* R1289 (0x509) - AIF1 Frame Ctrl 3 */
56362306a36Sopenharmony_ci	{ 0x0000050a, 0x0001 }, /* R1290 (0x50a) - AIF1 Frame Ctrl 4 */
56462306a36Sopenharmony_ci	{ 0x0000050b, 0x0002 }, /* R1291 (0x50b) - AIF1 Frame Ctrl 5 */
56562306a36Sopenharmony_ci	{ 0x0000050c, 0x0003 }, /* R1292 (0x50c) - AIF1 Frame Ctrl 6 */
56662306a36Sopenharmony_ci	{ 0x0000050d, 0x0004 }, /* R1293 (0x50d) - AIF1 Frame Ctrl 7 */
56762306a36Sopenharmony_ci	{ 0x0000050e, 0x0005 }, /* R1294 (0x50e) - AIF1 Frame Ctrl 8 */
56862306a36Sopenharmony_ci	{ 0x0000050f, 0x0006 }, /* R1295 (0x50f) - AIF1 Frame Ctrl 9 */
56962306a36Sopenharmony_ci	{ 0x00000510, 0x0007 }, /* R1296 (0x510) - AIF1 Frame Ctrl 10 */
57062306a36Sopenharmony_ci	{ 0x00000511, 0x0000 }, /* R1297 (0x511) - AIF1 Frame Ctrl 11 */
57162306a36Sopenharmony_ci	{ 0x00000512, 0x0001 }, /* R1298 (0x512) - AIF1 Frame Ctrl 12 */
57262306a36Sopenharmony_ci	{ 0x00000513, 0x0002 }, /* R1299 (0x513) - AIF1 Frame Ctrl 13 */
57362306a36Sopenharmony_ci	{ 0x00000514, 0x0003 }, /* R1300 (0x514) - AIF1 Frame Ctrl 14 */
57462306a36Sopenharmony_ci	{ 0x00000515, 0x0004 }, /* R1301 (0x515) - AIF1 Frame Ctrl 15 */
57562306a36Sopenharmony_ci	{ 0x00000516, 0x0005 }, /* R1302 (0x516) - AIF1 Frame Ctrl 16 */
57662306a36Sopenharmony_ci	{ 0x00000517, 0x0006 }, /* R1303 (0x517) - AIF1 Frame Ctrl 17 */
57762306a36Sopenharmony_ci	{ 0x00000518, 0x0007 }, /* R1304 (0x518) - AIF1 Frame Ctrl 18 */
57862306a36Sopenharmony_ci	{ 0x00000519, 0x0000 }, /* R1305 (0x519) - AIF1 Tx Enables */
57962306a36Sopenharmony_ci	{ 0x0000051a, 0x0000 }, /* R1306 (0x51a) - AIF1 Rx Enables */
58062306a36Sopenharmony_ci	{ 0x00000540, 0x000c }, /* R1344 (0x540) - AIF2 BCLK Ctrl */
58162306a36Sopenharmony_ci	{ 0x00000541, 0x0000 }, /* R1345 (0x541) - AIF2 Tx Pin Ctrl */
58262306a36Sopenharmony_ci	{ 0x00000542, 0x0000 }, /* R1346 (0x542) - AIF2 Rx Pin Ctrl */
58362306a36Sopenharmony_ci	{ 0x00000543, 0x0000 }, /* R1347 (0x543) - AIF2 Rate Ctrl */
58462306a36Sopenharmony_ci	{ 0x00000544, 0x0000 }, /* R1348 (0x544) - AIF2 Format */
58562306a36Sopenharmony_ci	{ 0x00000546, 0x0040 }, /* R1350 (0x546) - AIF2 Rx BCLK Rate */
58662306a36Sopenharmony_ci	{ 0x00000547, 0x1818 }, /* R1351 (0x547) - AIF2 Frame Ctrl 1 */
58762306a36Sopenharmony_ci	{ 0x00000548, 0x1818 }, /* R1352 (0x548) - AIF2 Frame Ctrl 2 */
58862306a36Sopenharmony_ci	{ 0x00000549, 0x0000 }, /* R1353 (0x549) - AIF2 Frame Ctrl 3 */
58962306a36Sopenharmony_ci	{ 0x0000054a, 0x0001 }, /* R1354 (0x54a) - AIF2 Frame Ctrl 4 */
59062306a36Sopenharmony_ci	{ 0x0000054b, 0x0002 }, /* R1355 (0x54b) - AIF2 Frame Ctrl 5 */
59162306a36Sopenharmony_ci	{ 0x0000054c, 0x0003 }, /* R1356 (0x54c) - AIF2 Frame Ctrl 6 */
59262306a36Sopenharmony_ci	{ 0x0000054d, 0x0004 }, /* R1357 (0x54d) - AIF2 Frame Ctrl 7 */
59362306a36Sopenharmony_ci	{ 0x0000054e, 0x0005 }, /* R1358 (0x54e) - AIF2 Frame Ctrl 8 */
59462306a36Sopenharmony_ci	{ 0x0000054f, 0x0006 }, /* R1359 (0x54f) - AIF2 Frame Ctrl 9 */
59562306a36Sopenharmony_ci	{ 0x00000550, 0x0007 }, /* R1360 (0x550) - AIF2 Frame Ctrl 10 */
59662306a36Sopenharmony_ci	{ 0x00000551, 0x0000 }, /* R1361 (0x551) - AIF2 Frame Ctrl 11 */
59762306a36Sopenharmony_ci	{ 0x00000552, 0x0001 }, /* R1362 (0x552) - AIF2 Frame Ctrl 12 */
59862306a36Sopenharmony_ci	{ 0x00000553, 0x0002 }, /* R1363 (0x553) - AIF2 Frame Ctrl 13 */
59962306a36Sopenharmony_ci	{ 0x00000554, 0x0003 }, /* R1364 (0x554) - AIF2 Frame Ctrl 14 */
60062306a36Sopenharmony_ci	{ 0x00000555, 0x0004 }, /* R1365 (0x555) - AIF2 Frame Ctrl 15 */
60162306a36Sopenharmony_ci	{ 0x00000556, 0x0005 }, /* R1366 (0x556) - AIF2 Frame Ctrl 16 */
60262306a36Sopenharmony_ci	{ 0x00000557, 0x0006 }, /* R1367 (0x557) - AIF2 Frame Ctrl 17 */
60362306a36Sopenharmony_ci	{ 0x00000558, 0x0007 }, /* R1368 (0x558) - AIF2 Frame Ctrl 18 */
60462306a36Sopenharmony_ci	{ 0x00000559, 0x0000 }, /* R1369 (0x559) - AIF2 Tx Enables */
60562306a36Sopenharmony_ci	{ 0x0000055a, 0x0000 }, /* R1370 (0x55a) - AIF2 Rx Enables */
60662306a36Sopenharmony_ci	{ 0x00000580, 0x000c }, /* R1408 (0x580) - AIF3 BCLK Ctrl */
60762306a36Sopenharmony_ci	{ 0x00000581, 0x0000 }, /* R1409 (0x581) - AIF3 Tx Pin Ctrl */
60862306a36Sopenharmony_ci	{ 0x00000582, 0x0000 }, /* R1410 (0x582) - AIF3 Rx Pin Ctrl */
60962306a36Sopenharmony_ci	{ 0x00000583, 0x0000 }, /* R1411 (0x583) - AIF3 Rate Ctrl */
61062306a36Sopenharmony_ci	{ 0x00000584, 0x0000 }, /* R1412 (0x584) - AIF3 Format */
61162306a36Sopenharmony_ci	{ 0x00000586, 0x0040 }, /* R1414 (0x586) - AIF3 Rx BCLK Rate */
61262306a36Sopenharmony_ci	{ 0x00000587, 0x1818 }, /* R1415 (0x587) - AIF3 Frame Ctrl 1 */
61362306a36Sopenharmony_ci	{ 0x00000588, 0x1818 }, /* R1416 (0x588) - AIF3 Frame Ctrl 2 */
61462306a36Sopenharmony_ci	{ 0x00000589, 0x0000 }, /* R1417 (0x589) - AIF3 Frame Ctrl 3 */
61562306a36Sopenharmony_ci	{ 0x0000058a, 0x0001 }, /* R1418 (0x58a) - AIF3 Frame Ctrl 4 */
61662306a36Sopenharmony_ci	{ 0x00000591, 0x0000 }, /* R1425 (0x591) - AIF3 Frame Ctrl 11 */
61762306a36Sopenharmony_ci	{ 0x00000592, 0x0001 }, /* R1426 (0x592) - AIF3 Frame Ctrl 12 */
61862306a36Sopenharmony_ci	{ 0x00000599, 0x0000 }, /* R1433 (0x599) - AIF3 Tx Enables */
61962306a36Sopenharmony_ci	{ 0x0000059a, 0x0000 }, /* R1434 (0x59a) - AIF3 Rx Enables */
62062306a36Sopenharmony_ci	{ 0x000005a0, 0x000c }, /* R1440 (0x5a0) - AIF4 BCLK Ctrl */
62162306a36Sopenharmony_ci	{ 0x000005a1, 0x0000 }, /* R1441 (0x5a1) - AIF4 Tx Pin Ctrl */
62262306a36Sopenharmony_ci	{ 0x000005a2, 0x0000 }, /* R1442 (0x5a2) - AIF4 Rx Pin Ctrl */
62362306a36Sopenharmony_ci	{ 0x000005a3, 0x0000 }, /* R1443 (0x5a3) - AIF4 Rate Ctrl */
62462306a36Sopenharmony_ci	{ 0x000005a4, 0x0000 }, /* R1444 (0x5a4) - AIF4 Format */
62562306a36Sopenharmony_ci	{ 0x000005a6, 0x0040 }, /* R1446 (0x5a6) - AIF4 Rx BCLK Rate */
62662306a36Sopenharmony_ci	{ 0x000005a7, 0x1818 }, /* R1447 (0x5a7) - AIF4 Frame Ctrl 1 */
62762306a36Sopenharmony_ci	{ 0x000005a8, 0x1818 }, /* R1448 (0x5a8) - AIF4 Frame Ctrl 2 */
62862306a36Sopenharmony_ci	{ 0x000005a9, 0x0000 }, /* R1449 (0x5a9) - AIF4 Frame Ctrl 3 */
62962306a36Sopenharmony_ci	{ 0x000005aa, 0x0001 }, /* R1450 (0x5aa) - AIF4 Frame Ctrl 4 */
63062306a36Sopenharmony_ci	{ 0x000005b1, 0x0000 }, /* R1457 (0x5b1) - AIF4 Frame Ctrl 11 */
63162306a36Sopenharmony_ci	{ 0x000005b2, 0x0001 }, /* R1458 (0x5b2) - AIF4 Frame Ctrl 12 */
63262306a36Sopenharmony_ci	{ 0x000005b9, 0x0000 }, /* R1465 (0x5b9) - AIF4 Tx Enables */
63362306a36Sopenharmony_ci	{ 0x000005ba, 0x0000 }, /* R1466 (0x5ba) - AIF4 Rx Enables */
63462306a36Sopenharmony_ci	{ 0x000005c2, 0x0000 }, /* R1474 (0x5c2) - SPD1 TX Control */
63562306a36Sopenharmony_ci	{ 0x000005e3, 0x0000 }, /* R1507 (0x5e3) - SLIMbus Framer Ref Gear */
63662306a36Sopenharmony_ci	{ 0x000005e5, 0x0000 }, /* R1509 (0x5e5) - SLIMbus Rates 1 */
63762306a36Sopenharmony_ci	{ 0x000005e6, 0x0000 }, /* R1510 (0x5e6) - SLIMbus Rates 2 */
63862306a36Sopenharmony_ci	{ 0x000005e7, 0x0000 }, /* R1511 (0x5e7) - SLIMbus Rates 3 */
63962306a36Sopenharmony_ci	{ 0x000005e8, 0x0000 }, /* R1512 (0x5e8) - SLIMbus Rates 4 */
64062306a36Sopenharmony_ci	{ 0x000005e9, 0x0000 }, /* R1513 (0x5e9) - SLIMbus Rates 5 */
64162306a36Sopenharmony_ci	{ 0x000005ea, 0x0000 }, /* R1514 (0x5ea) - SLIMbus Rates 6 */
64262306a36Sopenharmony_ci	{ 0x000005eb, 0x0000 }, /* R1515 (0x5eb) - SLIMbus Rates 7 */
64362306a36Sopenharmony_ci	{ 0x000005ec, 0x0000 }, /* R1516 (0x5ec) - SLIMbus Rates 8 */
64462306a36Sopenharmony_ci	{ 0x000005f5, 0x0000 }, /* R1525 (0x5f5) - SLIMbus RX Channel Enable */
64562306a36Sopenharmony_ci	{ 0x000005f6, 0x0000 }, /* R1526 (0x5F6) - SLIMbus TX Channel Enable */
64662306a36Sopenharmony_ci	{ 0x00000640, 0x0000 }, /* R1600 (0x640) - PWM1MIX Input 1 Source */
64762306a36Sopenharmony_ci	{ 0x00000641, 0x0080 }, /* R1601 (0x641) - PWM1MIX Input 1 Volume */
64862306a36Sopenharmony_ci	{ 0x00000642, 0x0000 }, /* R1602 (0x642) - PWM1MIX Input 2 Source */
64962306a36Sopenharmony_ci	{ 0x00000643, 0x0080 }, /* R1603 (0x643) - PWM1MIX Input 2 Volume */
65062306a36Sopenharmony_ci	{ 0x00000644, 0x0000 }, /* R1604 (0x644) - PWM1MIX Input 3 Source */
65162306a36Sopenharmony_ci	{ 0x00000645, 0x0080 }, /* R1605 (0x645) - PWM1MIX Input 3 Volume */
65262306a36Sopenharmony_ci	{ 0x00000646, 0x0000 }, /* R1606 (0x646) - PWM1MIX Input 4 Source */
65362306a36Sopenharmony_ci	{ 0x00000647, 0x0080 }, /* R1607 (0x647) - PWM1MIX Input 4 Volume */
65462306a36Sopenharmony_ci	{ 0x00000648, 0x0000 }, /* R1608 (0x648) - PWM2MIX Input 1 Source */
65562306a36Sopenharmony_ci	{ 0x00000649, 0x0080 }, /* R1609 (0x649) - PWM2MIX Input 1 Volume */
65662306a36Sopenharmony_ci	{ 0x0000064a, 0x0000 }, /* R1610 (0x64a) - PWM2MIX Input 2 Source */
65762306a36Sopenharmony_ci	{ 0x0000064b, 0x0080 }, /* R1611 (0x64b) - PWM2MIX Input 2 Volume */
65862306a36Sopenharmony_ci	{ 0x0000064c, 0x0000 }, /* R1612 (0x64c) - PWM2MIX Input 3 Source */
65962306a36Sopenharmony_ci	{ 0x0000064d, 0x0080 }, /* R1613 (0x64d) - PWM2MIX Input 3 Volume */
66062306a36Sopenharmony_ci	{ 0x0000064e, 0x0000 }, /* R1614 (0x64e) - PWM2MIX Input 4 Source */
66162306a36Sopenharmony_ci	{ 0x0000064f, 0x0080 }, /* R1615 (0x64f) - PWM2MIX Input 4 Volume */
66262306a36Sopenharmony_ci	{ 0x00000680, 0x0000 }, /* R1664 (0x680) - OUT1LMIX Input 1 Source */
66362306a36Sopenharmony_ci	{ 0x00000681, 0x0080 }, /* R1665 (0x681) - OUT1LMIX Input 1 Volume */
66462306a36Sopenharmony_ci	{ 0x00000682, 0x0000 }, /* R1666 (0x682) - OUT1LMIX Input 2 Source */
66562306a36Sopenharmony_ci	{ 0x00000683, 0x0080 }, /* R1667 (0x683) - OUT1LMIX Input 2 Volume */
66662306a36Sopenharmony_ci	{ 0x00000684, 0x0000 }, /* R1668 (0x684) - OUT1LMIX Input 3 Source */
66762306a36Sopenharmony_ci	{ 0x00000685, 0x0080 }, /* R1669 (0x685) - OUT1LMIX Input 3 Volume */
66862306a36Sopenharmony_ci	{ 0x00000686, 0x0000 }, /* R1670 (0x686) - OUT1LMIX Input 4 Source */
66962306a36Sopenharmony_ci	{ 0x00000687, 0x0080 }, /* R1671 (0x687) - OUT1LMIX Input 4 Volume */
67062306a36Sopenharmony_ci	{ 0x00000688, 0x0000 }, /* R1672 (0x688) - OUT1RMIX Input 1 Source */
67162306a36Sopenharmony_ci	{ 0x00000689, 0x0080 }, /* R1673 (0x689) - OUT1RMIX Input 1 Volume */
67262306a36Sopenharmony_ci	{ 0x0000068a, 0x0000 }, /* R1674 (0x68a) - OUT1RMIX Input 2 Source */
67362306a36Sopenharmony_ci	{ 0x0000068b, 0x0080 }, /* R1675 (0x68b) - OUT1RMIX Input 2 Volume */
67462306a36Sopenharmony_ci	{ 0x0000068c, 0x0000 }, /* R1672 (0x68c) - OUT1RMIX Input 3 Source */
67562306a36Sopenharmony_ci	{ 0x0000068d, 0x0080 }, /* R1673 (0x68d) - OUT1RMIX Input 3 Volume */
67662306a36Sopenharmony_ci	{ 0x0000068e, 0x0000 }, /* R1674 (0x68e) - OUT1RMIX Input 4 Source */
67762306a36Sopenharmony_ci	{ 0x0000068f, 0x0080 }, /* R1675 (0x68f) - OUT1RMIX Input 4 Volume */
67862306a36Sopenharmony_ci	{ 0x00000690, 0x0000 }, /* R1680 (0x690) - OUT2LMIX Input 1 Source */
67962306a36Sopenharmony_ci	{ 0x00000691, 0x0080 }, /* R1681 (0x691) - OUT2LMIX Input 1 Volume */
68062306a36Sopenharmony_ci	{ 0x00000692, 0x0000 }, /* R1682 (0x692) - OUT2LMIX Input 2 Source */
68162306a36Sopenharmony_ci	{ 0x00000693, 0x0080 }, /* R1683 (0x693) - OUT2LMIX Input 2 Volume */
68262306a36Sopenharmony_ci	{ 0x00000694, 0x0000 }, /* R1684 (0x694) - OUT2LMIX Input 3 Source */
68362306a36Sopenharmony_ci	{ 0x00000695, 0x0080 }, /* R1685 (0x695) - OUT2LMIX Input 3 Volume */
68462306a36Sopenharmony_ci	{ 0x00000696, 0x0000 }, /* R1686 (0x696) - OUT2LMIX Input 4 Source */
68562306a36Sopenharmony_ci	{ 0x00000697, 0x0080 }, /* R1687 (0x697) - OUT2LMIX Input 4 Volume */
68662306a36Sopenharmony_ci	{ 0x00000698, 0x0000 }, /* R1688 (0x698) - OUT2RMIX Input 1 Source */
68762306a36Sopenharmony_ci	{ 0x00000699, 0x0080 }, /* R1689 (0x699) - OUT2RMIX Input 1 Volume */
68862306a36Sopenharmony_ci	{ 0x0000069a, 0x0000 }, /* R1690 (0x69a) - OUT2RMIX Input 2 Source */
68962306a36Sopenharmony_ci	{ 0x0000069b, 0x0080 }, /* R1691 (0x69b) - OUT2RMIX Input 2 Volume */
69062306a36Sopenharmony_ci	{ 0x0000069c, 0x0000 }, /* R1692 (0x69c) - OUT2RMIX Input 3 Source */
69162306a36Sopenharmony_ci	{ 0x0000069d, 0x0080 }, /* R1693 (0x69d) - OUT2RMIX Input 3 Volume */
69262306a36Sopenharmony_ci	{ 0x0000069e, 0x0000 }, /* R1694 (0x69e) - OUT2RMIX Input 4 Source */
69362306a36Sopenharmony_ci	{ 0x0000069f, 0x0080 }, /* R1695 (0x69f) - OUT2RMIX Input 4 Volume */
69462306a36Sopenharmony_ci	{ 0x000006a0, 0x0000 }, /* R1696 (0x6a0) - OUT3LMIX Input 1 Source */
69562306a36Sopenharmony_ci	{ 0x000006a1, 0x0080 }, /* R1697 (0x6a1) - OUT3LMIX Input 1 Volume */
69662306a36Sopenharmony_ci	{ 0x000006a2, 0x0000 }, /* R1698 (0x6a2) - OUT3LMIX Input 2 Source */
69762306a36Sopenharmony_ci	{ 0x000006a3, 0x0080 }, /* R1699 (0x6a3) - OUT3LMIX Input 2 Volume */
69862306a36Sopenharmony_ci	{ 0x000006a4, 0x0000 }, /* R1700 (0x6a4) - OUT3LMIX Input 3 Source */
69962306a36Sopenharmony_ci	{ 0x000006a5, 0x0080 }, /* R1701 (0x6a5) - OUT3LMIX Input 3 Volume */
70062306a36Sopenharmony_ci	{ 0x000006a6, 0x0000 }, /* R1702 (0x6a6) - OUT3LMIX Input 4 Source */
70162306a36Sopenharmony_ci	{ 0x000006a7, 0x0080 }, /* R1703 (0x6a7) - OUT3LMIX Input 4 Volume */
70262306a36Sopenharmony_ci	{ 0x000006a8, 0x0000 }, /* R1704 (0x6a8) - OUT3RMIX Input 1 Source */
70362306a36Sopenharmony_ci	{ 0x000006a9, 0x0080 }, /* R1705 (0x6a9) - OUT3RMIX Input 1 Volume */
70462306a36Sopenharmony_ci	{ 0x000006aa, 0x0000 }, /* R1706 (0x6aa) - OUT3RMIX Input 2 Source */
70562306a36Sopenharmony_ci	{ 0x000006ab, 0x0080 }, /* R1707 (0x6ab) - OUT3RMIX Input 2 Volume */
70662306a36Sopenharmony_ci	{ 0x000006ac, 0x0000 }, /* R1708 (0x6ac) - OUT3RMIX Input 3 Source */
70762306a36Sopenharmony_ci	{ 0x000006ad, 0x0080 }, /* R1709 (0x6ad) - OUT3RMIX Input 3 Volume */
70862306a36Sopenharmony_ci	{ 0x000006ae, 0x0000 }, /* R1710 (0x6ae) - OUT3RMIX Input 4 Source */
70962306a36Sopenharmony_ci	{ 0x000006af, 0x0080 }, /* R1711 (0x6af) - OUT3RMIX Input 4 Volume */
71062306a36Sopenharmony_ci	{ 0x000006b0, 0x0000 }, /* R1712 (0x6b0) - OUT4LMIX Input 1 Source */
71162306a36Sopenharmony_ci	{ 0x000006b1, 0x0080 }, /* R1713 (0x6b1) - OUT4LMIX Input 1 Volume */
71262306a36Sopenharmony_ci	{ 0x000006b2, 0x0000 }, /* R1714 (0x6b2) - OUT4LMIX Input 2 Source */
71362306a36Sopenharmony_ci	{ 0x000006b3, 0x0080 }, /* R1715 (0x6b3) - OUT4LMIX Input 2 Volume */
71462306a36Sopenharmony_ci	{ 0x000006b4, 0x0000 }, /* R1716 (0x6b4) - OUT4LMIX Input 3 Source */
71562306a36Sopenharmony_ci	{ 0x000006b5, 0x0080 }, /* R1717 (0x6b5) - OUT4LMIX Input 3 Volume */
71662306a36Sopenharmony_ci	{ 0x000006b6, 0x0000 }, /* R1718 (0x6b6) - OUT4LMIX Input 4 Source */
71762306a36Sopenharmony_ci	{ 0x000006b7, 0x0080 }, /* R1719 (0x6b7) - OUT4LMIX Input 4 Volume */
71862306a36Sopenharmony_ci	{ 0x000006b8, 0x0000 }, /* R1720 (0x6b8) - OUT4RMIX Input 1 Source */
71962306a36Sopenharmony_ci	{ 0x000006b9, 0x0080 }, /* R1721 (0x6b9) - OUT4RMIX Input 1 Volume */
72062306a36Sopenharmony_ci	{ 0x000006ba, 0x0000 }, /* R1722 (0x6ba) - OUT4RMIX Input 2 Source */
72162306a36Sopenharmony_ci	{ 0x000006bb, 0x0080 }, /* R1723 (0x6bb) - OUT4RMIX Input 2 Volume */
72262306a36Sopenharmony_ci	{ 0x000006bc, 0x0000 }, /* R1724 (0x6bc) - OUT4RMIX Input 3 Source */
72362306a36Sopenharmony_ci	{ 0x000006bd, 0x0080 }, /* R1725 (0x6bd) - OUT4RMIX Input 3 Volume */
72462306a36Sopenharmony_ci	{ 0x000006be, 0x0000 }, /* R1726 (0x6be) - OUT4RMIX Input 4 Source */
72562306a36Sopenharmony_ci	{ 0x000006bf, 0x0080 }, /* R1727 (0x6bf) - OUT4RMIX Input 4 Volume */
72662306a36Sopenharmony_ci	{ 0x000006c0, 0x0000 }, /* R1728 (0x6c0) - OUT5LMIX Input 1 Source */
72762306a36Sopenharmony_ci	{ 0x000006c1, 0x0080 }, /* R1729 (0x6c1) - OUT5LMIX Input 1 Volume */
72862306a36Sopenharmony_ci	{ 0x000006c2, 0x0000 }, /* R1730 (0x6c2) - OUT5LMIX Input 2 Source */
72962306a36Sopenharmony_ci	{ 0x000006c3, 0x0080 }, /* R1731 (0x6c3) - OUT5LMIX Input 2 Volume */
73062306a36Sopenharmony_ci	{ 0x000006c4, 0x0000 }, /* R1732 (0x6c4) - OUT5LMIX Input 3 Source */
73162306a36Sopenharmony_ci	{ 0x000006c5, 0x0080 }, /* R1733 (0x6c5) - OUT5LMIX Input 3 Volume */
73262306a36Sopenharmony_ci	{ 0x000006c6, 0x0000 }, /* R1734 (0x6c6) - OUT5LMIX Input 4 Source */
73362306a36Sopenharmony_ci	{ 0x000006c7, 0x0080 }, /* R1735 (0x6c7) - OUT5LMIX Input 4 Volume */
73462306a36Sopenharmony_ci	{ 0x000006c8, 0x0000 }, /* R1736 (0x6c8) - OUT5RMIX Input 1 Source */
73562306a36Sopenharmony_ci	{ 0x000006c9, 0x0080 }, /* R1737 (0x6c9) - OUT5RMIX Input 1 Volume */
73662306a36Sopenharmony_ci	{ 0x000006ca, 0x0000 }, /* R1738 (0x6ca) - OUT5RMIX Input 2 Source */
73762306a36Sopenharmony_ci	{ 0x000006cb, 0x0080 }, /* R1739 (0x6cb) - OUT5RMIX Input 2 Volume */
73862306a36Sopenharmony_ci	{ 0x000006cc, 0x0000 }, /* R1740 (0x6cc) - OUT5RMIX Input 3 Source */
73962306a36Sopenharmony_ci	{ 0x000006cd, 0x0080 }, /* R1741 (0x6cd) - OUT5RMIX Input 3 Volume */
74062306a36Sopenharmony_ci	{ 0x000006ce, 0x0000 }, /* R1742 (0x6ce) - OUT5RMIX Input 4 Source */
74162306a36Sopenharmony_ci	{ 0x000006cf, 0x0080 }, /* R1743 (0x6cf) - OUT5RMIX Input 4 Volume */
74262306a36Sopenharmony_ci	{ 0x000006d0, 0x0000 }, /* R1744 (0x6d0) - OUT6LMIX Input 1 Source */
74362306a36Sopenharmony_ci	{ 0x000006d1, 0x0080 }, /* R1745 (0x6d1) - OUT6LMIX Input 1 Volume */
74462306a36Sopenharmony_ci	{ 0x000006d2, 0x0000 }, /* R1746 (0x6d2) - OUT6LMIX Input 2 Source */
74562306a36Sopenharmony_ci	{ 0x000006d3, 0x0080 }, /* R1747 (0x6d3) - OUT6LMIX Input 2 Volume */
74662306a36Sopenharmony_ci	{ 0x000006d4, 0x0000 }, /* R1748 (0x6d4) - OUT6LMIX Input 3 Source */
74762306a36Sopenharmony_ci	{ 0x000006d5, 0x0080 }, /* R1749 (0x6d5) - OUT6LMIX Input 3 Volume */
74862306a36Sopenharmony_ci	{ 0x000006d6, 0x0000 }, /* R1750 (0x6d6) - OUT6LMIX Input 4 Source */
74962306a36Sopenharmony_ci	{ 0x000006d7, 0x0080 }, /* R1751 (0x6d7) - OUT6LMIX Input 4 Volume */
75062306a36Sopenharmony_ci	{ 0x000006d8, 0x0000 }, /* R1752 (0x6d8) - OUT6RMIX Input 1 Source */
75162306a36Sopenharmony_ci	{ 0x000006d9, 0x0080 }, /* R1753 (0x6d9) - OUT6RMIX Input 1 Volume */
75262306a36Sopenharmony_ci	{ 0x000006da, 0x0000 }, /* R1754 (0x6da) - OUT6RMIX Input 2 Source */
75362306a36Sopenharmony_ci	{ 0x000006db, 0x0080 }, /* R1755 (0x6db) - OUT6RMIX Input 2 Volume */
75462306a36Sopenharmony_ci	{ 0x000006dc, 0x0000 }, /* R1756 (0x6dc) - OUT6RMIX Input 3 Source */
75562306a36Sopenharmony_ci	{ 0x000006dd, 0x0080 }, /* R1757 (0x6dd) - OUT6RMIX Input 3 Volume */
75662306a36Sopenharmony_ci	{ 0x000006de, 0x0000 }, /* R1758 (0x6de) - OUT6RMIX Input 4 Source */
75762306a36Sopenharmony_ci	{ 0x000006df, 0x0080 }, /* R1759 (0x6df) - OUT6RMIX Input 4 Volume */
75862306a36Sopenharmony_ci	{ 0x00000700, 0x0000 }, /* R1792 (0x700) - AIF1TX1MIX Input 1 Source */
75962306a36Sopenharmony_ci	{ 0x00000701, 0x0080 }, /* R1793 (0x701) - AIF1TX1MIX Input 1 Volume */
76062306a36Sopenharmony_ci	{ 0x00000702, 0x0000 }, /* R1794 (0x702) - AIF1TX1MIX Input 2 Source */
76162306a36Sopenharmony_ci	{ 0x00000703, 0x0080 }, /* R1795 (0x703) - AIF1TX1MIX Input 2 Volume */
76262306a36Sopenharmony_ci	{ 0x00000704, 0x0000 }, /* R1796 (0x704) - AIF1TX1MIX Input 3 Source */
76362306a36Sopenharmony_ci	{ 0x00000705, 0x0080 }, /* R1797 (0x705) - AIF1TX1MIX Input 3 Volume */
76462306a36Sopenharmony_ci	{ 0x00000706, 0x0000 }, /* R1798 (0x706) - AIF1TX1MIX Input 4 Source */
76562306a36Sopenharmony_ci	{ 0x00000707, 0x0080 }, /* R1799 (0x707) - AIF1TX1MIX Input 4 Volume */
76662306a36Sopenharmony_ci	{ 0x00000708, 0x0000 }, /* R1800 (0x708) - AIF1TX2MIX Input 1 Source */
76762306a36Sopenharmony_ci	{ 0x00000709, 0x0080 }, /* R1801 (0x709) - AIF1TX2MIX Input 1 Volume */
76862306a36Sopenharmony_ci	{ 0x0000070a, 0x0000 }, /* R1802 (0x70a) - AIF1TX2MIX Input 2 Source */
76962306a36Sopenharmony_ci	{ 0x0000070b, 0x0080 }, /* R1803 (0x70b) - AIF1TX2MIX Input 2 Volume */
77062306a36Sopenharmony_ci	{ 0x0000070c, 0x0000 }, /* R1804 (0x70c) - AIF1TX2MIX Input 3 Source */
77162306a36Sopenharmony_ci	{ 0x0000070d, 0x0080 }, /* R1805 (0x70d) - AIF1TX2MIX Input 3 Volume */
77262306a36Sopenharmony_ci	{ 0x0000070e, 0x0000 }, /* R1806 (0x70e) - AIF1TX2MIX Input 4 Source */
77362306a36Sopenharmony_ci	{ 0x0000070f, 0x0080 }, /* R1807 (0x70f) - AIF1TX2MIX Input 4 Volume */
77462306a36Sopenharmony_ci	{ 0x00000710, 0x0000 }, /* R1808 (0x710) - AIF1TX3MIX Input 1 Source */
77562306a36Sopenharmony_ci	{ 0x00000711, 0x0080 }, /* R1809 (0x711) - AIF1TX3MIX Input 1 Volume */
77662306a36Sopenharmony_ci	{ 0x00000712, 0x0000 }, /* R1810 (0x712) - AIF1TX3MIX Input 2 Source */
77762306a36Sopenharmony_ci	{ 0x00000713, 0x0080 }, /* R1811 (0x713) - AIF1TX3MIX Input 2 Volume */
77862306a36Sopenharmony_ci	{ 0x00000714, 0x0000 }, /* R1812 (0x714) - AIF1TX3MIX Input 3 Source */
77962306a36Sopenharmony_ci	{ 0x00000715, 0x0080 }, /* R1813 (0x715) - AIF1TX3MIX Input 3 Volume */
78062306a36Sopenharmony_ci	{ 0x00000716, 0x0000 }, /* R1814 (0x716) - AIF1TX3MIX Input 4 Source */
78162306a36Sopenharmony_ci	{ 0x00000717, 0x0080 }, /* R1815 (0x717) - AIF1TX3MIX Input 4 Volume */
78262306a36Sopenharmony_ci	{ 0x00000718, 0x0000 }, /* R1816 (0x718) - AIF1TX4MIX Input 1 Source */
78362306a36Sopenharmony_ci	{ 0x00000719, 0x0080 }, /* R1817 (0x719) - AIF1TX4MIX Input 1 Volume */
78462306a36Sopenharmony_ci	{ 0x0000071a, 0x0000 }, /* R1818 (0x71a) - AIF1TX4MIX Input 2 Source */
78562306a36Sopenharmony_ci	{ 0x0000071b, 0x0080 }, /* R1819 (0x71b) - AIF1TX4MIX Input 2 Volume */
78662306a36Sopenharmony_ci	{ 0x0000071c, 0x0000 }, /* R1820 (0x71c) - AIF1TX4MIX Input 3 Source */
78762306a36Sopenharmony_ci	{ 0x0000071d, 0x0080 }, /* R1821 (0x71d) - AIF1TX4MIX Input 3 Volume */
78862306a36Sopenharmony_ci	{ 0x0000071e, 0x0000 }, /* R1822 (0x71e) - AIF1TX4MIX Input 4 Source */
78962306a36Sopenharmony_ci	{ 0x0000071f, 0x0080 }, /* R1823 (0x71f) - AIF1TX4MIX Input 4 Volume */
79062306a36Sopenharmony_ci	{ 0x00000720, 0x0000 }, /* R1824 (0x720) - AIF1TX5MIX Input 1 Source */
79162306a36Sopenharmony_ci	{ 0x00000721, 0x0080 }, /* R1825 (0x721) - AIF1TX5MIX Input 1 Volume */
79262306a36Sopenharmony_ci	{ 0x00000722, 0x0000 }, /* R1826 (0x722) - AIF1TX5MIX Input 2 Source */
79362306a36Sopenharmony_ci	{ 0x00000723, 0x0080 }, /* R1827 (0x723) - AIF1TX5MIX Input 2 Volume */
79462306a36Sopenharmony_ci	{ 0x00000724, 0x0000 }, /* R1828 (0x724) - AIF1TX5MIX Input 3 Source */
79562306a36Sopenharmony_ci	{ 0x00000725, 0x0080 }, /* R1829 (0x725) - AIF1TX5MIX Input 3 Volume */
79662306a36Sopenharmony_ci	{ 0x00000726, 0x0000 }, /* R1830 (0x726) - AIF1TX5MIX Input 4 Source */
79762306a36Sopenharmony_ci	{ 0x00000727, 0x0080 }, /* R1831 (0x727) - AIF1TX5MIX Input 4 Volume */
79862306a36Sopenharmony_ci	{ 0x00000728, 0x0000 }, /* R1832 (0x728) - AIF1TX6MIX Input 1 Source */
79962306a36Sopenharmony_ci	{ 0x00000729, 0x0080 }, /* R1833 (0x729) - AIF1TX6MIX Input 1 Volume */
80062306a36Sopenharmony_ci	{ 0x0000072a, 0x0000 }, /* R1834 (0x72a) - AIF1TX6MIX Input 2 Source */
80162306a36Sopenharmony_ci	{ 0x0000072b, 0x0080 }, /* R1835 (0x72b) - AIF1TX6MIX Input 2 Volume */
80262306a36Sopenharmony_ci	{ 0x0000072c, 0x0000 }, /* R1836 (0x72c) - AIF1TX6MIX Input 3 Source */
80362306a36Sopenharmony_ci	{ 0x0000072d, 0x0080 }, /* R1837 (0x72d) - AIF1TX6MIX Input 3 Volume */
80462306a36Sopenharmony_ci	{ 0x0000072e, 0x0000 }, /* R1838 (0x72e) - AIF1TX6MIX Input 4 Source */
80562306a36Sopenharmony_ci	{ 0x0000072f, 0x0080 }, /* R1839 (0x72f) - AIF1TX6MIX Input 4 Volume */
80662306a36Sopenharmony_ci	{ 0x00000730, 0x0000 }, /* R1840 (0x730) - AIF1TX7MIX Input 1 Source */
80762306a36Sopenharmony_ci	{ 0x00000731, 0x0080 }, /* R1841 (0x731) - AIF1TX7MIX Input 1 Volume */
80862306a36Sopenharmony_ci	{ 0x00000732, 0x0000 }, /* R1842 (0x732) - AIF1TX7MIX Input 2 Source */
80962306a36Sopenharmony_ci	{ 0x00000733, 0x0080 }, /* R1843 (0x733) - AIF1TX7MIX Input 2 Volume */
81062306a36Sopenharmony_ci	{ 0x00000734, 0x0000 }, /* R1844 (0x734) - AIF1TX7MIX Input 3 Source */
81162306a36Sopenharmony_ci	{ 0x00000735, 0x0080 }, /* R1845 (0x735) - AIF1TX7MIX Input 3 Volume */
81262306a36Sopenharmony_ci	{ 0x00000736, 0x0000 }, /* R1846 (0x736) - AIF1TX7MIX Input 4 Source */
81362306a36Sopenharmony_ci	{ 0x00000737, 0x0080 }, /* R1847 (0x737) - AIF1TX7MIX Input 4 Volume */
81462306a36Sopenharmony_ci	{ 0x00000738, 0x0000 }, /* R1848 (0x738) - AIF1TX8MIX Input 1 Source */
81562306a36Sopenharmony_ci	{ 0x00000739, 0x0080 }, /* R1849 (0x739) - AIF1TX8MIX Input 1 Volume */
81662306a36Sopenharmony_ci	{ 0x0000073a, 0x0000 }, /* R1850 (0x73a) - AIF1TX8MIX Input 2 Source */
81762306a36Sopenharmony_ci	{ 0x0000073b, 0x0080 }, /* R1851 (0x73b) - AIF1TX8MIX Input 2 Volume */
81862306a36Sopenharmony_ci	{ 0x0000073c, 0x0000 }, /* R1852 (0x73c) - AIF1TX8MIX Input 3 Source */
81962306a36Sopenharmony_ci	{ 0x0000073d, 0x0080 }, /* R1853 (0x73d) - AIF1TX8MIX Input 3 Volume */
82062306a36Sopenharmony_ci	{ 0x0000073e, 0x0000 }, /* R1854 (0x73e) - AIF1TX8MIX Input 4 Source */
82162306a36Sopenharmony_ci	{ 0x0000073f, 0x0080 }, /* R1855 (0x73f) - AIF1TX8MIX Input 4 Volume */
82262306a36Sopenharmony_ci	{ 0x00000740, 0x0000 }, /* R1856 (0x740) - AIF2TX1MIX Input 1 Source */
82362306a36Sopenharmony_ci	{ 0x00000741, 0x0080 }, /* R1857 (0x741) - AIF2TX1MIX Input 1 Volume */
82462306a36Sopenharmony_ci	{ 0x00000742, 0x0000 }, /* R1858 (0x742) - AIF2TX1MIX Input 2 Source */
82562306a36Sopenharmony_ci	{ 0x00000743, 0x0080 }, /* R1859 (0x743) - AIF2TX1MIX Input 2 Volume */
82662306a36Sopenharmony_ci	{ 0x00000744, 0x0000 }, /* R1860 (0x744) - AIF2TX1MIX Input 3 Source */
82762306a36Sopenharmony_ci	{ 0x00000745, 0x0080 }, /* R1861 (0x745) - AIF2TX1MIX Input 3 Volume */
82862306a36Sopenharmony_ci	{ 0x00000746, 0x0000 }, /* R1862 (0x746) - AIF2TX1MIX Input 4 Source */
82962306a36Sopenharmony_ci	{ 0x00000747, 0x0080 }, /* R1863 (0x747) - AIF2TX1MIX Input 4 Volume */
83062306a36Sopenharmony_ci	{ 0x00000748, 0x0000 }, /* R1864 (0x748) - AIF2TX2MIX Input 1 Source */
83162306a36Sopenharmony_ci	{ 0x00000749, 0x0080 }, /* R1865 (0x749) - AIF2TX2MIX Input 1 Volume */
83262306a36Sopenharmony_ci	{ 0x0000074a, 0x0000 }, /* R1866 (0x74a) - AIF2TX2MIX Input 2 Source */
83362306a36Sopenharmony_ci	{ 0x0000074b, 0x0080 }, /* R1867 (0x74b) - AIF2TX2MIX Input 2 Volume */
83462306a36Sopenharmony_ci	{ 0x0000074c, 0x0000 }, /* R1868 (0x74c) - AIF2TX2MIX Input 3 Source */
83562306a36Sopenharmony_ci	{ 0x0000074d, 0x0080 }, /* R1869 (0x74d) - AIF2TX2MIX Input 3 Volume */
83662306a36Sopenharmony_ci	{ 0x0000074e, 0x0000 }, /* R1870 (0x74e) - AIF2TX2MIX Input 4 Source */
83762306a36Sopenharmony_ci	{ 0x0000074f, 0x0080 }, /* R1871 (0x74f) - AIF2TX2MIX Input 4 Volume */
83862306a36Sopenharmony_ci	{ 0x00000750, 0x0000 }, /* R1872 (0x750) - AIF2TX3MIX Input 1 Source */
83962306a36Sopenharmony_ci	{ 0x00000751, 0x0080 }, /* R1873 (0x751) - AIF2TX3MIX Input 1 Volume */
84062306a36Sopenharmony_ci	{ 0x00000752, 0x0000 }, /* R1874 (0x752) - AIF2TX3MIX Input 2 Source */
84162306a36Sopenharmony_ci	{ 0x00000753, 0x0080 }, /* R1875 (0x753) - AIF2TX3MIX Input 2 Volume */
84262306a36Sopenharmony_ci	{ 0x00000754, 0x0000 }, /* R1876 (0x754) - AIF2TX3MIX Input 3 Source */
84362306a36Sopenharmony_ci	{ 0x00000755, 0x0080 }, /* R1877 (0x755) - AIF2TX3MIX Input 3 Volume */
84462306a36Sopenharmony_ci	{ 0x00000756, 0x0000 }, /* R1878 (0x756) - AIF2TX3MIX Input 4 Source */
84562306a36Sopenharmony_ci	{ 0x00000757, 0x0080 }, /* R1879 (0x757) - AIF2TX3MIX Input 4 Volume */
84662306a36Sopenharmony_ci	{ 0x00000758, 0x0000 }, /* R1880 (0x758) - AIF2TX4MIX Input 1 Source */
84762306a36Sopenharmony_ci	{ 0x00000759, 0x0080 }, /* R1881 (0x759) - AIF2TX4MIX Input 1 Volume */
84862306a36Sopenharmony_ci	{ 0x0000075a, 0x0000 }, /* R1882 (0x75a) - AIF2TX4MIX Input 2 Source */
84962306a36Sopenharmony_ci	{ 0x0000075b, 0x0080 }, /* R1883 (0x75b) - AIF2TX4MIX Input 2 Volume */
85062306a36Sopenharmony_ci	{ 0x0000075c, 0x0000 }, /* R1884 (0x75c) - AIF2TX4MIX Input 3 Source */
85162306a36Sopenharmony_ci	{ 0x0000075d, 0x0080 }, /* R1885 (0x75d) - AIF2TX4MIX Input 3 Volume */
85262306a36Sopenharmony_ci	{ 0x0000075e, 0x0000 }, /* R1886 (0x75e) - AIF2TX4MIX Input 4 Source */
85362306a36Sopenharmony_ci	{ 0x0000075f, 0x0080 }, /* R1887 (0x75f) - AIF2TX4MIX Input 4 Volume */
85462306a36Sopenharmony_ci	{ 0x00000760, 0x0000 }, /* R1888 (0x760) - AIF2TX5MIX Input 1 Source */
85562306a36Sopenharmony_ci	{ 0x00000761, 0x0080 }, /* R1889 (0x761) - AIF2TX5MIX Input 1 Volume */
85662306a36Sopenharmony_ci	{ 0x00000762, 0x0000 }, /* R1890 (0x762) - AIF2TX5MIX Input 2 Source */
85762306a36Sopenharmony_ci	{ 0x00000763, 0x0080 }, /* R1891 (0x763) - AIF2TX5MIX Input 2 Volume */
85862306a36Sopenharmony_ci	{ 0x00000764, 0x0000 }, /* R1892 (0x764) - AIF2TX5MIX Input 3 Source */
85962306a36Sopenharmony_ci	{ 0x00000765, 0x0080 }, /* R1893 (0x765) - AIF2TX5MIX Input 3 Volume */
86062306a36Sopenharmony_ci	{ 0x00000766, 0x0000 }, /* R1894 (0x766) - AIF2TX5MIX Input 4 Source */
86162306a36Sopenharmony_ci	{ 0x00000767, 0x0080 }, /* R1895 (0x767) - AIF2TX5MIX Input 4 Volume */
86262306a36Sopenharmony_ci	{ 0x00000768, 0x0000 }, /* R1896 (0x768) - AIF2TX6MIX Input 1 Source */
86362306a36Sopenharmony_ci	{ 0x00000769, 0x0080 }, /* R1897 (0x769) - AIF2TX6MIX Input 1 Volume */
86462306a36Sopenharmony_ci	{ 0x0000076a, 0x0000 }, /* R1898 (0x76a) - AIF2TX6MIX Input 2 Source */
86562306a36Sopenharmony_ci	{ 0x0000076b, 0x0080 }, /* R1899 (0x76b) - AIF2TX6MIX Input 2 Volume */
86662306a36Sopenharmony_ci	{ 0x0000076c, 0x0000 }, /* R1900 (0x76c) - AIF2TX6MIX Input 3 Source */
86762306a36Sopenharmony_ci	{ 0x0000076d, 0x0080 }, /* R1901 (0x76d) - AIF2TX6MIX Input 3 Volume */
86862306a36Sopenharmony_ci	{ 0x0000076e, 0x0000 }, /* R1902 (0x76e) - AIF2TX6MIX Input 4 Source */
86962306a36Sopenharmony_ci	{ 0x0000076f, 0x0080 }, /* R1903 (0x76f) - AIF2TX6MIX Input 4 Volume */
87062306a36Sopenharmony_ci	{ 0x00000770, 0x0000 }, /* R1904 (0x770) - AIF2TX7MIX Input 1 Source */
87162306a36Sopenharmony_ci	{ 0x00000771, 0x0080 }, /* R1905 (0x771) - AIF2TX7MIX Input 1 Volume */
87262306a36Sopenharmony_ci	{ 0x00000772, 0x0000 }, /* R1906 (0x772) - AIF2TX7MIX Input 2 Source */
87362306a36Sopenharmony_ci	{ 0x00000773, 0x0080 }, /* R1907 (0x773) - AIF2TX7MIX Input 2 Volume */
87462306a36Sopenharmony_ci	{ 0x00000774, 0x0000 }, /* R1908 (0x774) - AIF2TX7MIX Input 3 Source */
87562306a36Sopenharmony_ci	{ 0x00000775, 0x0080 }, /* R1909 (0x775) - AIF2TX7MIX Input 3 Volume */
87662306a36Sopenharmony_ci	{ 0x00000776, 0x0000 }, /* R1910 (0x776) - AIF2TX7MIX Input 4 Source */
87762306a36Sopenharmony_ci	{ 0x00000777, 0x0080 }, /* R1911 (0x777) - AIF2TX7MIX Input 4 Volume */
87862306a36Sopenharmony_ci	{ 0x00000778, 0x0000 }, /* R1912 (0x778) - AIF2TX8MIX Input 1 Source */
87962306a36Sopenharmony_ci	{ 0x00000779, 0x0080 }, /* R1913 (0x779) - AIF2TX8MIX Input 1 Volume */
88062306a36Sopenharmony_ci	{ 0x0000077a, 0x0000 }, /* R1914 (0x77a) - AIF2TX8MIX Input 2 Source */
88162306a36Sopenharmony_ci	{ 0x0000077b, 0x0080 }, /* R1915 (0x77b) - AIF2TX8MIX Input 2 Volume */
88262306a36Sopenharmony_ci	{ 0x0000077c, 0x0000 }, /* R1916 (0x77c) - AIF2TX8MIX Input 3 Source */
88362306a36Sopenharmony_ci	{ 0x0000077d, 0x0080 }, /* R1917 (0x77d) - AIF2TX8MIX Input 3 Volume */
88462306a36Sopenharmony_ci	{ 0x0000077e, 0x0000 }, /* R1918 (0x77e) - AIF2TX8MIX Input 4 Source */
88562306a36Sopenharmony_ci	{ 0x0000077f, 0x0080 }, /* R1919 (0x77f) - AIF2TX8MIX Input 4 Volume */
88662306a36Sopenharmony_ci	{ 0x00000780, 0x0000 }, /* R1920 (0x780) - AIF3TX1MIX Input 1 Source */
88762306a36Sopenharmony_ci	{ 0x00000781, 0x0080 }, /* R1921 (0x781) - AIF3TX1MIX Input 1 Volume */
88862306a36Sopenharmony_ci	{ 0x00000782, 0x0000 }, /* R1922 (0x782) - AIF3TX1MIX Input 2 Source */
88962306a36Sopenharmony_ci	{ 0x00000783, 0x0080 }, /* R1923 (0x783) - AIF3TX1MIX Input 2 Volume */
89062306a36Sopenharmony_ci	{ 0x00000784, 0x0000 }, /* R1924 (0x784) - AIF3TX1MIX Input 3 Source */
89162306a36Sopenharmony_ci	{ 0x00000785, 0x0080 }, /* R1925 (0x785) - AIF3TX1MIX Input 3 Volume */
89262306a36Sopenharmony_ci	{ 0x00000786, 0x0000 }, /* R1926 (0x786) - AIF3TX1MIX Input 4 Source */
89362306a36Sopenharmony_ci	{ 0x00000787, 0x0080 }, /* R1927 (0x787) - AIF3TX1MIX Input 4 Volume */
89462306a36Sopenharmony_ci	{ 0x00000788, 0x0000 }, /* R1928 (0x788) - AIF3TX2MIX Input 1 Source */
89562306a36Sopenharmony_ci	{ 0x00000789, 0x0080 }, /* R1929 (0x789) - AIF3TX2MIX Input 1 Volume */
89662306a36Sopenharmony_ci	{ 0x0000078a, 0x0000 }, /* R1930 (0x78a) - AIF3TX2MIX Input 2 Source */
89762306a36Sopenharmony_ci	{ 0x0000078b, 0x0080 }, /* R1931 (0x78b) - AIF3TX2MIX Input 2 Volume */
89862306a36Sopenharmony_ci	{ 0x0000078c, 0x0000 }, /* R1932 (0x78c) - AIF3TX2MIX Input 3 Source */
89962306a36Sopenharmony_ci	{ 0x0000078d, 0x0080 }, /* R1933 (0x78d) - AIF3TX2MIX Input 3 Volume */
90062306a36Sopenharmony_ci	{ 0x0000078e, 0x0000 }, /* R1934 (0x78e) - AIF3TX2MIX Input 4 Source */
90162306a36Sopenharmony_ci	{ 0x0000078f, 0x0080 }, /* R1935 (0x78f) - AIF3TX2MIX Input 4 Volume */
90262306a36Sopenharmony_ci	{ 0x000007a0, 0x0000 }, /* R1952 (0x7a0) - AIF4TX1MIX Input 1 Source */
90362306a36Sopenharmony_ci	{ 0x000007a1, 0x0080 }, /* R1953 (0x7a1) - AIF4TX1MIX Input 1 Volume */
90462306a36Sopenharmony_ci	{ 0x000007a2, 0x0000 }, /* R1954 (0x7a2) - AIF4TX1MIX Input 2 Source */
90562306a36Sopenharmony_ci	{ 0x000007a3, 0x0080 }, /* R1955 (0x7a3) - AIF4TX1MIX Input 2 Volume */
90662306a36Sopenharmony_ci	{ 0x000007a4, 0x0000 }, /* R1956 (0x7a4) - AIF4TX1MIX Input 3 Source */
90762306a36Sopenharmony_ci	{ 0x000007a5, 0x0080 }, /* R1957 (0x7a5) - AIF4TX1MIX Input 3 Volume */
90862306a36Sopenharmony_ci	{ 0x000007a6, 0x0000 }, /* R1958 (0x7a6) - AIF4TX1MIX Input 4 Source */
90962306a36Sopenharmony_ci	{ 0x000007a7, 0x0080 }, /* R1959 (0x7a7) - AIF4TX1MIX Input 4 Volume */
91062306a36Sopenharmony_ci	{ 0x000007a8, 0x0000 }, /* R1960 (0x7a8) - AIF4TX2MIX Input 1 Source */
91162306a36Sopenharmony_ci	{ 0x000007a9, 0x0080 }, /* R1961 (0x7a9) - AIF4TX2MIX Input 1 Volume */
91262306a36Sopenharmony_ci	{ 0x000007aa, 0x0000 }, /* R1962 (0x7aa) - AIF4TX2MIX Input 2 Source */
91362306a36Sopenharmony_ci	{ 0x000007ab, 0x0080 }, /* R1963 (0x7ab) - AIF4TX2MIX Input 2 Volume */
91462306a36Sopenharmony_ci	{ 0x000007ac, 0x0000 }, /* R1964 (0x7ac) - AIF4TX2MIX Input 3 Source */
91562306a36Sopenharmony_ci	{ 0x000007ad, 0x0080 }, /* R1965 (0x7ad) - AIF4TX2MIX Input 3 Volume */
91662306a36Sopenharmony_ci	{ 0x000007ae, 0x0000 }, /* R1966 (0x7ae) - AIF4TX2MIX Input 4 Source */
91762306a36Sopenharmony_ci	{ 0x000007af, 0x0080 }, /* R1967 (0x7af) - AIF4TX2MIX Input 4 Volume */
91862306a36Sopenharmony_ci	{ 0x000007c0, 0x0000 }, /* R1984 (0x7c0) - SLIMTX1MIX Input 1 Source */
91962306a36Sopenharmony_ci	{ 0x000007c1, 0x0080 }, /* R1985 (0x7c1) - SLIMTX1MIX Input 1 Volume */
92062306a36Sopenharmony_ci	{ 0x000007c2, 0x0000 }, /* R1986 (0x7c2) - SLIMTX1MIX Input 2 Source */
92162306a36Sopenharmony_ci	{ 0x000007c3, 0x0080 }, /* R1987 (0x7c3) - SLIMTX1MIX Input 2 Volume */
92262306a36Sopenharmony_ci	{ 0x000007c4, 0x0000 }, /* R1988 (0x7c4) - SLIMTX1MIX Input 3 Source */
92362306a36Sopenharmony_ci	{ 0x000007c5, 0x0080 }, /* R1989 (0x7c5) - SLIMTX1MIX Input 3 Volume */
92462306a36Sopenharmony_ci	{ 0x000007c6, 0x0000 }, /* R1990 (0x7c6) - SLIMTX1MIX Input 4 Source */
92562306a36Sopenharmony_ci	{ 0x000007c7, 0x0080 }, /* R1991 (0x7c7) - SLIMTX1MIX Input 4 Volume */
92662306a36Sopenharmony_ci	{ 0x000007c8, 0x0000 }, /* R1992 (0x7c8) - SLIMTX2MIX Input 1 Source */
92762306a36Sopenharmony_ci	{ 0x000007c9, 0x0080 }, /* R1993 (0x7c9) - SLIMTX2MIX Input 1 Volume */
92862306a36Sopenharmony_ci	{ 0x000007ca, 0x0000 }, /* R1994 (0x7ca) - SLIMTX2MIX Input 2 Source */
92962306a36Sopenharmony_ci	{ 0x000007cb, 0x0080 }, /* R1995 (0x7cb) - SLIMTX2MIX Input 2 Volume */
93062306a36Sopenharmony_ci	{ 0x000007cc, 0x0000 }, /* R1996 (0x7cc) - SLIMTX2MIX Input 3 Source */
93162306a36Sopenharmony_ci	{ 0x000007cd, 0x0080 }, /* R1997 (0x7cd) - SLIMTX2MIX Input 3 Volume */
93262306a36Sopenharmony_ci	{ 0x000007ce, 0x0000 }, /* R1998 (0x7ce) - SLIMTX2MIX Input 4 Source */
93362306a36Sopenharmony_ci	{ 0x000007cf, 0x0080 }, /* R1999 (0x7cf) - SLIMTX2MIX Input 4 Volume */
93462306a36Sopenharmony_ci	{ 0x000007d0, 0x0000 }, /* R2000 (0x7d0) - SLIMTX3MIX Input 1 Source */
93562306a36Sopenharmony_ci	{ 0x000007d1, 0x0080 }, /* R2001 (0x7d1) - SLIMTX3MIX Input 1 Volume */
93662306a36Sopenharmony_ci	{ 0x000007d2, 0x0000 }, /* R2002 (0x7d2) - SLIMTX3MIX Input 2 Source */
93762306a36Sopenharmony_ci	{ 0x000007d3, 0x0080 }, /* R2003 (0x7d3) - SLIMTX3MIX Input 2 Volume */
93862306a36Sopenharmony_ci	{ 0x000007d4, 0x0000 }, /* R2004 (0x7d4) - SLIMTX3MIX Input 3 Source */
93962306a36Sopenharmony_ci	{ 0x000007d5, 0x0080 }, /* R2005 (0x7d5) - SLIMTX3MIX Input 3 Volume */
94062306a36Sopenharmony_ci	{ 0x000007d6, 0x0000 }, /* R2006 (0x7d6) - SLIMTX3MIX Input 4 Source */
94162306a36Sopenharmony_ci	{ 0x000007d7, 0x0080 }, /* R2007 (0x7d7) - SLIMTX3MIX Input 4 Volume */
94262306a36Sopenharmony_ci	{ 0x000007d8, 0x0000 }, /* R2008 (0x7d8) - SLIMTX4MIX Input 1 Source */
94362306a36Sopenharmony_ci	{ 0x000007d9, 0x0080 }, /* R2009 (0x7d9) - SLIMTX4MIX Input 1 Volume */
94462306a36Sopenharmony_ci	{ 0x000007da, 0x0000 }, /* R2010 (0x7da) - SLIMTX4MIX Input 2 Source */
94562306a36Sopenharmony_ci	{ 0x000007db, 0x0080 }, /* R2011 (0x7db) - SLIMTX4MIX Input 2 Volume */
94662306a36Sopenharmony_ci	{ 0x000007dc, 0x0000 }, /* R2012 (0x7dc) - SLIMTX4MIX Input 3 Source */
94762306a36Sopenharmony_ci	{ 0x000007dd, 0x0080 }, /* R2013 (0x7dd) - SLIMTX4MIX Input 3 Volume */
94862306a36Sopenharmony_ci	{ 0x000007de, 0x0000 }, /* R2014 (0x7de) - SLIMTX4MIX Input 4 Source */
94962306a36Sopenharmony_ci	{ 0x000007df, 0x0080 }, /* R2015 (0x7df) - SLIMTX4MIX Input 4 Volume */
95062306a36Sopenharmony_ci	{ 0x000007e0, 0x0000 }, /* R2016 (0x7e0) - SLIMTX5MIX Input 1 Source */
95162306a36Sopenharmony_ci	{ 0x000007e1, 0x0080 }, /* R2017 (0x7e1) - SLIMTX5MIX Input 1 Volume */
95262306a36Sopenharmony_ci	{ 0x000007e2, 0x0000 }, /* R2018 (0x7e2) - SLIMTX5MIX Input 2 Source */
95362306a36Sopenharmony_ci	{ 0x000007e3, 0x0080 }, /* R2019 (0x7e3) - SLIMTX5MIX Input 2 Volume */
95462306a36Sopenharmony_ci	{ 0x000007e4, 0x0000 }, /* R2020 (0x7e4) - SLIMTX5MIX Input 3 Source */
95562306a36Sopenharmony_ci	{ 0x000007e5, 0x0080 }, /* R2021 (0x7e5) - SLIMTX5MIX Input 3 Volume */
95662306a36Sopenharmony_ci	{ 0x000007e6, 0x0000 }, /* R2022 (0x7e6) - SLIMTX5MIX Input 4 Source */
95762306a36Sopenharmony_ci	{ 0x000007e7, 0x0080 }, /* R2023 (0x7e7) - SLIMTX5MIX Input 4 Volume */
95862306a36Sopenharmony_ci	{ 0x000007e8, 0x0000 }, /* R2024 (0x7e8) - SLIMTX6MIX Input 1 Source */
95962306a36Sopenharmony_ci	{ 0x000007e9, 0x0080 }, /* R2025 (0x7e9) - SLIMTX6MIX Input 1 Volume */
96062306a36Sopenharmony_ci	{ 0x000007ea, 0x0000 }, /* R2026 (0x7ea) - SLIMTX6MIX Input 2 Source */
96162306a36Sopenharmony_ci	{ 0x000007eb, 0x0080 }, /* R2027 (0x7eb) - SLIMTX6MIX Input 2 Volume */
96262306a36Sopenharmony_ci	{ 0x000007ec, 0x0000 }, /* R2028 (0x7ec) - SLIMTX6MIX Input 3 Source */
96362306a36Sopenharmony_ci	{ 0x000007ed, 0x0080 }, /* R2029 (0x7ed) - SLIMTX6MIX Input 3 Volume */
96462306a36Sopenharmony_ci	{ 0x000007ee, 0x0000 }, /* R2030 (0x7ee) - SLIMTX6MIX Input 4 Source */
96562306a36Sopenharmony_ci	{ 0x000007ef, 0x0080 }, /* R2031 (0x7ef) - SLIMTX6MIX Input 4 Volume */
96662306a36Sopenharmony_ci	{ 0x000007f0, 0x0000 }, /* R2032 (0x7f0) - SLIMTX7MIX Input 1 Source */
96762306a36Sopenharmony_ci	{ 0x000007f1, 0x0080 }, /* R2033 (0x7f1) - SLIMTX7MIX Input 1 Volume */
96862306a36Sopenharmony_ci	{ 0x000007f2, 0x0000 }, /* R2034 (0x7f2) - SLIMTX7MIX Input 2 Source */
96962306a36Sopenharmony_ci	{ 0x000007f3, 0x0080 }, /* R2035 (0x7f3) - SLIMTX7MIX Input 2 Volume */
97062306a36Sopenharmony_ci	{ 0x000007f4, 0x0000 }, /* R2036 (0x7f4) - SLIMTX7MIX Input 3 Source */
97162306a36Sopenharmony_ci	{ 0x000007f5, 0x0080 }, /* R2037 (0x7f5) - SLIMTX7MIX Input 3 Volume */
97262306a36Sopenharmony_ci	{ 0x000007f6, 0x0000 }, /* R2038 (0x7f6) - SLIMTX7MIX Input 4 Source */
97362306a36Sopenharmony_ci	{ 0x000007f7, 0x0080 }, /* R2039 (0x7f7) - SLIMTX7MIX Input 4 Volume */
97462306a36Sopenharmony_ci	{ 0x000007f8, 0x0000 }, /* R2040 (0x7f8) - SLIMTX8MIX Input 1 Source */
97562306a36Sopenharmony_ci	{ 0x000007f9, 0x0080 }, /* R2041 (0x7f9) - SLIMTX8MIX Input 1 Volume */
97662306a36Sopenharmony_ci	{ 0x000007fa, 0x0000 }, /* R2042 (0x7fa) - SLIMTX8MIX Input 2 Source */
97762306a36Sopenharmony_ci	{ 0x000007fb, 0x0080 }, /* R2043 (0x7fb) - SLIMTX8MIX Input 2 Volume */
97862306a36Sopenharmony_ci	{ 0x000007fc, 0x0000 }, /* R2044 (0x7fc) - SLIMTX8MIX Input 3 Source */
97962306a36Sopenharmony_ci	{ 0x000007fd, 0x0080 }, /* R2045 (0x7fd) - SLIMTX8MIX Input 3 Volume */
98062306a36Sopenharmony_ci	{ 0x000007fe, 0x0000 }, /* R2046 (0x7fe) - SLIMTX8MIX Input 4 Source */
98162306a36Sopenharmony_ci	{ 0x000007ff, 0x0080 }, /* R2047 (0x7ff) - SLIMTX8MIX Input 4 Volume */
98262306a36Sopenharmony_ci	{ 0x00000800, 0x0000 }, /* R2048 (0x800) - SPDIF1TX1MIX Input 1 Source */
98362306a36Sopenharmony_ci	{ 0x00000801, 0x0080 }, /* R2049 (0x801) - SPDIF1TX1MIX Input 1 Volume */
98462306a36Sopenharmony_ci	{ 0x00000808, 0x0000 }, /* R2056 (0x808) - SPDIF1TX2MIX Input 1 Source */
98562306a36Sopenharmony_ci	{ 0x00000809, 0x0080 }, /* R2057 (0x809) - SPDIF1TX2MIX Input 1 Volume */
98662306a36Sopenharmony_ci	{ 0x00000880, 0x0000 }, /* R2176 (0x880) - EQ1MIX Input 1 Source */
98762306a36Sopenharmony_ci	{ 0x00000881, 0x0080 }, /* R2177 (0x881) - EQ1MIX Input 1 Volume */
98862306a36Sopenharmony_ci	{ 0x00000882, 0x0000 }, /* R2178 (0x882) - EQ1MIX Input 2 Source */
98962306a36Sopenharmony_ci	{ 0x00000883, 0x0080 }, /* R2179 (0x883) - EQ1MIX Input 2 Volume */
99062306a36Sopenharmony_ci	{ 0x00000884, 0x0000 }, /* R2180 (0x884) - EQ1MIX Input 3 Source */
99162306a36Sopenharmony_ci	{ 0x00000885, 0x0080 }, /* R2181 (0x885) - EQ1MIX Input 3 Volume */
99262306a36Sopenharmony_ci	{ 0x00000886, 0x0000 }, /* R2182 (0x886) - EQ1MIX Input 4 Source */
99362306a36Sopenharmony_ci	{ 0x00000887, 0x0080 }, /* R2183 (0x887) - EQ1MIX Input 4 Volume */
99462306a36Sopenharmony_ci	{ 0x00000888, 0x0000 }, /* R2184 (0x888) - EQ2MIX Input 1 Source */
99562306a36Sopenharmony_ci	{ 0x00000889, 0x0080 }, /* R2185 (0x889) - EQ2MIX Input 1 Volume */
99662306a36Sopenharmony_ci	{ 0x0000088a, 0x0000 }, /* R2186 (0x88a) - EQ2MIX Input 2 Source */
99762306a36Sopenharmony_ci	{ 0x0000088b, 0x0080 }, /* R2187 (0x88b) - EQ2MIX Input 2 Volume */
99862306a36Sopenharmony_ci	{ 0x0000088c, 0x0000 }, /* R2188 (0x88c) - EQ2MIX Input 3 Source */
99962306a36Sopenharmony_ci	{ 0x0000088d, 0x0080 }, /* R2189 (0x88d) - EQ2MIX Input 3 Volume */
100062306a36Sopenharmony_ci	{ 0x0000088e, 0x0000 }, /* R2190 (0x88e) - EQ2MIX Input 4 Source */
100162306a36Sopenharmony_ci	{ 0x0000088f, 0x0080 }, /* R2191 (0x88f) - EQ2MIX Input 4 Volume */
100262306a36Sopenharmony_ci	{ 0x00000890, 0x0000 }, /* R2192 (0x890) - EQ3MIX Input 1 Source */
100362306a36Sopenharmony_ci	{ 0x00000891, 0x0080 }, /* R2193 (0x891) - EQ3MIX Input 1 Volume */
100462306a36Sopenharmony_ci	{ 0x00000892, 0x0000 }, /* R2194 (0x892) - EQ3MIX Input 2 Source */
100562306a36Sopenharmony_ci	{ 0x00000893, 0x0080 }, /* R2195 (0x893) - EQ3MIX Input 2 Volume */
100662306a36Sopenharmony_ci	{ 0x00000894, 0x0000 }, /* R2196 (0x894) - EQ3MIX Input 3 Source */
100762306a36Sopenharmony_ci	{ 0x00000895, 0x0080 }, /* R2197 (0x895) - EQ3MIX Input 3 Volume */
100862306a36Sopenharmony_ci	{ 0x00000896, 0x0000 }, /* R2198 (0x896) - EQ3MIX Input 4 Source */
100962306a36Sopenharmony_ci	{ 0x00000897, 0x0080 }, /* R2199 (0x897) - EQ3MIX Input 4 Volume */
101062306a36Sopenharmony_ci	{ 0x00000898, 0x0000 }, /* R2200 (0x898) - EQ4MIX Input 1 Source */
101162306a36Sopenharmony_ci	{ 0x00000899, 0x0080 }, /* R2201 (0x899) - EQ4MIX Input 1 Volume */
101262306a36Sopenharmony_ci	{ 0x0000089a, 0x0000 }, /* R2202 (0x89a) - EQ4MIX Input 2 Source */
101362306a36Sopenharmony_ci	{ 0x0000089b, 0x0080 }, /* R2203 (0x89b) - EQ4MIX Input 2 Volume */
101462306a36Sopenharmony_ci	{ 0x0000089c, 0x0000 }, /* R2204 (0x89c) - EQ4MIX Input 3 Source */
101562306a36Sopenharmony_ci	{ 0x0000089d, 0x0080 }, /* R2205 (0x89d) - EQ4MIX Input 3 Volume */
101662306a36Sopenharmony_ci	{ 0x0000089e, 0x0000 }, /* R2206 (0x89e) - EQ4MIX Input 4 Source */
101762306a36Sopenharmony_ci	{ 0x0000089f, 0x0080 }, /* R2207 (0x89f) - EQ4MIX Input 4 Volume */
101862306a36Sopenharmony_ci	{ 0x000008c0, 0x0000 }, /* R2240 (0x8c0) - DRC1LMIX Input 1 Source */
101962306a36Sopenharmony_ci	{ 0x000008c1, 0x0080 }, /* R2241 (0x8c1) - DRC1LMIX Input 1 Volume */
102062306a36Sopenharmony_ci	{ 0x000008c2, 0x0000 }, /* R2242 (0x8c2) - DRC1LMIX Input 2 Source */
102162306a36Sopenharmony_ci	{ 0x000008c3, 0x0080 }, /* R2243 (0x8c3) - DRC1LMIX Input 2 Volume */
102262306a36Sopenharmony_ci	{ 0x000008c4, 0x0000 }, /* R2244 (0x8c4) - DRC1LMIX Input 3 Source */
102362306a36Sopenharmony_ci	{ 0x000008c5, 0x0080 }, /* R2245 (0x8c5) - DRC1LMIX Input 3 Volume */
102462306a36Sopenharmony_ci	{ 0x000008c6, 0x0000 }, /* R2246 (0x8c6) - DRC1LMIX Input 4 Source */
102562306a36Sopenharmony_ci	{ 0x000008c7, 0x0080 }, /* R2247 (0x8c7) - DRC1LMIX Input 4 Volume */
102662306a36Sopenharmony_ci	{ 0x000008c8, 0x0000 }, /* R2248 (0x8c8) - DRC1RMIX Input 1 Source */
102762306a36Sopenharmony_ci	{ 0x000008c9, 0x0080 }, /* R2249 (0x8c9) - DRC1RMIX Input 1 Volume */
102862306a36Sopenharmony_ci	{ 0x000008ca, 0x0000 }, /* R2250 (0x8ca) - DRC1RMIX Input 2 Source */
102962306a36Sopenharmony_ci	{ 0x000008cb, 0x0080 }, /* R2251 (0x8cb) - DRC1RMIX Input 2 Volume */
103062306a36Sopenharmony_ci	{ 0x000008cc, 0x0000 }, /* R2252 (0x8cc) - DRC1RMIX Input 3 Source */
103162306a36Sopenharmony_ci	{ 0x000008cd, 0x0080 }, /* R2253 (0x8cd) - DRC1RMIX Input 3 Volume */
103262306a36Sopenharmony_ci	{ 0x000008ce, 0x0000 }, /* R2254 (0x8ce) - DRC1RMIX Input 4 Source */
103362306a36Sopenharmony_ci	{ 0x000008cf, 0x0080 }, /* R2255 (0x8cf) - DRC1RMIX Input 4 Volume */
103462306a36Sopenharmony_ci	{ 0x000008d0, 0x0000 }, /* R2256 (0x8d0) - DRC2LMIX Input 1 Source */
103562306a36Sopenharmony_ci	{ 0x000008d1, 0x0080 }, /* R2257 (0x8d1) - DRC2LMIX Input 1 Volume */
103662306a36Sopenharmony_ci	{ 0x000008d2, 0x0000 }, /* R2258 (0x8d2) - DRC2LMIX Input 2 Source */
103762306a36Sopenharmony_ci	{ 0x000008d3, 0x0080 }, /* R2259 (0x8d3) - DRC2LMIX Input 2 Volume */
103862306a36Sopenharmony_ci	{ 0x000008d4, 0x0000 }, /* R2260 (0x8d4) - DRC2LMIX Input 3 Source */
103962306a36Sopenharmony_ci	{ 0x000008d5, 0x0080 }, /* R2261 (0x8d5) - DRC2LMIX Input 3 Volume */
104062306a36Sopenharmony_ci	{ 0x000008d6, 0x0000 }, /* R2262 (0x8d6) - DRC2LMIX Input 4 Source */
104162306a36Sopenharmony_ci	{ 0x000008d7, 0x0080 }, /* R2263 (0x8d7) - DRC2LMIX Input 4 Volume */
104262306a36Sopenharmony_ci	{ 0x000008d8, 0x0000 }, /* R2264 (0x8d8) - DRC2RMIX Input 1 Source */
104362306a36Sopenharmony_ci	{ 0x000008d9, 0x0080 }, /* R2265 (0x8d9) - DRC2RMIX Input 1 Volume */
104462306a36Sopenharmony_ci	{ 0x000008da, 0x0000 }, /* R2266 (0x8da) - DRC2RMIX Input 2 Source */
104562306a36Sopenharmony_ci	{ 0x000008db, 0x0080 }, /* R2267 (0x8db) - DRC2RMIX Input 2 Volume */
104662306a36Sopenharmony_ci	{ 0x000008dc, 0x0000 }, /* R2268 (0x8dc) - DRC2RMIX Input 3 Source */
104762306a36Sopenharmony_ci	{ 0x000008dd, 0x0080 }, /* R2269 (0x8dd) - DRC2RMIX Input 3 Volume */
104862306a36Sopenharmony_ci	{ 0x000008de, 0x0000 }, /* R2270 (0x8de) - DRC2RMIX Input 4 Source */
104962306a36Sopenharmony_ci	{ 0x000008df, 0x0080 }, /* R2271 (0x8df) - DRC2RMIX Input 4 Volume */
105062306a36Sopenharmony_ci	{ 0x00000900, 0x0000 }, /* R2304 (0x900) - HPLP1MIX Input 1 Source */
105162306a36Sopenharmony_ci	{ 0x00000901, 0x0080 }, /* R2305 (0x901) - HPLP1MIX Input 1 Volume */
105262306a36Sopenharmony_ci	{ 0x00000902, 0x0000 }, /* R2306 (0x902) - HPLP1MIX Input 2 Source */
105362306a36Sopenharmony_ci	{ 0x00000903, 0x0080 }, /* R2307 (0x903) - HPLP1MIX Input 2 Volume */
105462306a36Sopenharmony_ci	{ 0x00000904, 0x0000 }, /* R2308 (0x904) - HPLP1MIX Input 3 Source */
105562306a36Sopenharmony_ci	{ 0x00000905, 0x0080 }, /* R2309 (0x905) - HPLP1MIX Input 3 Volume */
105662306a36Sopenharmony_ci	{ 0x00000906, 0x0000 }, /* R2310 (0x906) - HPLP1MIX Input 4 Source */
105762306a36Sopenharmony_ci	{ 0x00000907, 0x0080 }, /* R2311 (0x907) - HPLP1MIX Input 4 Volume */
105862306a36Sopenharmony_ci	{ 0x00000908, 0x0000 }, /* R2312 (0x908) - HPLP2MIX Input 1 Source */
105962306a36Sopenharmony_ci	{ 0x00000909, 0x0080 }, /* R2313 (0x909) - HPLP2MIX Input 1 Volume */
106062306a36Sopenharmony_ci	{ 0x0000090a, 0x0000 }, /* R2314 (0x90a) - HPLP2MIX Input 2 Source */
106162306a36Sopenharmony_ci	{ 0x0000090b, 0x0080 }, /* R2315 (0x90b) - HPLP2MIX Input 2 Volume */
106262306a36Sopenharmony_ci	{ 0x0000090c, 0x0000 }, /* R2316 (0x90c) - HPLP2MIX Input 3 Source */
106362306a36Sopenharmony_ci	{ 0x0000090d, 0x0080 }, /* R2317 (0x90d) - HPLP2MIX Input 3 Volume */
106462306a36Sopenharmony_ci	{ 0x0000090e, 0x0000 }, /* R2318 (0x90e) - HPLP2MIX Input 4 Source */
106562306a36Sopenharmony_ci	{ 0x0000090f, 0x0080 }, /* R2319 (0x90f) - HPLP2MIX Input 4 Volume */
106662306a36Sopenharmony_ci	{ 0x00000910, 0x0000 }, /* R2320 (0x910) - HPLP3MIX Input 1 Source */
106762306a36Sopenharmony_ci	{ 0x00000911, 0x0080 }, /* R2321 (0x911) - HPLP3MIX Input 1 Volume */
106862306a36Sopenharmony_ci	{ 0x00000912, 0x0000 }, /* R2322 (0x912) - HPLP3MIX Input 2 Source */
106962306a36Sopenharmony_ci	{ 0x00000913, 0x0080 }, /* R2323 (0x913) - HPLP3MIX Input 2 Volume */
107062306a36Sopenharmony_ci	{ 0x00000914, 0x0000 }, /* R2324 (0x914) - HPLP3MIX Input 3 Source */
107162306a36Sopenharmony_ci	{ 0x00000915, 0x0080 }, /* R2325 (0x915) - HPLP3MIX Input 3 Volume */
107262306a36Sopenharmony_ci	{ 0x00000916, 0x0000 }, /* R2326 (0x916) - HPLP3MIX Input 4 Source */
107362306a36Sopenharmony_ci	{ 0x00000917, 0x0080 }, /* R2327 (0x917) - HPLP3MIX Input 4 Volume */
107462306a36Sopenharmony_ci	{ 0x00000918, 0x0000 }, /* R2328 (0x918) - HPLP4MIX Input 1 Source */
107562306a36Sopenharmony_ci	{ 0x00000919, 0x0080 }, /* R2329 (0x919) - HPLP4MIX Input 1 Volume */
107662306a36Sopenharmony_ci	{ 0x0000091a, 0x0000 }, /* R2330 (0x91a) - HPLP4MIX Input 2 Source */
107762306a36Sopenharmony_ci	{ 0x0000091b, 0x0080 }, /* R2331 (0x91b) - HPLP4MIX Input 2 Volume */
107862306a36Sopenharmony_ci	{ 0x0000091c, 0x0000 }, /* R2332 (0x91c) - HPLP4MIX Input 3 Source */
107962306a36Sopenharmony_ci	{ 0x0000091d, 0x0080 }, /* R2333 (0x91d) - HPLP4MIX Input 3 Volume */
108062306a36Sopenharmony_ci	{ 0x0000091e, 0x0000 }, /* R2334 (0x91e) - HPLP4MIX Input 4 Source */
108162306a36Sopenharmony_ci	{ 0x0000091f, 0x0080 }, /* R2335 (0x91f) - HPLP4MIX Input 4 Volume */
108262306a36Sopenharmony_ci	{ 0x00000940, 0x0000 }, /* R2368 (0x940) - DSP1LMIX Input 1 Source */
108362306a36Sopenharmony_ci	{ 0x00000941, 0x0080 }, /* R2369 (0x941) - DSP1LMIX Input 1 Volume */
108462306a36Sopenharmony_ci	{ 0x00000942, 0x0000 }, /* R2370 (0x942) - DSP1LMIX Input 2 Source */
108562306a36Sopenharmony_ci	{ 0x00000943, 0x0080 }, /* R2371 (0x943) - DSP1LMIX Input 2 Volume */
108662306a36Sopenharmony_ci	{ 0x00000944, 0x0000 }, /* R2372 (0x944) - DSP1LMIX Input 3 Source */
108762306a36Sopenharmony_ci	{ 0x00000945, 0x0080 }, /* R2373 (0x945) - DSP1LMIX Input 3 Volume */
108862306a36Sopenharmony_ci	{ 0x00000946, 0x0000 }, /* R2374 (0x946) - DSP1LMIX Input 4 Source */
108962306a36Sopenharmony_ci	{ 0x00000947, 0x0080 }, /* R2375 (0x947) - DSP1LMIX Input 4 Volume */
109062306a36Sopenharmony_ci	{ 0x00000948, 0x0000 }, /* R2376 (0x948) - DSP1RMIX Input 1 Source */
109162306a36Sopenharmony_ci	{ 0x00000949, 0x0080 }, /* R2377 (0x949) - DSP1RMIX Input 1 Volume */
109262306a36Sopenharmony_ci	{ 0x0000094a, 0x0000 }, /* R2378 (0x94a) - DSP1RMIX Input 2 Source */
109362306a36Sopenharmony_ci	{ 0x0000094b, 0x0080 }, /* R2379 (0x94b) - DSP1RMIX Input 2 Volume */
109462306a36Sopenharmony_ci	{ 0x0000094c, 0x0000 }, /* R2380 (0x94c) - DSP1RMIX Input 3 Source */
109562306a36Sopenharmony_ci	{ 0x0000094d, 0x0080 }, /* R2381 (0x94d) - DSP1RMIX Input 3 Volume */
109662306a36Sopenharmony_ci	{ 0x0000094e, 0x0000 }, /* R2382 (0x94e) - DSP1RMIX Input 4 Source */
109762306a36Sopenharmony_ci	{ 0x0000094f, 0x0080 }, /* R2383 (0x94f) - DSP1RMIX Input 4 Volume */
109862306a36Sopenharmony_ci	{ 0x00000950, 0x0000 }, /* R2384 (0x950) - DSP1AUX1MIX Input 1 Source */
109962306a36Sopenharmony_ci	{ 0x00000958, 0x0000 }, /* R2392 (0x958) - DSP1AUX2MIX Input 1 Source */
110062306a36Sopenharmony_ci	{ 0x00000960, 0x0000 }, /* R2400 (0x960) - DSP1AUX3MIX Input 1 Source */
110162306a36Sopenharmony_ci	{ 0x00000968, 0x0000 }, /* R2408 (0x968) - DSP1AUX4MIX Input 1 Source */
110262306a36Sopenharmony_ci	{ 0x00000970, 0x0000 }, /* R2416 (0x970) - DSP1AUX5MIX Input 1 Source */
110362306a36Sopenharmony_ci	{ 0x00000978, 0x0000 }, /* R2424 (0x978) - DSP1AUX6MIX Input 1 Source */
110462306a36Sopenharmony_ci	{ 0x00000980, 0x0000 }, /* R2432 (0x980) - DSP2LMIX Input 1 Source */
110562306a36Sopenharmony_ci	{ 0x00000981, 0x0080 }, /* R2433 (0x981) - DSP2LMIX Input 1 Volume */
110662306a36Sopenharmony_ci	{ 0x00000982, 0x0000 }, /* R2434 (0x982) - DSP2LMIX Input 2 Source */
110762306a36Sopenharmony_ci	{ 0x00000983, 0x0080 }, /* R2435 (0x983) - DSP2LMIX Input 2 Volume */
110862306a36Sopenharmony_ci	{ 0x00000984, 0x0000 }, /* R2436 (0x984) - DSP2LMIX Input 3 Source */
110962306a36Sopenharmony_ci	{ 0x00000985, 0x0080 }, /* R2437 (0x985) - DSP2LMIX Input 3 Volume */
111062306a36Sopenharmony_ci	{ 0x00000986, 0x0000 }, /* R2438 (0x986) - DSP2LMIX Input 4 Source */
111162306a36Sopenharmony_ci	{ 0x00000987, 0x0080 }, /* R2439 (0x987) - DSP2LMIX Input 4 Volume */
111262306a36Sopenharmony_ci	{ 0x00000988, 0x0000 }, /* R2440 (0x988) - DSP2RMIX Input 1 Source */
111362306a36Sopenharmony_ci	{ 0x00000989, 0x0080 }, /* R2441 (0x989) - DSP2RMIX Input 1 Volume */
111462306a36Sopenharmony_ci	{ 0x0000098a, 0x0000 }, /* R2442 (0x98a) - DSP2RMIX Input 2 Source */
111562306a36Sopenharmony_ci	{ 0x0000098b, 0x0080 }, /* R2443 (0x98b) - DSP2RMIX Input 2 Volume */
111662306a36Sopenharmony_ci	{ 0x0000098c, 0x0000 }, /* R2444 (0x98c) - DSP2RMIX Input 3 Source */
111762306a36Sopenharmony_ci	{ 0x0000098d, 0x0080 }, /* R2445 (0x98d) - DSP2RMIX Input 3 Volume */
111862306a36Sopenharmony_ci	{ 0x0000098e, 0x0000 }, /* R2446 (0x98e) - DSP2RMIX Input 4 Source */
111962306a36Sopenharmony_ci	{ 0x0000098f, 0x0080 }, /* R2447 (0x98f) - DSP2RMIX Input 4 Volume */
112062306a36Sopenharmony_ci	{ 0x00000990, 0x0000 }, /* R2448 (0x990) - DSP2AUX1MIX Input 1 Source */
112162306a36Sopenharmony_ci	{ 0x00000998, 0x0000 }, /* R2456 (0x998) - DSP2AUX2MIX Input 1 Source */
112262306a36Sopenharmony_ci	{ 0x000009a0, 0x0000 }, /* R2464 (0x9a0) - DSP2AUX3MIX Input 1 Source */
112362306a36Sopenharmony_ci	{ 0x000009a8, 0x0000 }, /* R2472 (0x9a8) - DSP2AUX4MIX Input 1 Source */
112462306a36Sopenharmony_ci	{ 0x000009b0, 0x0000 }, /* R2480 (0x9b0) - DSP2AUX5MIX Input 1 Source */
112562306a36Sopenharmony_ci	{ 0x000009b8, 0x0000 }, /* R2488 (0x9b8) - DSP2AUX6MIX Input 1 Source */
112662306a36Sopenharmony_ci	{ 0x000009c0, 0x0000 }, /* R2496 (0x9c0) - DSP3LMIX Input 1 Source */
112762306a36Sopenharmony_ci	{ 0x000009c1, 0x0080 }, /* R2497 (0x9c1) - DSP3LMIX Input 1 Volume */
112862306a36Sopenharmony_ci	{ 0x000009c2, 0x0000 }, /* R2498 (0x9c2) - DSP3LMIX Input 2 Source */
112962306a36Sopenharmony_ci	{ 0x000009c3, 0x0080 }, /* R2499 (0x9c3) - DSP3LMIX Input 2 Volume */
113062306a36Sopenharmony_ci	{ 0x000009c4, 0x0000 }, /* R2500 (0x9c4) - DSP3LMIX Input 3 Source */
113162306a36Sopenharmony_ci	{ 0x000009c5, 0x0080 }, /* R2501 (0x9c5) - DSP3LMIX Input 3 Volume */
113262306a36Sopenharmony_ci	{ 0x000009c6, 0x0000 }, /* R2502 (0x9c6) - DSP3LMIX Input 4 Source */
113362306a36Sopenharmony_ci	{ 0x000009c7, 0x0080 }, /* R2503 (0x9c7) - DSP3LMIX Input 4 Volume */
113462306a36Sopenharmony_ci	{ 0x000009c8, 0x0000 }, /* R2504 (0x9c8) - DSP3RMIX Input 1 Source */
113562306a36Sopenharmony_ci	{ 0x000009c9, 0x0080 }, /* R2505 (0x9c9) - DSP3RMIX Input 1 Volume */
113662306a36Sopenharmony_ci	{ 0x000009ca, 0x0000 }, /* R2506 (0x9ca) - DSP3RMIX Input 2 Source */
113762306a36Sopenharmony_ci	{ 0x000009cb, 0x0080 }, /* R2507 (0x9cb) - DSP3RMIX Input 2 Volume */
113862306a36Sopenharmony_ci	{ 0x000009cc, 0x0000 }, /* R2508 (0x9cc) - DSP3RMIX Input 3 Source */
113962306a36Sopenharmony_ci	{ 0x000009cd, 0x0080 }, /* R2509 (0x9cd) - DSP3RMIX Input 3 Volume */
114062306a36Sopenharmony_ci	{ 0x000009ce, 0x0000 }, /* R2510 (0x9ce) - DSP3RMIX Input 4 Source */
114162306a36Sopenharmony_ci	{ 0x000009cf, 0x0080 }, /* R2511 (0x9cf) - DSP3RMIX Input 4 Volume */
114262306a36Sopenharmony_ci	{ 0x000009d0, 0x0000 }, /* R2512 (0x9d0) - DSP3AUX1MIX Input 1 Source */
114362306a36Sopenharmony_ci	{ 0x000009d8, 0x0000 }, /* R2520 (0x9d8) - DSP3AUX2MIX Input 1 Source */
114462306a36Sopenharmony_ci	{ 0x000009e0, 0x0000 }, /* R2528 (0x9e0) - DSP3AUX3MIX Input 1 Source */
114562306a36Sopenharmony_ci	{ 0x000009e8, 0x0000 }, /* R2536 (0x9e8) - DSP3AUX4MIX Input 1 Source */
114662306a36Sopenharmony_ci	{ 0x000009f0, 0x0000 }, /* R2544 (0x9f0) - DSP3AUX5MIX Input 1 Source */
114762306a36Sopenharmony_ci	{ 0x000009f8, 0x0000 }, /* R2552 (0x9f8) - DSP3AUX6MIX Input 1 Source */
114862306a36Sopenharmony_ci	{ 0x00000a00, 0x0000 }, /* R2560 (0xa00) - DSP4LMIX Input 1 Source */
114962306a36Sopenharmony_ci	{ 0x00000a01, 0x0080 }, /* R2561 (0xa01) - DSP4LMIX Input 1 Volume */
115062306a36Sopenharmony_ci	{ 0x00000a02, 0x0000 }, /* R2562 (0xa02) - DSP4LMIX Input 2 Source */
115162306a36Sopenharmony_ci	{ 0x00000a03, 0x0080 }, /* R2563 (0xa03) - DSP4LMIX Input 2 Volume */
115262306a36Sopenharmony_ci	{ 0x00000a04, 0x0000 }, /* R2564 (0xa04) - DSP4LMIX Input 3 Source */
115362306a36Sopenharmony_ci	{ 0x00000a05, 0x0080 }, /* R2565 (0xa05) - DSP4LMIX Input 3 Volume */
115462306a36Sopenharmony_ci	{ 0x00000a06, 0x0000 }, /* R2566 (0xa06) - DSP4LMIX Input 4 Source */
115562306a36Sopenharmony_ci	{ 0x00000a07, 0x0080 }, /* R2567 (0xa07) - DSP4LMIX Input 4 Volume */
115662306a36Sopenharmony_ci	{ 0x00000a08, 0x0000 }, /* R2568 (0xa08) - DSP4RMIX Input 1 Source */
115762306a36Sopenharmony_ci	{ 0x00000a09, 0x0080 }, /* R2569 (0xa09) - DSP4RMIX Input 1 Volume */
115862306a36Sopenharmony_ci	{ 0x00000a0a, 0x0000 }, /* R2570 (0xa0a) - DSP4RMIX Input 2 Source */
115962306a36Sopenharmony_ci	{ 0x00000a0b, 0x0080 }, /* R2571 (0xa0b) - DSP4RMIX Input 2 Volume */
116062306a36Sopenharmony_ci	{ 0x00000a0c, 0x0000 }, /* R2572 (0xa0c) - DSP4RMIX Input 3 Source */
116162306a36Sopenharmony_ci	{ 0x00000a0d, 0x0080 }, /* R2573 (0xa0d) - DSP4RMIX Input 3 Volume */
116262306a36Sopenharmony_ci	{ 0x00000a0e, 0x0000 }, /* R2574 (0xa0e) - DSP4RMIX Input 4 Source */
116362306a36Sopenharmony_ci	{ 0x00000a0f, 0x0080 }, /* R2575 (0xa0f) - DSP4RMIX Input 4 Volume */
116462306a36Sopenharmony_ci	{ 0x00000a10, 0x0000 }, /* R2576 (0xa10) - DSP4AUX1MIX Input 1 Source */
116562306a36Sopenharmony_ci	{ 0x00000a18, 0x0000 }, /* R2584 (0xa18) - DSP4AUX2MIX Input 1 Source */
116662306a36Sopenharmony_ci	{ 0x00000a20, 0x0000 }, /* R2592 (0xa20) - DSP4AUX3MIX Input 1 Source */
116762306a36Sopenharmony_ci	{ 0x00000a28, 0x0000 }, /* R2600 (0xa28) - DSP4AUX4MIX Input 1 Source */
116862306a36Sopenharmony_ci	{ 0x00000a30, 0x0000 }, /* R2608 (0xa30) - DSP4AUX5MIX Input 1 Source */
116962306a36Sopenharmony_ci	{ 0x00000a38, 0x0000 }, /* R2616 (0xa38) - DSP4AUX6MIX Input 1 Source */
117062306a36Sopenharmony_ci	{ 0x00000a40, 0x0000 }, /* R2624 (0xa40) - DSP5LMIX Input 1 Source */
117162306a36Sopenharmony_ci	{ 0x00000a41, 0x0080 }, /* R2625 (0xa41) - DSP5LMIX Input 1 Volume */
117262306a36Sopenharmony_ci	{ 0x00000a42, 0x0000 }, /* R2626 (0xa42) - DSP5LMIX Input 2 Source */
117362306a36Sopenharmony_ci	{ 0x00000a43, 0x0080 }, /* R2627 (0xa43) - DSP5LMIX Input 2 Volume */
117462306a36Sopenharmony_ci	{ 0x00000a44, 0x0000 }, /* R2628 (0xa44) - DSP5LMIX Input 3 Source */
117562306a36Sopenharmony_ci	{ 0x00000a45, 0x0080 }, /* R2629 (0xa45) - DSP5LMIX Input 3 Volume */
117662306a36Sopenharmony_ci	{ 0x00000a46, 0x0000 }, /* R2630 (0xa46) - DSP5LMIX Input 4 Source */
117762306a36Sopenharmony_ci	{ 0x00000a47, 0x0080 }, /* R2631 (0xa47) - DSP5LMIX Input 4 Volume */
117862306a36Sopenharmony_ci	{ 0x00000a48, 0x0000 }, /* R2632 (0xa48) - DSP5RMIX Input 1 Source */
117962306a36Sopenharmony_ci	{ 0x00000a49, 0x0080 }, /* R2633 (0xa49) - DSP5RMIX Input 1 Volume */
118062306a36Sopenharmony_ci	{ 0x00000a4a, 0x0000 }, /* R2634 (0xa4a) - DSP5RMIX Input 2 Source */
118162306a36Sopenharmony_ci	{ 0x00000a4b, 0x0080 }, /* R2635 (0xa4b) - DSP5RMIX Input 2 Volume */
118262306a36Sopenharmony_ci	{ 0x00000a4c, 0x0000 }, /* R2636 (0xa4c) - DSP5RMIX Input 3 Source */
118362306a36Sopenharmony_ci	{ 0x00000a4d, 0x0080 }, /* R2637 (0xa4d) - DSP5RMIX Input 3 Volume */
118462306a36Sopenharmony_ci	{ 0x00000a4e, 0x0000 }, /* R2638 (0xa4e) - DSP5RMIX Input 4 Source */
118562306a36Sopenharmony_ci	{ 0x00000a4f, 0x0080 }, /* R2639 (0xa4f) - DSP5RMIX Input 4 Volume */
118662306a36Sopenharmony_ci	{ 0x00000a50, 0x0000 }, /* R2640 (0xa50) - DSP5AUX1MIX Input 1 Source */
118762306a36Sopenharmony_ci	{ 0x00000a58, 0x0000 }, /* R2658 (0xa58) - DSP5AUX2MIX Input 1 Source */
118862306a36Sopenharmony_ci	{ 0x00000a60, 0x0000 }, /* R2656 (0xa60) - DSP5AUX3MIX Input 1 Source */
118962306a36Sopenharmony_ci	{ 0x00000a68, 0x0000 }, /* R2664 (0xa68) - DSP5AUX4MIX Input 1 Source */
119062306a36Sopenharmony_ci	{ 0x00000a70, 0x0000 }, /* R2672 (0xa70) - DSP5AUX5MIX Input 1 Source */
119162306a36Sopenharmony_ci	{ 0x00000a78, 0x0000 }, /* R2680 (0xa78) - DSP5AUX6MIX Input 1 Source */
119262306a36Sopenharmony_ci	{ 0x00000a80, 0x0000 }, /* R2688 (0xa80) - ASRC1_1LMIX Input 1 Source */
119362306a36Sopenharmony_ci	{ 0x00000a88, 0x0000 }, /* R2696 (0xa88) - ASRC1_1RMIX Input 1 Source */
119462306a36Sopenharmony_ci	{ 0x00000a90, 0x0000 }, /* R2704 (0xa90) - ASRC1_2LMIX Input 1 Source */
119562306a36Sopenharmony_ci	{ 0x00000a98, 0x0000 }, /* R2712 (0xa98) - ASRC1_2RMIX Input 1 Source */
119662306a36Sopenharmony_ci	{ 0x00000aa0, 0x0000 }, /* R2720 (0xaa0) - ASRC2_1LMIX Input 1 Source */
119762306a36Sopenharmony_ci	{ 0x00000aa8, 0x0000 }, /* R2728 (0xaa8) - ASRC2_1RMIX Input 1 Source */
119862306a36Sopenharmony_ci	{ 0x00000ab0, 0x0000 }, /* R2736 (0xab0) - ASRC2_2LMIX Input 1 Source */
119962306a36Sopenharmony_ci	{ 0x00000ab8, 0x0000 }, /* R2744 (0xab8) - ASRC2_2RMIX Input 1 Source */
120062306a36Sopenharmony_ci	{ 0x00000b00, 0x0000 }, /* R2816 (0xb00) - ISRC1DEC1MIX Input 1 Source*/
120162306a36Sopenharmony_ci	{ 0x00000b08, 0x0000 }, /* R2824 (0xb08) - ISRC1DEC2MIX Input 1 Source*/
120262306a36Sopenharmony_ci	{ 0x00000b10, 0x0000 }, /* R2832 (0xb10) - ISRC1DEC3MIX Input 1 Source*/
120362306a36Sopenharmony_ci	{ 0x00000b18, 0x0000 }, /* R2840 (0xb18) - ISRC1DEC4MIX Input 1 Source*/
120462306a36Sopenharmony_ci	{ 0x00000b20, 0x0000 }, /* R2848 (0xb20) - ISRC1INT1MIX Input 1 Source*/
120562306a36Sopenharmony_ci	{ 0x00000b28, 0x0000 }, /* R2856 (0xb28) - ISRC1INT2MIX Input 1 Source*/
120662306a36Sopenharmony_ci	{ 0x00000b30, 0x0000 }, /* R2864 (0xb30) - ISRC1INT3MIX Input 1 Source*/
120762306a36Sopenharmony_ci	{ 0x00000b38, 0x0000 }, /* R2872 (0xb38) - ISRC1INT4MIX Input 1 Source*/
120862306a36Sopenharmony_ci	{ 0x00000b40, 0x0000 }, /* R2880 (0xb40) - ISRC2DEC1MIX Input 1 Source*/
120962306a36Sopenharmony_ci	{ 0x00000b48, 0x0000 }, /* R2888 (0xb48) - ISRC2DEC2MIX Input 1 Source*/
121062306a36Sopenharmony_ci	{ 0x00000b50, 0x0000 }, /* R2896 (0xb50) - ISRC2DEC3MIX Input 1 Source*/
121162306a36Sopenharmony_ci	{ 0x00000b58, 0x0000 }, /* R2904 (0xb58) - ISRC2DEC4MIX Input 1 Source*/
121262306a36Sopenharmony_ci	{ 0x00000b60, 0x0000 }, /* R2912 (0xb60) - ISRC2INT1MIX Input 1 Source*/
121362306a36Sopenharmony_ci	{ 0x00000b68, 0x0000 }, /* R2920 (0xb68) - ISRC2INT2MIX Input 1 Source*/
121462306a36Sopenharmony_ci	{ 0x00000b70, 0x0000 }, /* R2928 (0xb70) - ISRC2INT3MIX Input 1 Source*/
121562306a36Sopenharmony_ci	{ 0x00000b78, 0x0000 }, /* R2936 (0xb78) - ISRC2INT4MIX Input 1 Source*/
121662306a36Sopenharmony_ci	{ 0x00000b80, 0x0000 }, /* R2944 (0xb80) - ISRC3DEC1MIX Input 1 Source*/
121762306a36Sopenharmony_ci	{ 0x00000b88, 0x0000 }, /* R2952 (0xb88) - ISRC3DEC2MIX Input 1 Source*/
121862306a36Sopenharmony_ci	{ 0x00000ba0, 0x0000 }, /* R2976 (0xb80) - ISRC3INT1MIX Input 1 Source*/
121962306a36Sopenharmony_ci	{ 0x00000ba8, 0x0000 }, /* R2984 (0xb88) - ISRC3INT2MIX Input 1 Source*/
122062306a36Sopenharmony_ci	{ 0x00000bc0, 0x0000 }, /* R3008 (0xbc0) - ISRC4DEC1MIX Input 1 Source */
122162306a36Sopenharmony_ci	{ 0x00000bc8, 0x0000 }, /* R3016 (0xbc8) - ISRC4DEC2MIX Input 1 Source */
122262306a36Sopenharmony_ci	{ 0x00000be0, 0x0000 }, /* R3040 (0xbe0) - ISRC4INT1MIX Input 1 Source */
122362306a36Sopenharmony_ci	{ 0x00000be8, 0x0000 }, /* R3048 (0xbe8) - ISRC4INT2MIX Input 1 Source */
122462306a36Sopenharmony_ci	{ 0x00000c00, 0x0000 }, /* R3072 (0xc00) - DSP6LMIX Input 1 Source */
122562306a36Sopenharmony_ci	{ 0x00000c01, 0x0080 }, /* R3073 (0xc01) - DSP6LMIX Input 1 Volume */
122662306a36Sopenharmony_ci	{ 0x00000c02, 0x0000 }, /* R3074 (0xc02) - DSP6LMIX Input 2 Source */
122762306a36Sopenharmony_ci	{ 0x00000c03, 0x0080 }, /* R3075 (0xc03) - DSP6LMIX Input 2 Volume */
122862306a36Sopenharmony_ci	{ 0x00000c04, 0x0000 }, /* R3076 (0xc04) - DSP6LMIX Input 3 Source */
122962306a36Sopenharmony_ci	{ 0x00000c05, 0x0080 }, /* R3077 (0xc05) - DSP6LMIX Input 3 Volume */
123062306a36Sopenharmony_ci	{ 0x00000c06, 0x0000 }, /* R3078 (0xc06) - DSP6LMIX Input 4 Source */
123162306a36Sopenharmony_ci	{ 0x00000c07, 0x0080 }, /* R3079 (0xc07) - DSP6LMIX Input 4 Volume */
123262306a36Sopenharmony_ci	{ 0x00000c08, 0x0000 }, /* R3080 (0xc08) - DSP6RMIX Input 1 Source */
123362306a36Sopenharmony_ci	{ 0x00000c09, 0x0080 }, /* R3081 (0xc09) - DSP6RMIX Input 1 Volume */
123462306a36Sopenharmony_ci	{ 0x00000c0a, 0x0000 }, /* R3082 (0xc0a) - DSP6RMIX Input 2 Source */
123562306a36Sopenharmony_ci	{ 0x00000c0b, 0x0080 }, /* R3083 (0xc0b) - DSP6RMIX Input 2 Volume */
123662306a36Sopenharmony_ci	{ 0x00000c0c, 0x0000 }, /* R3084 (0xc0c) - DSP6RMIX Input 3 Source */
123762306a36Sopenharmony_ci	{ 0x00000c0d, 0x0080 }, /* R3085 (0xc0d) - DSP6RMIX Input 3 Volume */
123862306a36Sopenharmony_ci	{ 0x00000c0e, 0x0000 }, /* R3086 (0xc0e) - DSP6RMIX Input 4 Source */
123962306a36Sopenharmony_ci	{ 0x00000c0f, 0x0080 }, /* R3087 (0xc0f) - DSP6RMIX Input 4 Volume */
124062306a36Sopenharmony_ci	{ 0x00000c10, 0x0000 }, /* R3088 (0xc10) - DSP6AUX1MIX Input 1 Source */
124162306a36Sopenharmony_ci	{ 0x00000c18, 0x0000 }, /* R3088 (0xc18) - DSP6AUX2MIX Input 1 Source */
124262306a36Sopenharmony_ci	{ 0x00000c20, 0x0000 }, /* R3088 (0xc20) - DSP6AUX3MIX Input 1 Source */
124362306a36Sopenharmony_ci	{ 0x00000c28, 0x0000 }, /* R3088 (0xc28) - DSP6AUX4MIX Input 1 Source */
124462306a36Sopenharmony_ci	{ 0x00000c30, 0x0000 }, /* R3088 (0xc30) - DSP6AUX5MIX Input 1 Source */
124562306a36Sopenharmony_ci	{ 0x00000c38, 0x0000 }, /* R3088 (0xc38) - DSP6AUX6MIX Input 1 Source */
124662306a36Sopenharmony_ci	{ 0x00000c40, 0x0000 }, /* R3136 (0xc40) - DSP7LMIX Input 1 Source */
124762306a36Sopenharmony_ci	{ 0x00000c41, 0x0080 }, /* R3137 (0xc41) - DSP7LMIX Input 1 Volume */
124862306a36Sopenharmony_ci	{ 0x00000c42, 0x0000 }, /* R3138 (0xc42) - DSP7LMIX Input 2 Source */
124962306a36Sopenharmony_ci	{ 0x00000c43, 0x0080 }, /* R3139 (0xc43) - DSP7LMIX Input 2 Volume */
125062306a36Sopenharmony_ci	{ 0x00000c44, 0x0000 }, /* R3140 (0xc44) - DSP7LMIX Input 3 Source */
125162306a36Sopenharmony_ci	{ 0x00000c45, 0x0080 }, /* R3141 (0xc45) - DSP7lMIX Input 3 Volume */
125262306a36Sopenharmony_ci	{ 0x00000c46, 0x0000 }, /* R3142 (0xc46) - DSP7lMIX Input 4 Source */
125362306a36Sopenharmony_ci	{ 0x00000c47, 0x0080 }, /* R3143 (0xc47) - DSP7LMIX Input 4 Volume */
125462306a36Sopenharmony_ci	{ 0x00000c48, 0x0000 }, /* R3144 (0xc48) - DSP7RMIX Input 1 Source */
125562306a36Sopenharmony_ci	{ 0x00000c49, 0x0080 }, /* R3145 (0xc49) - DSP7RMIX Input 1 Volume */
125662306a36Sopenharmony_ci	{ 0x00000c4a, 0x0000 }, /* R3146 (0xc4a) - DSP7RMIX Input 2 Source */
125762306a36Sopenharmony_ci	{ 0x00000c4b, 0x0080 }, /* R3147 (0xc4b) - DSP7RMIX Input 2 Volume */
125862306a36Sopenharmony_ci	{ 0x00000c4c, 0x0000 }, /* R3148 (0xc4c) - DSP7RMIX Input 3 Source */
125962306a36Sopenharmony_ci	{ 0x00000c4d, 0x0080 }, /* R3159 (0xc4d) - DSP7RMIX Input 3 Volume */
126062306a36Sopenharmony_ci	{ 0x00000c4e, 0x0000 }, /* R3150 (0xc4e) - DSP7RMIX Input 4 Source */
126162306a36Sopenharmony_ci	{ 0x00000c4f, 0x0080 }, /* R3151 (0xc4f) - DSP7RMIX Input 4 Volume */
126262306a36Sopenharmony_ci	{ 0x00000c50, 0x0000 }, /* R3152 (0xc50) - DSP7AUX1MIX Input 1 Source */
126362306a36Sopenharmony_ci	{ 0x00000c58, 0x0000 }, /* R3160 (0xc58) - DSP7AUX2MIX Input 1 Source */
126462306a36Sopenharmony_ci	{ 0x00000c60, 0x0000 }, /* R3168 (0xc60) - DSP7AUX3MIX Input 1 Source */
126562306a36Sopenharmony_ci	{ 0x00000c68, 0x0000 }, /* R3176 (0xc68) - DSP7AUX4MIX Input 1 Source */
126662306a36Sopenharmony_ci	{ 0x00000c70, 0x0000 }, /* R3184 (0xc70) - DSP7AUX5MIX Input 1 Source */
126762306a36Sopenharmony_ci	{ 0x00000c78, 0x0000 }, /* R3192 (0xc78) - DSP7AUX6MIX Input 1 Source */
126862306a36Sopenharmony_ci	{ 0x00000e00, 0x0000 }, /* R3584 (0xe00) - FX Ctrl1 */
126962306a36Sopenharmony_ci	{ 0x00000e10, 0x6318 }, /* R3600 (0xe10) - EQ1_1 */
127062306a36Sopenharmony_ci	{ 0x00000e11, 0x6300 }, /* R3601 (0xe11) - EQ1_2 */
127162306a36Sopenharmony_ci	{ 0x00000e12, 0x0fc8 }, /* R3602 (0xe12) - EQ1_3 */
127262306a36Sopenharmony_ci	{ 0x00000e13, 0x03fe }, /* R3603 (0xe13) - EQ1_4 */
127362306a36Sopenharmony_ci	{ 0x00000e14, 0x00e0 }, /* R3604 (0xe14) - EQ1_5 */
127462306a36Sopenharmony_ci	{ 0x00000e15, 0x1ec4 }, /* R3605 (0xe15) - EQ1_6 */
127562306a36Sopenharmony_ci	{ 0x00000e16, 0xf136 }, /* R3606 (0xe16) - EQ1_7 */
127662306a36Sopenharmony_ci	{ 0x00000e17, 0x0409 }, /* R3607 (0xe17) - EQ1_8 */
127762306a36Sopenharmony_ci	{ 0x00000e18, 0x04cc }, /* R3608 (0xe18) - EQ1_9 */
127862306a36Sopenharmony_ci	{ 0x00000e19, 0x1c9b }, /* R3609 (0xe19) - EQ1_10 */
127962306a36Sopenharmony_ci	{ 0x00000e1a, 0xf337 }, /* R3610 (0xe1a) - EQ1_11 */
128062306a36Sopenharmony_ci	{ 0x00000e1b, 0x040b }, /* R3611 (0xe1b) - EQ1_12 */
128162306a36Sopenharmony_ci	{ 0x00000e1c, 0x0cbb }, /* R3612 (0xe1c) - EQ1_13 */
128262306a36Sopenharmony_ci	{ 0x00000e1d, 0x16f8 }, /* R3613 (0xe1d) - EQ1_14 */
128362306a36Sopenharmony_ci	{ 0x00000e1e, 0xf7d9 }, /* R3614 (0xe1e) - EQ1_15 */
128462306a36Sopenharmony_ci	{ 0x00000e1f, 0x040a }, /* R3615 (0xe1f) - EQ1_16 */
128562306a36Sopenharmony_ci	{ 0x00000e20, 0x1f14 }, /* R3616 (0xe20) - EQ1_17 */
128662306a36Sopenharmony_ci	{ 0x00000e21, 0x058c }, /* R3617 (0xe21) - EQ1_18 */
128762306a36Sopenharmony_ci	{ 0x00000e22, 0x0563 }, /* R3618 (0xe22) - EQ1_19 */
128862306a36Sopenharmony_ci	{ 0x00000e23, 0x4000 }, /* R3619 (0xe23) - EQ1_20 */
128962306a36Sopenharmony_ci	{ 0x00000e24, 0x0b75 }, /* R3620 (0xe24) - EQ1_21 */
129062306a36Sopenharmony_ci	{ 0x00000e26, 0x6318 }, /* R3622 (0xe26) - EQ2_1 */
129162306a36Sopenharmony_ci	{ 0x00000e27, 0x6300 }, /* R3623 (0xe27) - EQ2_2 */
129262306a36Sopenharmony_ci	{ 0x00000e28, 0x0fc8 }, /* R3624 (0xe28) - EQ2_3 */
129362306a36Sopenharmony_ci	{ 0x00000e29, 0x03fe }, /* R3625 (0xe29) - EQ2_4 */
129462306a36Sopenharmony_ci	{ 0x00000e2a, 0x00e0 }, /* R3626 (0xe2a) - EQ2_5 */
129562306a36Sopenharmony_ci	{ 0x00000e2b, 0x1ec4 }, /* R3627 (0xe2b) - EQ2_6 */
129662306a36Sopenharmony_ci	{ 0x00000e2c, 0xf136 }, /* R3628 (0xe2c) - EQ2_7 */
129762306a36Sopenharmony_ci	{ 0x00000e2d, 0x0409 }, /* R3629 (0xe2d) - EQ2_8 */
129862306a36Sopenharmony_ci	{ 0x00000e2e, 0x04cc }, /* R3630 (0xe2e) - EQ2_9 */
129962306a36Sopenharmony_ci	{ 0x00000e2f, 0x1c9b }, /* R3631 (0xe2f) - EQ2_10 */
130062306a36Sopenharmony_ci	{ 0x00000e30, 0xf337 }, /* R3632 (0xe30) - EQ2_11 */
130162306a36Sopenharmony_ci	{ 0x00000e31, 0x040b }, /* R3633 (0xe31) - EQ2_12 */
130262306a36Sopenharmony_ci	{ 0x00000e32, 0x0cbb }, /* R3634 (0xe32) - EQ2_13 */
130362306a36Sopenharmony_ci	{ 0x00000e33, 0x16f8 }, /* R3635 (0xe33) - EQ2_14 */
130462306a36Sopenharmony_ci	{ 0x00000e34, 0xf7d9 }, /* R3636 (0xe34) - EQ2_15 */
130562306a36Sopenharmony_ci	{ 0x00000e35, 0x040a }, /* R3637 (0xe35) - EQ2_16 */
130662306a36Sopenharmony_ci	{ 0x00000e36, 0x1f14 }, /* R3638 (0xe36) - EQ2_17 */
130762306a36Sopenharmony_ci	{ 0x00000e37, 0x058c }, /* R3639 (0xe37) - EQ2_18 */
130862306a36Sopenharmony_ci	{ 0x00000e38, 0x0563 }, /* R3640 (0xe38) - EQ2_19 */
130962306a36Sopenharmony_ci	{ 0x00000e39, 0x4000 }, /* R3641 (0xe39) - EQ2_20 */
131062306a36Sopenharmony_ci	{ 0x00000e3a, 0x0b75 }, /* R3642 (0xe3a) - EQ2_21 */
131162306a36Sopenharmony_ci	{ 0x00000e3c, 0x6318 }, /* R3644 (0xe3c) - EQ3_1 */
131262306a36Sopenharmony_ci	{ 0x00000e3d, 0x6300 }, /* R3645 (0xe3d) - EQ3_2 */
131362306a36Sopenharmony_ci	{ 0x00000e3e, 0x0fc8 }, /* R3646 (0xe3e) - EQ3_3 */
131462306a36Sopenharmony_ci	{ 0x00000e3f, 0x03fe }, /* R3647 (0xe3f) - EQ3_4 */
131562306a36Sopenharmony_ci	{ 0x00000e40, 0x00e0 }, /* R3648 (0xe40) - EQ3_5 */
131662306a36Sopenharmony_ci	{ 0x00000e41, 0x1ec4 }, /* R3649 (0xe41) - EQ3_6 */
131762306a36Sopenharmony_ci	{ 0x00000e42, 0xf136 }, /* R3650 (0xe42) - EQ3_7 */
131862306a36Sopenharmony_ci	{ 0x00000e43, 0x0409 }, /* R3651 (0xe43) - EQ3_8 */
131962306a36Sopenharmony_ci	{ 0x00000e44, 0x04cc }, /* R3652 (0xe44) - EQ3_9 */
132062306a36Sopenharmony_ci	{ 0x00000e45, 0x1c9b }, /* R3653 (0xe45) - EQ3_10 */
132162306a36Sopenharmony_ci	{ 0x00000e46, 0xf337 }, /* R3654 (0xe46) - EQ3_11 */
132262306a36Sopenharmony_ci	{ 0x00000e47, 0x040b }, /* R3655 (0xe47) - EQ3_12 */
132362306a36Sopenharmony_ci	{ 0x00000e48, 0x0cbb }, /* R3656 (0xe48) - EQ3_13 */
132462306a36Sopenharmony_ci	{ 0x00000e49, 0x16f8 }, /* R3657 (0xe49) - EQ3_14 */
132562306a36Sopenharmony_ci	{ 0x00000e4a, 0xf7d9 }, /* R3658 (0xe4a) - EQ3_15 */
132662306a36Sopenharmony_ci	{ 0x00000e4b, 0x040a }, /* R3659 (0xe4b) - EQ3_16 */
132762306a36Sopenharmony_ci	{ 0x00000e4c, 0x1f14 }, /* R3660 (0xe4c) - EQ3_17 */
132862306a36Sopenharmony_ci	{ 0x00000e4d, 0x058c }, /* R3661 (0xe4d) - EQ3_18 */
132962306a36Sopenharmony_ci	{ 0x00000e4e, 0x0563 }, /* R3662 (0xe4e) - EQ3_19 */
133062306a36Sopenharmony_ci	{ 0x00000e4f, 0x4000 }, /* R3663 (0xe4f) - EQ3_20 */
133162306a36Sopenharmony_ci	{ 0x00000e50, 0x0b75 }, /* R3664 (0xe50) - EQ3_21 */
133262306a36Sopenharmony_ci	{ 0x00000e52, 0x6318 }, /* R3666 (0xe52) - EQ4_1 */
133362306a36Sopenharmony_ci	{ 0x00000e53, 0x6300 }, /* R3667 (0xe53) - EQ4_2 */
133462306a36Sopenharmony_ci	{ 0x00000e54, 0x0fc8 }, /* R3668 (0xe54) - EQ4_3 */
133562306a36Sopenharmony_ci	{ 0x00000e55, 0x03fe }, /* R3669 (0xe55) - EQ4_4 */
133662306a36Sopenharmony_ci	{ 0x00000e56, 0x00e0 }, /* R3670 (0xe56) - EQ4_5 */
133762306a36Sopenharmony_ci	{ 0x00000e57, 0x1ec4 }, /* R3671 (0xe57) - EQ4_6 */
133862306a36Sopenharmony_ci	{ 0x00000e58, 0xf136 }, /* R3672 (0xe58) - EQ4_7 */
133962306a36Sopenharmony_ci	{ 0x00000e59, 0x0409 }, /* R3673 (0xe59) - EQ4_8 */
134062306a36Sopenharmony_ci	{ 0x00000e5a, 0x04cc }, /* R3674 (0xe5a) - EQ4_9 */
134162306a36Sopenharmony_ci	{ 0x00000e5b, 0x1c9b }, /* R3675 (0xe5b) - EQ4_10 */
134262306a36Sopenharmony_ci	{ 0x00000e5c, 0xf337 }, /* R3676 (0xe5c) - EQ4_11 */
134362306a36Sopenharmony_ci	{ 0x00000e5d, 0x040b }, /* R3677 (0xe5d) - EQ4_12 */
134462306a36Sopenharmony_ci	{ 0x00000e5e, 0x0cbb }, /* R3678 (0xe5e) - EQ4_13 */
134562306a36Sopenharmony_ci	{ 0x00000e5f, 0x16f8 }, /* R3679 (0xe5f) - EQ4_14 */
134662306a36Sopenharmony_ci	{ 0x00000e60, 0xf7d9 }, /* R3680 (0xe60) - EQ4_15 */
134762306a36Sopenharmony_ci	{ 0x00000e61, 0x040a }, /* R3681 (0xe61) - EQ4_16 */
134862306a36Sopenharmony_ci	{ 0x00000e62, 0x1f14 }, /* R3682 (0xe62) - EQ4_17 */
134962306a36Sopenharmony_ci	{ 0x00000e63, 0x058c }, /* R3683 (0xe63) - EQ4_18 */
135062306a36Sopenharmony_ci	{ 0x00000e64, 0x0563 }, /* R3684 (0xe64) - EQ4_19 */
135162306a36Sopenharmony_ci	{ 0x00000e65, 0x4000 }, /* R3685 (0xe65) - EQ4_20 */
135262306a36Sopenharmony_ci	{ 0x00000e66, 0x0b75 }, /* R3686 (0xe66) - EQ4_21 */
135362306a36Sopenharmony_ci	{ 0x00000e80, 0x0018 }, /* R3712 (0xe80) - DRC1 ctrl1 */
135462306a36Sopenharmony_ci	{ 0x00000e81, 0x0933 }, /* R3713 (0xe81) - DRC1 ctrl2 */
135562306a36Sopenharmony_ci	{ 0x00000e82, 0x0018 }, /* R3714 (0xe82) - DRC1 ctrl3 */
135662306a36Sopenharmony_ci	{ 0x00000e83, 0x0000 }, /* R3715 (0xe83) - DRC1 ctrl4 */
135762306a36Sopenharmony_ci	{ 0x00000e84, 0x0000 }, /* R3716 (0xe84) - DRC1 ctrl5 */
135862306a36Sopenharmony_ci	{ 0x00000e88, 0x0018 }, /* R3720 (0xe88) - DRC2 ctrl1 */
135962306a36Sopenharmony_ci	{ 0x00000e89, 0x0933 }, /* R3721 (0xe89) - DRC2 ctrl2 */
136062306a36Sopenharmony_ci	{ 0x00000e8a, 0x0018 }, /* R3722 (0xe8a) - DRC2 ctrl3 */
136162306a36Sopenharmony_ci	{ 0x00000e8b, 0x0000 }, /* R3723 (0xe8b) - DRC2 ctrl4 */
136262306a36Sopenharmony_ci	{ 0x00000e8c, 0x0000 }, /* R3724 (0xe8c) - DRC2 ctrl5 */
136362306a36Sopenharmony_ci	{ 0x00000ec0, 0x0000 }, /* R3776 (0xec0) - HPLPF1_1 */
136462306a36Sopenharmony_ci	{ 0x00000ec1, 0x0000 }, /* R3777 (0xec1) - HPLPF1_2 */
136562306a36Sopenharmony_ci	{ 0x00000ec4, 0x0000 }, /* R3780 (0xec4) - HPLPF2_1 */
136662306a36Sopenharmony_ci	{ 0x00000ec5, 0x0000 }, /* R3781 (0xec5) - HPLPF2_2 */
136762306a36Sopenharmony_ci	{ 0x00000ec8, 0x0000 }, /* R3784 (0xec8) - HPLPF3_1 */
136862306a36Sopenharmony_ci	{ 0x00000ec9, 0x0000 }, /* R3785 (0xec9) - HPLPF3_2 */
136962306a36Sopenharmony_ci	{ 0x00000ecc, 0x0000 }, /* R3788 (0xecc) - HPLPF4_1 */
137062306a36Sopenharmony_ci	{ 0x00000ecd, 0x0000 }, /* R3789 (0xecd) - HPLPF4_2 */
137162306a36Sopenharmony_ci	{ 0x00000ed0, 0x0000 }, /* R3792 (0xed0) - ASRC2_ENABLE */
137262306a36Sopenharmony_ci	{ 0x00000ed2, 0x0000 }, /* R3794 (0xed2) - ASRC2_RATE1 */
137362306a36Sopenharmony_ci	{ 0x00000ed3, 0x4000 }, /* R3795 (0xed3) - ASRC2_RATE2 */
137462306a36Sopenharmony_ci	{ 0x00000ee0, 0x0000 }, /* R3808 (0xee0) - ASRC1_ENABLE */
137562306a36Sopenharmony_ci	{ 0x00000ee2, 0x0000 }, /* R3810 (0xee2) - ASRC1_RATE1 */
137662306a36Sopenharmony_ci	{ 0x00000ee3, 0x4000 }, /* R3811 (0xee3) - ASRC1_RATE2 */
137762306a36Sopenharmony_ci	{ 0x00000ef0, 0x0000 }, /* R3824 (0xef0) - ISRC 1 CTRL 1 */
137862306a36Sopenharmony_ci	{ 0x00000ef1, 0x0001 }, /* R3825 (0xef1) - ISRC 1 CTRL 2 */
137962306a36Sopenharmony_ci	{ 0x00000ef2, 0x0000 }, /* R3826 (0xef2) - ISRC 1 CTRL 3 */
138062306a36Sopenharmony_ci	{ 0x00000ef3, 0x0000 }, /* R3827 (0xef3) - ISRC 2 CTRL 1 */
138162306a36Sopenharmony_ci	{ 0x00000ef4, 0x0001 }, /* R3828 (0xef4) - ISRC 2 CTRL 2 */
138262306a36Sopenharmony_ci	{ 0x00000ef5, 0x0000 }, /* R3829 (0xef5) - ISRC 2 CTRL 3 */
138362306a36Sopenharmony_ci	{ 0x00000ef6, 0x0000 }, /* R3830 (0xef6) - ISRC 3 CTRL 1 */
138462306a36Sopenharmony_ci	{ 0x00000ef7, 0x0001 }, /* R3831 (0xef7) - ISRC 3 CTRL 2 */
138562306a36Sopenharmony_ci	{ 0x00000ef8, 0x0000 }, /* R3832 (0xef8) - ISRC 3 CTRL 3 */
138662306a36Sopenharmony_ci	{ 0x00000ef9, 0x0000 }, /* R3833 (0xef9) - ISRC 4 CTRL 1 */
138762306a36Sopenharmony_ci	{ 0x00000efa, 0x0001 }, /* R3834 (0xefa) - ISRC 4 CTRL 2 */
138862306a36Sopenharmony_ci	{ 0x00000efb, 0x0000 }, /* R3835 (0xefb) - ISRC 4 CTRL 3 */
138962306a36Sopenharmony_ci	{ 0x00000f01, 0x0000 }, /* R3841 (0xf01) - ANC_SRC */
139062306a36Sopenharmony_ci	{ 0x00000f02, 0x0000 }, /* R3842 (0xf02) - DSP Status */
139162306a36Sopenharmony_ci	{ 0x00000f08, 0x001c }, /* R3848 (0xf08) - ANC Coefficient */
139262306a36Sopenharmony_ci	{ 0x00000f09, 0x0000 }, /* R3849 (0xf09) - ANC Coefficient */
139362306a36Sopenharmony_ci	{ 0x00000f0a, 0x0000 }, /* R3850 (0xf0a) - ANC Coefficient */
139462306a36Sopenharmony_ci	{ 0x00000f0b, 0x0000 }, /* R3851 (0xf0b) - ANC Coefficient */
139562306a36Sopenharmony_ci	{ 0x00000f0c, 0x0000 }, /* R3852 (0xf0c) - ANC Coefficient */
139662306a36Sopenharmony_ci	{ 0x00000f0d, 0x0000 }, /* R3853 (0xf0d) - ANC Coefficient */
139762306a36Sopenharmony_ci	{ 0x00000f0e, 0x0000 }, /* R3854 (0xf0e) - ANC Coefficient */
139862306a36Sopenharmony_ci	{ 0x00000f0f, 0x0000 }, /* R3855 (0xf0f) - ANC Coefficient */
139962306a36Sopenharmony_ci	{ 0x00000f10, 0x0000 }, /* R3856 (0xf10) - ANC Coefficient */
140062306a36Sopenharmony_ci	{ 0x00000f11, 0x0000 }, /* R3857 (0xf11) - ANC Coefficient */
140162306a36Sopenharmony_ci	{ 0x00000f12, 0x0000 }, /* R3858 (0xf12) - ANC Coefficient */
140262306a36Sopenharmony_ci	{ 0x00000f15, 0x0000 }, /* R3861 (0xf15) - FCL Filter Control */
140362306a36Sopenharmony_ci	{ 0x00000f17, 0x0004 }, /* R3863 (0xf17) - FCL ADC Reformatter Control */
140462306a36Sopenharmony_ci	{ 0x00000f18, 0x0004 }, /* R3864 (0xf18) - ANC Coefficient */
140562306a36Sopenharmony_ci	{ 0x00000f19, 0x0002 }, /* R3865 (0xf19) - ANC Coefficient */
140662306a36Sopenharmony_ci	{ 0x00000f1a, 0x0000 }, /* R3866 (0xf1a) - ANC Coefficient */
140762306a36Sopenharmony_ci	{ 0x00000f1b, 0x0010 }, /* R3867 (0xf1b) - ANC Coefficient */
140862306a36Sopenharmony_ci	{ 0x00000f1c, 0x0000 }, /* R3868 (0xf1c) - ANC Coefficient */
140962306a36Sopenharmony_ci	{ 0x00000f1d, 0x0000 }, /* R3869 (0xf1d) - ANC Coefficient */
141062306a36Sopenharmony_ci	{ 0x00000f1e, 0x0000 }, /* R3870 (0xf1e) - ANC Coefficient */
141162306a36Sopenharmony_ci	{ 0x00000f1f, 0x0000 }, /* R3871 (0xf1f) - ANC Coefficient */
141262306a36Sopenharmony_ci	{ 0x00000f20, 0x0000 }, /* R3872 (0xf20) - ANC Coefficient */
141362306a36Sopenharmony_ci	{ 0x00000f21, 0x0000 }, /* R3873 (0xf21) - ANC Coefficient */
141462306a36Sopenharmony_ci	{ 0x00000f22, 0x0000 }, /* R3874 (0xf22) - ANC Coefficient */
141562306a36Sopenharmony_ci	{ 0x00000f23, 0x0000 }, /* R3875 (0xf23) - ANC Coefficient */
141662306a36Sopenharmony_ci	{ 0x00000f24, 0x0000 }, /* R3876 (0xf24) - ANC Coefficient */
141762306a36Sopenharmony_ci	{ 0x00000f25, 0x0000 }, /* R3877 (0xf25) - ANC Coefficient */
141862306a36Sopenharmony_ci	{ 0x00000f26, 0x0000 }, /* R3878 (0xf26) - ANC Coefficient */
141962306a36Sopenharmony_ci	{ 0x00000f27, 0x0000 }, /* R3879 (0xf27) - ANC Coefficient */
142062306a36Sopenharmony_ci	{ 0x00000f28, 0x0000 }, /* R3880 (0xf28) - ANC Coefficient */
142162306a36Sopenharmony_ci	{ 0x00000f29, 0x0000 }, /* R3881 (0xf29) - ANC Coefficient */
142262306a36Sopenharmony_ci	{ 0x00000f2a, 0x0000 }, /* R3882 (0xf2a) - ANC Coefficient */
142362306a36Sopenharmony_ci	{ 0x00000f2b, 0x0000 }, /* R3883 (0xf2b) - ANC Coefficient */
142462306a36Sopenharmony_ci	{ 0x00000f2c, 0x0000 }, /* R3884 (0xf2c) - ANC Coefficient */
142562306a36Sopenharmony_ci	{ 0x00000f2d, 0x0000 }, /* R3885 (0xf2d) - ANC Coefficient */
142662306a36Sopenharmony_ci	{ 0x00000f2e, 0x0000 }, /* R3886 (0xf2e) - ANC Coefficient */
142762306a36Sopenharmony_ci	{ 0x00000f2f, 0x0000 }, /* R3887 (0xf2f) - ANC Coefficient */
142862306a36Sopenharmony_ci	{ 0x00000f30, 0x0000 }, /* R3888 (0xf30) - ANC Coefficient */
142962306a36Sopenharmony_ci	{ 0x00000f31, 0x0000 }, /* R3889 (0xf31) - ANC Coefficient */
143062306a36Sopenharmony_ci	{ 0x00000f32, 0x0000 }, /* R3890 (0xf32) - ANC Coefficient */
143162306a36Sopenharmony_ci	{ 0x00000f33, 0x0000 }, /* R3891 (0xf33) - ANC Coefficient */
143262306a36Sopenharmony_ci	{ 0x00000f34, 0x0000 }, /* R3892 (0xf34) - ANC Coefficient */
143362306a36Sopenharmony_ci	{ 0x00000f35, 0x0000 }, /* R3893 (0xf35) - ANC Coefficient */
143462306a36Sopenharmony_ci	{ 0x00000f36, 0x0000 }, /* R3894 (0xf36) - ANC Coefficient */
143562306a36Sopenharmony_ci	{ 0x00000f37, 0x0000 }, /* R3895 (0xf37) - ANC Coefficient */
143662306a36Sopenharmony_ci	{ 0x00000f38, 0x0000 }, /* R3896 (0xf38) - ANC Coefficient */
143762306a36Sopenharmony_ci	{ 0x00000f39, 0x0000 }, /* R3897 (0xf39) - ANC Coefficient */
143862306a36Sopenharmony_ci	{ 0x00000f3a, 0x0000 }, /* R3898 (0xf3a) - ANC Coefficient */
143962306a36Sopenharmony_ci	{ 0x00000f3b, 0x0000 }, /* R3899 (0xf3b) - ANC Coefficient */
144062306a36Sopenharmony_ci	{ 0x00000f3c, 0x0000 }, /* R3900 (0xf3c) - ANC Coefficient */
144162306a36Sopenharmony_ci	{ 0x00000f3d, 0x0000 }, /* R3901 (0xf3d) - ANC Coefficient */
144262306a36Sopenharmony_ci	{ 0x00000f3e, 0x0000 }, /* R3902 (0xf3e) - ANC Coefficient */
144362306a36Sopenharmony_ci	{ 0x00000f3f, 0x0000 }, /* R3903 (0xf3f) - ANC Coefficient */
144462306a36Sopenharmony_ci	{ 0x00000f40, 0x0000 }, /* R3904 (0xf40) - ANC Coefficient */
144562306a36Sopenharmony_ci	{ 0x00000f41, 0x0000 }, /* R3905 (0xf41) - ANC Coefficient */
144662306a36Sopenharmony_ci	{ 0x00000f42, 0x0000 }, /* R3906 (0xf42) - ANC Coefficient */
144762306a36Sopenharmony_ci	{ 0x00000f43, 0x0000 }, /* R3907 (0xf43) - ANC Coefficient */
144862306a36Sopenharmony_ci	{ 0x00000f44, 0x0000 }, /* R3908 (0xf44) - ANC Coefficient */
144962306a36Sopenharmony_ci	{ 0x00000f45, 0x0000 }, /* R3909 (0xf45) - ANC Coefficient */
145062306a36Sopenharmony_ci	{ 0x00000f46, 0x0000 }, /* R3910 (0xf46) - ANC Coefficient */
145162306a36Sopenharmony_ci	{ 0x00000f47, 0x0000 }, /* R3911 (0xf47) - ANC Coefficient */
145262306a36Sopenharmony_ci	{ 0x00000f48, 0x0000 }, /* R3912 (0xf48) - ANC Coefficient */
145362306a36Sopenharmony_ci	{ 0x00000f49, 0x0000 }, /* R3913 (0xf49) - ANC Coefficient */
145462306a36Sopenharmony_ci	{ 0x00000f4a, 0x0000 }, /* R3914 (0xf4a) - ANC Coefficient */
145562306a36Sopenharmony_ci	{ 0x00000f4b, 0x0000 }, /* R3915 (0xf4b) - ANC Coefficient */
145662306a36Sopenharmony_ci	{ 0x00000f4c, 0x0000 }, /* R3916 (0xf4c) - ANC Coefficient */
145762306a36Sopenharmony_ci	{ 0x00000f4d, 0x0000 }, /* R3917 (0xf4d) - ANC Coefficient */
145862306a36Sopenharmony_ci	{ 0x00000f4e, 0x0000 }, /* R3918 (0xf4e) - ANC Coefficient */
145962306a36Sopenharmony_ci	{ 0x00000f4f, 0x0000 }, /* R3919 (0xf4f) - ANC Coefficient */
146062306a36Sopenharmony_ci	{ 0x00000f50, 0x0000 }, /* R3920 (0xf50) - ANC Coefficient */
146162306a36Sopenharmony_ci	{ 0x00000f51, 0x0000 }, /* R3921 (0xf51) - ANC Coefficient */
146262306a36Sopenharmony_ci	{ 0x00000f52, 0x0000 }, /* R3922 (0xf52) - ANC Coefficient */
146362306a36Sopenharmony_ci	{ 0x00000f53, 0x0000 }, /* R3923 (0xf53) - ANC Coefficient */
146462306a36Sopenharmony_ci	{ 0x00000f54, 0x0000 }, /* R3924 (0xf54) - ANC Coefficient */
146562306a36Sopenharmony_ci	{ 0x00000f55, 0x0000 }, /* R3925 (0xf55) - ANC Coefficient */
146662306a36Sopenharmony_ci	{ 0x00000f56, 0x0000 }, /* R3926 (0xf56) - ANC Coefficient */
146762306a36Sopenharmony_ci	{ 0x00000f57, 0x0000 }, /* R3927 (0xf57) - ANC Coefficient */
146862306a36Sopenharmony_ci	{ 0x00000f58, 0x0000 }, /* R3928 (0xf58) - ANC Coefficient */
146962306a36Sopenharmony_ci	{ 0x00000f59, 0x0000 }, /* R3929 (0xf59) - ANC Coefficient */
147062306a36Sopenharmony_ci	{ 0x00000f5a, 0x0000 }, /* R3930 (0xf5a) - ANC Coefficient */
147162306a36Sopenharmony_ci	{ 0x00000f5b, 0x0000 }, /* R3931 (0xf5b) - ANC Coefficient */
147262306a36Sopenharmony_ci	{ 0x00000f5c, 0x0000 }, /* R3932 (0xf5c) - ANC Coefficient */
147362306a36Sopenharmony_ci	{ 0x00000f5d, 0x0000 }, /* R3933 (0xf5d) - ANC Coefficient */
147462306a36Sopenharmony_ci	{ 0x00000f5e, 0x0000 }, /* R3934 (0xf5e) - ANC Coefficient */
147562306a36Sopenharmony_ci	{ 0x00000f5f, 0x0000 }, /* R3935 (0xf5f) - ANC Coefficient */
147662306a36Sopenharmony_ci	{ 0x00000f60, 0x0000 }, /* R3936 (0xf60) - ANC Coefficient */
147762306a36Sopenharmony_ci	{ 0x00000f61, 0x0000 }, /* R3937 (0xf61) - ANC Coefficient */
147862306a36Sopenharmony_ci	{ 0x00000f62, 0x0000 }, /* R3938 (0xf62) - ANC Coefficient */
147962306a36Sopenharmony_ci	{ 0x00000f63, 0x0000 }, /* R3939 (0xf63) - ANC Coefficient */
148062306a36Sopenharmony_ci	{ 0x00000f64, 0x0000 }, /* R3940 (0xf64) - ANC Coefficient */
148162306a36Sopenharmony_ci	{ 0x00000f65, 0x0000 }, /* R3941 (0xf65) - ANC Coefficient */
148262306a36Sopenharmony_ci	{ 0x00000f66, 0x0000 }, /* R3942 (0xf66) - ANC Coefficient */
148362306a36Sopenharmony_ci	{ 0x00000f67, 0x0000 }, /* R3943 (0xf67) - ANC Coefficient */
148462306a36Sopenharmony_ci	{ 0x00000f68, 0x0000 }, /* R3944 (0xf68) - ANC Coefficient */
148562306a36Sopenharmony_ci	{ 0x00000f69, 0x0000 }, /* R3945 (0xf69) - ANC Coefficient */
148662306a36Sopenharmony_ci	{ 0x00000f71, 0x0000 }, /* R3953 (0xf71) - FCR Filter Control */
148762306a36Sopenharmony_ci	{ 0x00000f73, 0x0004 }, /* R3955 (0xf73) - FCR ADC Reformatter Control */
148862306a36Sopenharmony_ci	{ 0x00000f74, 0x0004 }, /* R3956 (0xf74) - ANC Coefficient */
148962306a36Sopenharmony_ci	{ 0x00000f75, 0x0002 }, /* R3957 (0xf75) - ANC Coefficient */
149062306a36Sopenharmony_ci	{ 0x00000f76, 0x0000 }, /* R3958 (0xf76) - ANC Coefficient */
149162306a36Sopenharmony_ci	{ 0x00000f77, 0x0010 }, /* R3959 (0xf77) - ANC Coefficient */
149262306a36Sopenharmony_ci	{ 0x00000f78, 0x0000 }, /* R3960 (0xf78) - ANC Coefficient */
149362306a36Sopenharmony_ci	{ 0x00000f79, 0x0000 }, /* R3961 (0xf79) - ANC Coefficient */
149462306a36Sopenharmony_ci	{ 0x00000f7a, 0x0000 }, /* R3962 (0xf7a) - ANC Coefficient */
149562306a36Sopenharmony_ci	{ 0x00000f7b, 0x0000 }, /* R3963 (0xf7b) - ANC Coefficient */
149662306a36Sopenharmony_ci	{ 0x00000f7c, 0x0000 }, /* R3964 (0xf7c) - ANC Coefficient */
149762306a36Sopenharmony_ci	{ 0x00000f7d, 0x0000 }, /* R3965 (0xf7d) - ANC Coefficient */
149862306a36Sopenharmony_ci	{ 0x00000f7e, 0x0000 }, /* R3966 (0xf7e) - ANC Coefficient */
149962306a36Sopenharmony_ci	{ 0x00000f7f, 0x0000 }, /* R3967 (0xf7f) - ANC Coefficient */
150062306a36Sopenharmony_ci	{ 0x00000f80, 0x0000 }, /* R3968 (0xf80) - ANC Coefficient */
150162306a36Sopenharmony_ci	{ 0x00000f81, 0x0000 }, /* R3969 (0xf81) - ANC Coefficient */
150262306a36Sopenharmony_ci	{ 0x00000f82, 0x0000 }, /* R3970 (0xf82) - ANC Coefficient */
150362306a36Sopenharmony_ci	{ 0x00000f83, 0x0000 }, /* R3971 (0xf83) - ANC Coefficient */
150462306a36Sopenharmony_ci	{ 0x00000f84, 0x0000 }, /* R3972 (0xf84) - ANC Coefficient */
150562306a36Sopenharmony_ci	{ 0x00000f85, 0x0000 }, /* R3973 (0xf85) - ANC Coefficient */
150662306a36Sopenharmony_ci	{ 0x00000f86, 0x0000 }, /* R3974 (0xf86) - ANC Coefficient */
150762306a36Sopenharmony_ci	{ 0x00000f87, 0x0000 }, /* R3975 (0xf87) - ANC Coefficient */
150862306a36Sopenharmony_ci	{ 0x00000f88, 0x0000 }, /* R3976 (0xf88) - ANC Coefficient */
150962306a36Sopenharmony_ci	{ 0x00000f89, 0x0000 }, /* R3977 (0xf89) - ANC Coefficient */
151062306a36Sopenharmony_ci	{ 0x00000f8a, 0x0000 }, /* R3978 (0xf8a) - ANC Coefficient */
151162306a36Sopenharmony_ci	{ 0x00000f8b, 0x0000 }, /* R3979 (0xf8b) - ANC Coefficient */
151262306a36Sopenharmony_ci	{ 0x00000f8c, 0x0000 }, /* R3980 (0xf8c) - ANC Coefficient */
151362306a36Sopenharmony_ci	{ 0x00000f8d, 0x0000 }, /* R3981 (0xf8d) - ANC Coefficient */
151462306a36Sopenharmony_ci	{ 0x00000f8e, 0x0000 }, /* R3982 (0xf8e) - ANC Coefficient */
151562306a36Sopenharmony_ci	{ 0x00000f8f, 0x0000 }, /* R3983 (0xf8f) - ANC Coefficient */
151662306a36Sopenharmony_ci	{ 0x00000f90, 0x0000 }, /* R3984 (0xf90) - ANC Coefficient */
151762306a36Sopenharmony_ci	{ 0x00000f91, 0x0000 }, /* R3985 (0xf91) - ANC Coefficient */
151862306a36Sopenharmony_ci	{ 0x00000f92, 0x0000 }, /* R3986 (0xf92) - ANC Coefficient */
151962306a36Sopenharmony_ci	{ 0x00000f93, 0x0000 }, /* R3987 (0xf93) - ANC Coefficient */
152062306a36Sopenharmony_ci	{ 0x00000f94, 0x0000 }, /* R3988 (0xf94) - ANC Coefficient */
152162306a36Sopenharmony_ci	{ 0x00000f95, 0x0000 }, /* R3989 (0xf95) - ANC Coefficient */
152262306a36Sopenharmony_ci	{ 0x00000f96, 0x0000 }, /* R3990 (0xf96) - ANC Coefficient */
152362306a36Sopenharmony_ci	{ 0x00000f97, 0x0000 }, /* R3991 (0xf97) - ANC Coefficient */
152462306a36Sopenharmony_ci	{ 0x00000f98, 0x0000 }, /* R3992 (0xf98) - ANC Coefficient */
152562306a36Sopenharmony_ci	{ 0x00000f99, 0x0000 }, /* R3993 (0xf99) - ANC Coefficient */
152662306a36Sopenharmony_ci	{ 0x00000f9a, 0x0000 }, /* R3994 (0xf9a) - ANC Coefficient */
152762306a36Sopenharmony_ci	{ 0x00000f9b, 0x0000 }, /* R3995 (0xf9b) - ANC Coefficient */
152862306a36Sopenharmony_ci	{ 0x00000f9c, 0x0000 }, /* R3996 (0xf9c) - ANC Coefficient */
152962306a36Sopenharmony_ci	{ 0x00000f9d, 0x0000 }, /* R3997 (0xf9d) - ANC Coefficient */
153062306a36Sopenharmony_ci	{ 0x00000f9e, 0x0000 }, /* R3998 (0xf9e) - ANC Coefficient */
153162306a36Sopenharmony_ci	{ 0x00000f9f, 0x0000 }, /* R3999 (0xf9f) - ANC Coefficient */
153262306a36Sopenharmony_ci	{ 0x00000fa0, 0x0000 }, /* R4000 (0xfa0) - ANC Coefficient */
153362306a36Sopenharmony_ci	{ 0x00000fa1, 0x0000 }, /* R4001 (0xfa1) - ANC Coefficient */
153462306a36Sopenharmony_ci	{ 0x00000fa2, 0x0000 }, /* R4002 (0xfa2) - ANC Coefficient */
153562306a36Sopenharmony_ci	{ 0x00000fa3, 0x0000 }, /* R4003 (0xfa3) - ANC Coefficient */
153662306a36Sopenharmony_ci	{ 0x00000fa4, 0x0000 }, /* R4004 (0xfa4) - ANC Coefficient */
153762306a36Sopenharmony_ci	{ 0x00000fa5, 0x0000 }, /* R4005 (0xfa5) - ANC Coefficient */
153862306a36Sopenharmony_ci	{ 0x00000fa6, 0x0000 }, /* R4006 (0xfa6) - ANC Coefficient */
153962306a36Sopenharmony_ci	{ 0x00000fa7, 0x0000 }, /* R4007 (0xfa7) - ANC Coefficient */
154062306a36Sopenharmony_ci	{ 0x00000fa8, 0x0000 }, /* R4008 (0xfa8) - ANC Coefficient */
154162306a36Sopenharmony_ci	{ 0x00000fa9, 0x0000 }, /* R4009 (0xfa9) - ANC Coefficient */
154262306a36Sopenharmony_ci	{ 0x00000faa, 0x0000 }, /* R4010 (0xfaa) - ANC Coefficient */
154362306a36Sopenharmony_ci	{ 0x00000fab, 0x0000 }, /* R4011 (0xfab) - ANC Coefficient */
154462306a36Sopenharmony_ci	{ 0x00000fac, 0x0000 }, /* R4012 (0xfac) - ANC Coefficient */
154562306a36Sopenharmony_ci	{ 0x00000fad, 0x0000 }, /* R4013 (0xfad) - ANC Coefficient */
154662306a36Sopenharmony_ci	{ 0x00000fae, 0x0000 }, /* R4014 (0xfae) - ANC Coefficient */
154762306a36Sopenharmony_ci	{ 0x00000faf, 0x0000 }, /* R4015 (0xfaf) - ANC Coefficient */
154862306a36Sopenharmony_ci	{ 0x00000fb0, 0x0000 }, /* R4016 (0xfb0) - ANC Coefficient */
154962306a36Sopenharmony_ci	{ 0x00000fb1, 0x0000 }, /* R4017 (0xfb1) - ANC Coefficient */
155062306a36Sopenharmony_ci	{ 0x00000fb2, 0x0000 }, /* R4018 (0xfb2) - ANC Coefficient */
155162306a36Sopenharmony_ci	{ 0x00000fb3, 0x0000 }, /* R4019 (0xfb3) - ANC Coefficient */
155262306a36Sopenharmony_ci	{ 0x00000fb4, 0x0000 }, /* R4020 (0xfb4) - ANC Coefficient */
155362306a36Sopenharmony_ci	{ 0x00000fb5, 0x0000 }, /* R4021 (0xfb5) - ANC Coefficient */
155462306a36Sopenharmony_ci	{ 0x00000fb6, 0x0000 }, /* R4022 (0xfb6) - ANC Coefficient */
155562306a36Sopenharmony_ci	{ 0x00000fb7, 0x0000 }, /* R4023 (0xfb7) - ANC Coefficient */
155662306a36Sopenharmony_ci	{ 0x00000fb8, 0x0000 }, /* R4024 (0xfb8) - ANC Coefficient */
155762306a36Sopenharmony_ci	{ 0x00000fb9, 0x0000 }, /* R4025 (0xfb9) - ANC Coefficient */
155862306a36Sopenharmony_ci	{ 0x00000fba, 0x0000 }, /* R4026 (0xfba) - ANC Coefficient */
155962306a36Sopenharmony_ci	{ 0x00000fbb, 0x0000 }, /* R4027 (0xfbb) - ANC Coefficient */
156062306a36Sopenharmony_ci	{ 0x00000fbc, 0x0000 }, /* R4028 (0xfbc) - ANC Coefficient */
156162306a36Sopenharmony_ci	{ 0x00000fbd, 0x0000 }, /* R4029 (0xfbd) - ANC Coefficient */
156262306a36Sopenharmony_ci	{ 0x00000fbe, 0x0000 }, /* R4030 (0xfbe) - ANC Coefficient */
156362306a36Sopenharmony_ci	{ 0x00000fbf, 0x0000 }, /* R4031 (0xfbf) - ANC Coefficient */
156462306a36Sopenharmony_ci	{ 0x00000fc0, 0x0000 }, /* R4032 (0xfc0) - ANC Coefficient */
156562306a36Sopenharmony_ci	{ 0x00000fc1, 0x0000 }, /* R4033 (0xfc1) - ANC Coefficient */
156662306a36Sopenharmony_ci	{ 0x00000fc2, 0x0000 }, /* R4034 (0xfc2) - ANC Coefficient */
156762306a36Sopenharmony_ci	{ 0x00000fc3, 0x0000 }, /* R4035 (0xfc3) - ANC Coefficient */
156862306a36Sopenharmony_ci	{ 0x00000fc4, 0x0000 }, /* R4036 (0xfc4) - ANC Coefficient */
156962306a36Sopenharmony_ci	{ 0x00000fc5, 0x0000 }, /* R4037 (0xfc5) - ANC Coefficient */
157062306a36Sopenharmony_ci	{ 0x00001700, 0x2001 }, /* R5888 (0x1700) - GPIO1 Control 1 */
157162306a36Sopenharmony_ci	{ 0x00001701, 0xe000 }, /* R5889 (0x1701) - GPIO1 Control 2 */
157262306a36Sopenharmony_ci	{ 0x00001702, 0x2001 }, /* R5890 (0x1702) - GPIO2 Control 1 */
157362306a36Sopenharmony_ci	{ 0x00001703, 0xe000 }, /* R5891 (0x1703) - GPIO2 Control 2 */
157462306a36Sopenharmony_ci	{ 0x00001704, 0x2001 }, /* R5892 (0x1704) - GPIO3 Control 1 */
157562306a36Sopenharmony_ci	{ 0x00001705, 0xe000 }, /* R5893 (0x1705) - GPIO3 Control 2 */
157662306a36Sopenharmony_ci	{ 0x00001706, 0x2001 }, /* R5894 (0x1706) - GPIO4 Control 1 */
157762306a36Sopenharmony_ci	{ 0x00001707, 0xe000 }, /* R5895 (0x1707) - GPIO4 Control 2 */
157862306a36Sopenharmony_ci	{ 0x00001708, 0x2001 }, /* R5896 (0x1708) - GPIO5 Control 1 */
157962306a36Sopenharmony_ci	{ 0x00001709, 0xe000 }, /* R5897 (0x1709) - GPIO5 Control 2 */
158062306a36Sopenharmony_ci	{ 0x0000170a, 0x2001 }, /* R5898 (0x170a) - GPIO6 Control 1 */
158162306a36Sopenharmony_ci	{ 0x0000170b, 0xe000 }, /* R5899 (0x170b) - GPIO6 Control 2 */
158262306a36Sopenharmony_ci	{ 0x0000170c, 0x2001 }, /* R5900 (0x170c) - GPIO7 Control 1 */
158362306a36Sopenharmony_ci	{ 0x0000170d, 0xe000 }, /* R5901 (0x170d) - GPIO7 Control 2 */
158462306a36Sopenharmony_ci	{ 0x0000170e, 0x2001 }, /* R5902 (0x170e) - GPIO8 Control 1 */
158562306a36Sopenharmony_ci	{ 0x0000170f, 0xe000 }, /* R5903 (0x170f) - GPIO8 Control 2 */
158662306a36Sopenharmony_ci	{ 0x00001710, 0x2001 }, /* R5904 (0x1710) - GPIO9 Control 1 */
158762306a36Sopenharmony_ci	{ 0x00001711, 0xe000 }, /* R5905 (0x1711) - GPIO9 Control 2 */
158862306a36Sopenharmony_ci	{ 0x00001712, 0x2001 }, /* R5906 (0x1712) - GPIO10 Control 1 */
158962306a36Sopenharmony_ci	{ 0x00001713, 0xe000 }, /* R5907 (0x1713) - GPIO10 Control 2 */
159062306a36Sopenharmony_ci	{ 0x00001714, 0x2001 }, /* R5908 (0x1714) - GPIO11 Control 1 */
159162306a36Sopenharmony_ci	{ 0x00001715, 0xe000 }, /* R5909 (0x1715) - GPIO11 Control 2 */
159262306a36Sopenharmony_ci	{ 0x00001716, 0x2001 }, /* R5910 (0x1716) - GPIO12 Control 1 */
159362306a36Sopenharmony_ci	{ 0x00001717, 0xe000 }, /* R5911 (0x1717) - GPIO12 Control 2 */
159462306a36Sopenharmony_ci	{ 0x00001718, 0x2001 }, /* R5912 (0x1718) - GPIO13 Control 1 */
159562306a36Sopenharmony_ci	{ 0x00001719, 0xE000 }, /* R5913 (0x1719) - GPIO13 Control 2 */
159662306a36Sopenharmony_ci	{ 0x0000171a, 0x2001 }, /* R5914 (0x171a) - GPIO14 Control 1 */
159762306a36Sopenharmony_ci	{ 0x0000171b, 0xE000 }, /* R5915 (0x171b) - GPIO14 Control 2 */
159862306a36Sopenharmony_ci	{ 0x0000171c, 0x2001 }, /* R5916 (0x171c) - GPIO15 Control 1 */
159962306a36Sopenharmony_ci	{ 0x0000171d, 0xE000 }, /* R5917 (0x171d) - GPIO15 Control 2 */
160062306a36Sopenharmony_ci	{ 0x0000171e, 0x2001 }, /* R5918 (0x171e) - GPIO16 Control 1 */
160162306a36Sopenharmony_ci	{ 0x0000171f, 0xE000 }, /* R5919 (0x171f) - GPIO16 Control 2 */
160262306a36Sopenharmony_ci	{ 0x00001720, 0x2001 }, /* R5920 (0x1720) - GPIO17 Control 1 */
160362306a36Sopenharmony_ci	{ 0x00001721, 0xe000 }, /* R5921 (0x1721) - GPIO17 Control 2 */
160462306a36Sopenharmony_ci	{ 0x00001722, 0x2001 }, /* R5922 (0x1722) - GPIO18 Control 1 */
160562306a36Sopenharmony_ci	{ 0x00001723, 0xe000 }, /* R5923 (0x1723) - GPIO18 Control 2 */
160662306a36Sopenharmony_ci	{ 0x00001724, 0x2001 }, /* R5924 (0x1724) - GPIO19 Control 1 */
160762306a36Sopenharmony_ci	{ 0x00001725, 0xe000 }, /* R5925 (0x1725) - GPIO19 Control 2 */
160862306a36Sopenharmony_ci	{ 0x00001726, 0x2001 }, /* R5926 (0x1726) - GPIO20 Control 1 */
160962306a36Sopenharmony_ci	{ 0x00001727, 0xe000 }, /* R5927 (0x1727) - GPIO20 Control 2 */
161062306a36Sopenharmony_ci	{ 0x00001728, 0x2001 }, /* R5928 (0x1728) - GPIO21 Control 1 */
161162306a36Sopenharmony_ci	{ 0x00001729, 0xe000 }, /* R5929 (0x1729) - GPIO21 Control 2 */
161262306a36Sopenharmony_ci	{ 0x0000172a, 0x2001 }, /* R5930 (0x172a) - GPIO22 Control 1 */
161362306a36Sopenharmony_ci	{ 0x0000172b, 0xe000 }, /* R5931 (0x172b) - GPIO22 Control 2 */
161462306a36Sopenharmony_ci	{ 0x0000172c, 0x2001 }, /* R5932 (0x172c) - GPIO23 Control 1 */
161562306a36Sopenharmony_ci	{ 0x0000172d, 0xe000 }, /* R5933 (0x172d) - GPIO23 Control 2 */
161662306a36Sopenharmony_ci	{ 0x0000172e, 0x2001 }, /* R5934 (0x172e) - GPIO24 Control 1 */
161762306a36Sopenharmony_ci	{ 0x0000172f, 0xe000 }, /* R5935 (0x172f) - GPIO24 Control 2 */
161862306a36Sopenharmony_ci	{ 0x00001730, 0x2001 }, /* R5936 (0x1730) - GPIO25 Control 1 */
161962306a36Sopenharmony_ci	{ 0x00001731, 0xe000 }, /* R5937 (0x1731) - GPIO25 Control 2 */
162062306a36Sopenharmony_ci	{ 0x00001732, 0x2001 }, /* R5938 (0x1732) - GPIO26 Control 1 */
162162306a36Sopenharmony_ci	{ 0x00001733, 0xe000 }, /* R5939 (0x1733) - GPIO26 Control 2 */
162262306a36Sopenharmony_ci	{ 0x00001734, 0x2001 }, /* R5940 (0x1734) - GPIO27 Control 1 */
162362306a36Sopenharmony_ci	{ 0x00001735, 0xe000 }, /* R5941 (0x1735) - GPIO27 Control 2 */
162462306a36Sopenharmony_ci	{ 0x00001736, 0x2001 }, /* R5942 (0x1736) - GPIO28 Control 1 */
162562306a36Sopenharmony_ci	{ 0x00001737, 0xe000 }, /* R5943 (0x1737) - GPIO28 Control 2 */
162662306a36Sopenharmony_ci	{ 0x00001738, 0x2001 }, /* R5944 (0x1738) - GPIO29 Control 1 */
162762306a36Sopenharmony_ci	{ 0x00001739, 0xe000 }, /* R5945 (0x1739) - GPIO29 Control 2 */
162862306a36Sopenharmony_ci	{ 0x0000173a, 0x2001 }, /* R5946 (0x173a) - GPIO30 Control 1 */
162962306a36Sopenharmony_ci	{ 0x0000173b, 0xe000 }, /* R5947 (0x173b) - GPIO30 Control 2 */
163062306a36Sopenharmony_ci	{ 0x0000173c, 0x2001 }, /* R5948 (0x173c) - GPIO31 Control 1 */
163162306a36Sopenharmony_ci	{ 0x0000173d, 0xe000 }, /* R5949 (0x173d) - GPIO31 Control 2 */
163262306a36Sopenharmony_ci	{ 0x0000173e, 0x2001 }, /* R5950 (0x173e) - GPIO32 Control 1 */
163362306a36Sopenharmony_ci	{ 0x0000173f, 0xe000 }, /* R5951 (0x173f) - GPIO32 Control 2 */
163462306a36Sopenharmony_ci	{ 0x00001740, 0x2001 }, /* R5952 (0x1740) - GPIO33 Control 1 */
163562306a36Sopenharmony_ci	{ 0x00001741, 0xe000 }, /* R5953 (0x1741) - GPIO33 Control 2 */
163662306a36Sopenharmony_ci	{ 0x00001742, 0x2001 }, /* R5954 (0x1742) - GPIO34 Control 1 */
163762306a36Sopenharmony_ci	{ 0x00001743, 0xe000 }, /* R5955 (0x1743) - GPIO34 Control 2 */
163862306a36Sopenharmony_ci	{ 0x00001744, 0x2001 }, /* R5956 (0x1744) - GPIO35 Control 1 */
163962306a36Sopenharmony_ci	{ 0x00001745, 0xe000 }, /* R5957 (0x1745) - GPIO35 Control 2 */
164062306a36Sopenharmony_ci	{ 0x00001746, 0x2001 }, /* R5958 (0x1746) - GPIO36 Control 1 */
164162306a36Sopenharmony_ci	{ 0x00001747, 0xe000 }, /* R5959 (0x1747) - GPIO36 Control 2 */
164262306a36Sopenharmony_ci	{ 0x00001748, 0x2001 }, /* R5960 (0x1748) - GPIO37 Control 1 */
164362306a36Sopenharmony_ci	{ 0x00001749, 0xe000 }, /* R5961 (0x1749) - GPIO37 Control 2 */
164462306a36Sopenharmony_ci	{ 0x0000174a, 0x2001 }, /* R5962 (0x174a) - GPIO38 Control 1 */
164562306a36Sopenharmony_ci	{ 0x0000174b, 0xe000 }, /* R5963 (0x174b) - GPIO38 Control 2 */
164662306a36Sopenharmony_ci	{ 0x0000174c, 0x2001 }, /* R5964 (0x174c) - GPIO39 Control 1 */
164762306a36Sopenharmony_ci	{ 0x0000174d, 0xe000 }, /* R5965 (0x174d) - GPIO39 Control 2 */
164862306a36Sopenharmony_ci	{ 0x0000174e, 0x2001 }, /* R5966 (0x174e) - GPIO40 Control 1 */
164962306a36Sopenharmony_ci	{ 0x0000174f, 0xe000 }, /* R5967 (0x174f) - GPIO40 Control 2 */
165062306a36Sopenharmony_ci	{ 0x00001840, 0xffff }, /* R6208 (0x1840) - IRQ1 Mask 1 */
165162306a36Sopenharmony_ci	{ 0x00001841, 0xffff }, /* R6209 (0x1841) - IRQ1 Mask 2 */
165262306a36Sopenharmony_ci	{ 0x00001842, 0xffff }, /* R6210 (0x1842) - IRQ1 Mask 3 */
165362306a36Sopenharmony_ci	{ 0x00001843, 0xffff }, /* R6211 (0x1843) - IRQ1 Mask 4 */
165462306a36Sopenharmony_ci	{ 0x00001844, 0xffff }, /* R6212 (0x1844) - IRQ1 Mask 5 */
165562306a36Sopenharmony_ci	{ 0x00001845, 0xffff }, /* R6213 (0x1845) - IRQ1 Mask 6 */
165662306a36Sopenharmony_ci	{ 0x00001846, 0xffff }, /* R6214 (0x1846) - IRQ1 Mask 7 */
165762306a36Sopenharmony_ci	{ 0x00001847, 0xffff }, /* R6215 (0x1847) - IRQ1 Mask 8 */
165862306a36Sopenharmony_ci	{ 0x00001848, 0xffff }, /* R6216 (0x1848) - IRQ1 Mask 9 */
165962306a36Sopenharmony_ci	{ 0x00001849, 0xffff }, /* R6217 (0x1849) - IRQ1 Mask 10 */
166062306a36Sopenharmony_ci	{ 0x0000184a, 0xffff }, /* R6218 (0x184a) - IRQ1 Mask 11 */
166162306a36Sopenharmony_ci	{ 0x0000184b, 0xffff }, /* R6219 (0x184b) - IRQ1 Mask 12 */
166262306a36Sopenharmony_ci	{ 0x0000184c, 0xffff }, /* R6220 (0x184c) - IRQ1 Mask 13 */
166362306a36Sopenharmony_ci	{ 0x0000184d, 0xffff }, /* R6221 (0x184d) - IRQ1 Mask 14 */
166462306a36Sopenharmony_ci	{ 0x0000184e, 0xffff }, /* R6222 (0x184e) - IRQ1 Mask 15 */
166562306a36Sopenharmony_ci	{ 0x0000184f, 0xffff }, /* R6223 (0x184f) - IRQ1 Mask 16 */
166662306a36Sopenharmony_ci	{ 0x00001850, 0xffff }, /* R6224 (0x1850) - IRQ1 Mask 17 */
166762306a36Sopenharmony_ci	{ 0x00001851, 0xffff }, /* R6225 (0x1851) - IRQ1 Mask 18 */
166862306a36Sopenharmony_ci	{ 0x00001852, 0xffff }, /* R6226 (0x1852) - IRQ1 Mask 19 */
166962306a36Sopenharmony_ci	{ 0x00001853, 0xffff }, /* R6227 (0x1853) - IRQ1 Mask 20 */
167062306a36Sopenharmony_ci	{ 0x00001854, 0xffff }, /* R6228 (0x1854) - IRQ1 Mask 21 */
167162306a36Sopenharmony_ci	{ 0x00001855, 0xffff }, /* R6229 (0x1855) - IRQ1 Mask 22 */
167262306a36Sopenharmony_ci	{ 0x00001856, 0xffff }, /* R6230 (0x1856) - IRQ1 Mask 23 */
167362306a36Sopenharmony_ci	{ 0x00001857, 0xffff }, /* R6231 (0x1857) - IRQ1 Mask 24 */
167462306a36Sopenharmony_ci	{ 0x00001858, 0xffff }, /* R6232 (0x1858) - IRQ1 Mask 25 */
167562306a36Sopenharmony_ci	{ 0x00001859, 0xffff }, /* R6233 (0x1859) - IRQ1 Mask 26 */
167662306a36Sopenharmony_ci	{ 0x0000185a, 0xffff }, /* R6234 (0x185a) - IRQ1 Mask 27 */
167762306a36Sopenharmony_ci	{ 0x0000185b, 0xffff }, /* R6235 (0x185b) - IRQ1 Mask 28 */
167862306a36Sopenharmony_ci	{ 0x0000185c, 0xffff }, /* R6236 (0x185c) - IRQ1 Mask 29 */
167962306a36Sopenharmony_ci	{ 0x0000185d, 0xffff }, /* R6237 (0x185d) - IRQ1 Mask 30 */
168062306a36Sopenharmony_ci	{ 0x0000185e, 0xffff }, /* R6238 (0x185e) - IRQ1 Mask 31 */
168162306a36Sopenharmony_ci	{ 0x0000185f, 0xffff }, /* R6239 (0x185f) - IRQ1 Mask 32 */
168262306a36Sopenharmony_ci	{ 0x00001860, 0xffff }, /* R6240 (0x1860) - IRQ1 Mask 33 */
168362306a36Sopenharmony_ci	{ 0x00001a06, 0x0000 }, /* R6662 (0x1a06) - Interrupt Debounce 7 */
168462306a36Sopenharmony_ci	{ 0x00001a80, 0x4400 }, /* R6784 (0x1a80) - IRQ1 CTRL */
168562306a36Sopenharmony_ci};
168662306a36Sopenharmony_ci
168762306a36Sopenharmony_cistatic bool cs47l85_is_adsp_memory(unsigned int reg)
168862306a36Sopenharmony_ci{
168962306a36Sopenharmony_ci	switch (reg) {
169062306a36Sopenharmony_ci	case 0x080000 ... 0x085ffe:
169162306a36Sopenharmony_ci	case 0x0a0000 ... 0x0a7ffe:
169262306a36Sopenharmony_ci	case 0x0c0000 ... 0x0c1ffe:
169362306a36Sopenharmony_ci	case 0x0e0000 ... 0x0e1ffe:
169462306a36Sopenharmony_ci	case 0x100000 ... 0x10effe:
169562306a36Sopenharmony_ci	case 0x120000 ... 0x12bffe:
169662306a36Sopenharmony_ci	case 0x136000 ... 0x137ffe:
169762306a36Sopenharmony_ci	case 0x140000 ... 0x14bffe:
169862306a36Sopenharmony_ci	case 0x160000 ... 0x161ffe:
169962306a36Sopenharmony_ci	case 0x180000 ... 0x18effe:
170062306a36Sopenharmony_ci	case 0x1a0000 ... 0x1b1ffe:
170162306a36Sopenharmony_ci	case 0x1b6000 ... 0x1b7ffe:
170262306a36Sopenharmony_ci	case 0x1c0000 ... 0x1cbffe:
170362306a36Sopenharmony_ci	case 0x1e0000 ... 0x1e1ffe:
170462306a36Sopenharmony_ci	case 0x200000 ... 0x208ffe:
170562306a36Sopenharmony_ci	case 0x220000 ... 0x231ffe:
170662306a36Sopenharmony_ci	case 0x240000 ... 0x24bffe:
170762306a36Sopenharmony_ci	case 0x260000 ... 0x261ffe:
170862306a36Sopenharmony_ci	case 0x280000 ... 0x288ffe:
170962306a36Sopenharmony_ci	case 0x2a0000 ... 0x2a9ffe:
171062306a36Sopenharmony_ci	case 0x2c0000 ... 0x2c3ffe:
171162306a36Sopenharmony_ci	case 0x2e0000 ... 0x2e1ffe:
171262306a36Sopenharmony_ci	case 0x300000 ... 0x305ffe:
171362306a36Sopenharmony_ci	case 0x320000 ... 0x333ffe:
171462306a36Sopenharmony_ci	case 0x340000 ... 0x34bffe:
171562306a36Sopenharmony_ci	case 0x360000 ... 0x361ffe:
171662306a36Sopenharmony_ci	case 0x380000 ... 0x388ffe:
171762306a36Sopenharmony_ci	case 0x3a0000 ... 0x3a7ffe:
171862306a36Sopenharmony_ci	case 0x3c0000 ... 0x3c1ffe:
171962306a36Sopenharmony_ci	case 0x3e0000 ... 0x3e1ffe:
172062306a36Sopenharmony_ci		return true;
172162306a36Sopenharmony_ci	default:
172262306a36Sopenharmony_ci		return false;
172362306a36Sopenharmony_ci	}
172462306a36Sopenharmony_ci}
172562306a36Sopenharmony_ci
172662306a36Sopenharmony_cistatic bool cs47l85_16bit_readable_register(struct device *dev,
172762306a36Sopenharmony_ci					    unsigned int reg)
172862306a36Sopenharmony_ci{
172962306a36Sopenharmony_ci	switch (reg) {
173062306a36Sopenharmony_ci	case MADERA_SOFTWARE_RESET:
173162306a36Sopenharmony_ci	case MADERA_HARDWARE_REVISION:
173262306a36Sopenharmony_ci	case MADERA_WRITE_SEQUENCER_CTRL_0:
173362306a36Sopenharmony_ci	case MADERA_WRITE_SEQUENCER_CTRL_1:
173462306a36Sopenharmony_ci	case MADERA_WRITE_SEQUENCER_CTRL_2:
173562306a36Sopenharmony_ci	case MADERA_TONE_GENERATOR_1:
173662306a36Sopenharmony_ci	case MADERA_TONE_GENERATOR_2:
173762306a36Sopenharmony_ci	case MADERA_TONE_GENERATOR_3:
173862306a36Sopenharmony_ci	case MADERA_TONE_GENERATOR_4:
173962306a36Sopenharmony_ci	case MADERA_TONE_GENERATOR_5:
174062306a36Sopenharmony_ci	case MADERA_PWM_DRIVE_1:
174162306a36Sopenharmony_ci	case MADERA_PWM_DRIVE_2:
174262306a36Sopenharmony_ci	case MADERA_PWM_DRIVE_3:
174362306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_SEQUENCE_SELECT_1:
174462306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_SEQUENCE_SELECT_2:
174562306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_SEQUENCE_SELECT_3:
174662306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_SEQUENCE_SELECT_4:
174762306a36Sopenharmony_ci	case MADERA_ALWAYS_ON_TRIGGERS_SEQUENCE_SELECT_1:
174862306a36Sopenharmony_ci	case MADERA_ALWAYS_ON_TRIGGERS_SEQUENCE_SELECT_2:
174962306a36Sopenharmony_ci	case MADERA_HAPTICS_CONTROL_1:
175062306a36Sopenharmony_ci	case MADERA_HAPTICS_CONTROL_2:
175162306a36Sopenharmony_ci	case MADERA_HAPTICS_PHASE_1_INTENSITY:
175262306a36Sopenharmony_ci	case MADERA_HAPTICS_PHASE_1_DURATION:
175362306a36Sopenharmony_ci	case MADERA_HAPTICS_PHASE_2_INTENSITY:
175462306a36Sopenharmony_ci	case MADERA_HAPTICS_PHASE_2_DURATION:
175562306a36Sopenharmony_ci	case MADERA_HAPTICS_PHASE_3_INTENSITY:
175662306a36Sopenharmony_ci	case MADERA_HAPTICS_PHASE_3_DURATION:
175762306a36Sopenharmony_ci	case MADERA_HAPTICS_STATUS:
175862306a36Sopenharmony_ci	case MADERA_COMFORT_NOISE_GENERATOR:
175962306a36Sopenharmony_ci	case MADERA_CLOCK_32K_1:
176062306a36Sopenharmony_ci	case MADERA_SYSTEM_CLOCK_1:
176162306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_1:
176262306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_2:
176362306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_3:
176462306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_1_STATUS:
176562306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_2_STATUS:
176662306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_3_STATUS:
176762306a36Sopenharmony_ci	case MADERA_ASYNC_CLOCK_1:
176862306a36Sopenharmony_ci	case MADERA_ASYNC_SAMPLE_RATE_1:
176962306a36Sopenharmony_ci	case MADERA_ASYNC_SAMPLE_RATE_1_STATUS:
177062306a36Sopenharmony_ci	case MADERA_ASYNC_SAMPLE_RATE_2:
177162306a36Sopenharmony_ci	case MADERA_ASYNC_SAMPLE_RATE_2_STATUS:
177262306a36Sopenharmony_ci	case MADERA_DSP_CLOCK_1:
177362306a36Sopenharmony_ci	case MADERA_DSP_CLOCK_2:
177462306a36Sopenharmony_ci	case MADERA_OUTPUT_SYSTEM_CLOCK:
177562306a36Sopenharmony_ci	case MADERA_OUTPUT_ASYNC_CLOCK:
177662306a36Sopenharmony_ci	case MADERA_RATE_ESTIMATOR_1:
177762306a36Sopenharmony_ci	case MADERA_RATE_ESTIMATOR_2:
177862306a36Sopenharmony_ci	case MADERA_RATE_ESTIMATOR_3:
177962306a36Sopenharmony_ci	case MADERA_RATE_ESTIMATOR_4:
178062306a36Sopenharmony_ci	case MADERA_RATE_ESTIMATOR_5:
178162306a36Sopenharmony_ci	case MADERA_FLL1_CONTROL_1:
178262306a36Sopenharmony_ci	case MADERA_FLL1_CONTROL_2:
178362306a36Sopenharmony_ci	case MADERA_FLL1_CONTROL_3:
178462306a36Sopenharmony_ci	case MADERA_FLL1_CONTROL_4:
178562306a36Sopenharmony_ci	case MADERA_FLL1_CONTROL_5:
178662306a36Sopenharmony_ci	case MADERA_FLL1_CONTROL_6:
178762306a36Sopenharmony_ci	case MADERA_FLL1_CONTROL_7:
178862306a36Sopenharmony_ci	case MADERA_FLL1_SYNCHRONISER_1:
178962306a36Sopenharmony_ci	case MADERA_FLL1_SYNCHRONISER_2:
179062306a36Sopenharmony_ci	case MADERA_FLL1_SYNCHRONISER_3:
179162306a36Sopenharmony_ci	case MADERA_FLL1_SYNCHRONISER_4:
179262306a36Sopenharmony_ci	case MADERA_FLL1_SYNCHRONISER_5:
179362306a36Sopenharmony_ci	case MADERA_FLL1_SYNCHRONISER_6:
179462306a36Sopenharmony_ci	case MADERA_FLL1_SYNCHRONISER_7:
179562306a36Sopenharmony_ci	case MADERA_FLL1_SPREAD_SPECTRUM:
179662306a36Sopenharmony_ci	case MADERA_FLL1_GPIO_CLOCK:
179762306a36Sopenharmony_ci	case MADERA_FLL2_CONTROL_1:
179862306a36Sopenharmony_ci	case MADERA_FLL2_CONTROL_2:
179962306a36Sopenharmony_ci	case MADERA_FLL2_CONTROL_3:
180062306a36Sopenharmony_ci	case MADERA_FLL2_CONTROL_4:
180162306a36Sopenharmony_ci	case MADERA_FLL2_CONTROL_5:
180262306a36Sopenharmony_ci	case MADERA_FLL2_CONTROL_6:
180362306a36Sopenharmony_ci	case MADERA_FLL2_CONTROL_7:
180462306a36Sopenharmony_ci	case MADERA_FLL2_SYNCHRONISER_1:
180562306a36Sopenharmony_ci	case MADERA_FLL2_SYNCHRONISER_2:
180662306a36Sopenharmony_ci	case MADERA_FLL2_SYNCHRONISER_3:
180762306a36Sopenharmony_ci	case MADERA_FLL2_SYNCHRONISER_4:
180862306a36Sopenharmony_ci	case MADERA_FLL2_SYNCHRONISER_5:
180962306a36Sopenharmony_ci	case MADERA_FLL2_SYNCHRONISER_6:
181062306a36Sopenharmony_ci	case MADERA_FLL2_SYNCHRONISER_7:
181162306a36Sopenharmony_ci	case MADERA_FLL2_SPREAD_SPECTRUM:
181262306a36Sopenharmony_ci	case MADERA_FLL2_GPIO_CLOCK:
181362306a36Sopenharmony_ci	case MADERA_FLL3_CONTROL_1:
181462306a36Sopenharmony_ci	case MADERA_FLL3_CONTROL_2:
181562306a36Sopenharmony_ci	case MADERA_FLL3_CONTROL_3:
181662306a36Sopenharmony_ci	case MADERA_FLL3_CONTROL_4:
181762306a36Sopenharmony_ci	case MADERA_FLL3_CONTROL_5:
181862306a36Sopenharmony_ci	case MADERA_FLL3_CONTROL_6:
181962306a36Sopenharmony_ci	case MADERA_FLL3_CONTROL_7:
182062306a36Sopenharmony_ci	case MADERA_FLL3_SYNCHRONISER_1:
182162306a36Sopenharmony_ci	case MADERA_FLL3_SYNCHRONISER_2:
182262306a36Sopenharmony_ci	case MADERA_FLL3_SYNCHRONISER_3:
182362306a36Sopenharmony_ci	case MADERA_FLL3_SYNCHRONISER_4:
182462306a36Sopenharmony_ci	case MADERA_FLL3_SYNCHRONISER_5:
182562306a36Sopenharmony_ci	case MADERA_FLL3_SYNCHRONISER_6:
182662306a36Sopenharmony_ci	case MADERA_FLL3_SYNCHRONISER_7:
182762306a36Sopenharmony_ci	case MADERA_FLL3_SPREAD_SPECTRUM:
182862306a36Sopenharmony_ci	case MADERA_FLL3_GPIO_CLOCK:
182962306a36Sopenharmony_ci	case MADERA_MIC_CHARGE_PUMP_1:
183062306a36Sopenharmony_ci	case MADERA_HP_CHARGE_PUMP_8:
183162306a36Sopenharmony_ci	case MADERA_LDO1_CONTROL_1:
183262306a36Sopenharmony_ci	case MADERA_LDO2_CONTROL_1:
183362306a36Sopenharmony_ci	case MADERA_MIC_BIAS_CTRL_1:
183462306a36Sopenharmony_ci	case MADERA_MIC_BIAS_CTRL_2:
183562306a36Sopenharmony_ci	case MADERA_MIC_BIAS_CTRL_3:
183662306a36Sopenharmony_ci	case MADERA_MIC_BIAS_CTRL_4:
183762306a36Sopenharmony_ci	case MADERA_HP_CTRL_1L:
183862306a36Sopenharmony_ci	case MADERA_HP_CTRL_1R:
183962306a36Sopenharmony_ci	case MADERA_HP_CTRL_2L:
184062306a36Sopenharmony_ci	case MADERA_HP_CTRL_2R:
184162306a36Sopenharmony_ci	case MADERA_HP_CTRL_3L:
184262306a36Sopenharmony_ci	case MADERA_HP_CTRL_3R:
184362306a36Sopenharmony_ci	case MADERA_DCS_HP1L_CONTROL:
184462306a36Sopenharmony_ci	case MADERA_DCS_HP1R_CONTROL:
184562306a36Sopenharmony_ci	case MADERA_EDRE_HP_STEREO_CONTROL:
184662306a36Sopenharmony_ci	case MADERA_ACCESSORY_DETECT_MODE_1:
184762306a36Sopenharmony_ci	case MADERA_HEADPHONE_DETECT_1:
184862306a36Sopenharmony_ci	case MADERA_HEADPHONE_DETECT_2:
184962306a36Sopenharmony_ci	case MADERA_HEADPHONE_DETECT_3:
185062306a36Sopenharmony_ci	case MADERA_HEADPHONE_DETECT_5:
185162306a36Sopenharmony_ci	case MADERA_MICD_CLAMP_CONTROL:
185262306a36Sopenharmony_ci	case MADERA_MIC_DETECT_1_CONTROL_1:
185362306a36Sopenharmony_ci	case MADERA_MIC_DETECT_1_CONTROL_2:
185462306a36Sopenharmony_ci	case MADERA_MIC_DETECT_1_CONTROL_3:
185562306a36Sopenharmony_ci	case MADERA_MIC_DETECT_1_LEVEL_1:
185662306a36Sopenharmony_ci	case MADERA_MIC_DETECT_1_LEVEL_2:
185762306a36Sopenharmony_ci	case MADERA_MIC_DETECT_1_LEVEL_3:
185862306a36Sopenharmony_ci	case MADERA_MIC_DETECT_1_LEVEL_4:
185962306a36Sopenharmony_ci	case MADERA_MIC_DETECT_1_CONTROL_4:
186062306a36Sopenharmony_ci	case MADERA_GP_SWITCH_1:
186162306a36Sopenharmony_ci	case MADERA_JACK_DETECT_ANALOGUE:
186262306a36Sopenharmony_ci	case MADERA_INPUT_ENABLES:
186362306a36Sopenharmony_ci	case MADERA_INPUT_ENABLES_STATUS:
186462306a36Sopenharmony_ci	case MADERA_INPUT_RATE:
186562306a36Sopenharmony_ci	case MADERA_INPUT_VOLUME_RAMP:
186662306a36Sopenharmony_ci	case MADERA_HPF_CONTROL:
186762306a36Sopenharmony_ci	case MADERA_IN1L_CONTROL:
186862306a36Sopenharmony_ci	case MADERA_ADC_DIGITAL_VOLUME_1L:
186962306a36Sopenharmony_ci	case MADERA_DMIC1L_CONTROL:
187062306a36Sopenharmony_ci	case MADERA_IN1R_CONTROL:
187162306a36Sopenharmony_ci	case MADERA_ADC_DIGITAL_VOLUME_1R:
187262306a36Sopenharmony_ci	case MADERA_DMIC1R_CONTROL:
187362306a36Sopenharmony_ci	case MADERA_IN2L_CONTROL:
187462306a36Sopenharmony_ci	case MADERA_ADC_DIGITAL_VOLUME_2L:
187562306a36Sopenharmony_ci	case MADERA_DMIC2L_CONTROL:
187662306a36Sopenharmony_ci	case MADERA_IN2R_CONTROL:
187762306a36Sopenharmony_ci	case MADERA_ADC_DIGITAL_VOLUME_2R:
187862306a36Sopenharmony_ci	case MADERA_DMIC2R_CONTROL:
187962306a36Sopenharmony_ci	case MADERA_IN3L_CONTROL:
188062306a36Sopenharmony_ci	case MADERA_ADC_DIGITAL_VOLUME_3L:
188162306a36Sopenharmony_ci	case MADERA_DMIC3L_CONTROL:
188262306a36Sopenharmony_ci	case MADERA_IN3R_CONTROL:
188362306a36Sopenharmony_ci	case MADERA_ADC_DIGITAL_VOLUME_3R:
188462306a36Sopenharmony_ci	case MADERA_DMIC3R_CONTROL:
188562306a36Sopenharmony_ci	case MADERA_IN4L_CONTROL:
188662306a36Sopenharmony_ci	case MADERA_ADC_DIGITAL_VOLUME_4L:
188762306a36Sopenharmony_ci	case MADERA_DMIC4L_CONTROL:
188862306a36Sopenharmony_ci	case MADERA_IN4R_CONTROL:
188962306a36Sopenharmony_ci	case MADERA_ADC_DIGITAL_VOLUME_4R:
189062306a36Sopenharmony_ci	case MADERA_DMIC4R_CONTROL:
189162306a36Sopenharmony_ci	case MADERA_IN5L_CONTROL:
189262306a36Sopenharmony_ci	case MADERA_ADC_DIGITAL_VOLUME_5L:
189362306a36Sopenharmony_ci	case MADERA_DMIC5L_CONTROL:
189462306a36Sopenharmony_ci	case MADERA_IN5R_CONTROL:
189562306a36Sopenharmony_ci	case MADERA_ADC_DIGITAL_VOLUME_5R:
189662306a36Sopenharmony_ci	case MADERA_DMIC5R_CONTROL:
189762306a36Sopenharmony_ci	case MADERA_IN6L_CONTROL:
189862306a36Sopenharmony_ci	case MADERA_ADC_DIGITAL_VOLUME_6L:
189962306a36Sopenharmony_ci	case MADERA_DMIC6L_CONTROL:
190062306a36Sopenharmony_ci	case MADERA_IN6R_CONTROL:
190162306a36Sopenharmony_ci	case MADERA_ADC_DIGITAL_VOLUME_6R:
190262306a36Sopenharmony_ci	case MADERA_DMIC6R_CONTROL:
190362306a36Sopenharmony_ci	case MADERA_OUTPUT_ENABLES_1:
190462306a36Sopenharmony_ci	case MADERA_OUTPUT_STATUS_1:
190562306a36Sopenharmony_ci	case MADERA_RAW_OUTPUT_STATUS_1:
190662306a36Sopenharmony_ci	case MADERA_OUTPUT_RATE_1:
190762306a36Sopenharmony_ci	case MADERA_OUTPUT_VOLUME_RAMP:
190862306a36Sopenharmony_ci	case MADERA_OUTPUT_PATH_CONFIG_1L:
190962306a36Sopenharmony_ci	case MADERA_DAC_DIGITAL_VOLUME_1L:
191062306a36Sopenharmony_ci	case MADERA_NOISE_GATE_SELECT_1L:
191162306a36Sopenharmony_ci	case MADERA_OUTPUT_PATH_CONFIG_1R:
191262306a36Sopenharmony_ci	case MADERA_DAC_DIGITAL_VOLUME_1R:
191362306a36Sopenharmony_ci	case MADERA_NOISE_GATE_SELECT_1R:
191462306a36Sopenharmony_ci	case MADERA_OUTPUT_PATH_CONFIG_2L:
191562306a36Sopenharmony_ci	case MADERA_DAC_DIGITAL_VOLUME_2L:
191662306a36Sopenharmony_ci	case MADERA_NOISE_GATE_SELECT_2L:
191762306a36Sopenharmony_ci	case MADERA_OUTPUT_PATH_CONFIG_2R:
191862306a36Sopenharmony_ci	case MADERA_DAC_DIGITAL_VOLUME_2R:
191962306a36Sopenharmony_ci	case MADERA_NOISE_GATE_SELECT_2R:
192062306a36Sopenharmony_ci	case MADERA_OUTPUT_PATH_CONFIG_3L:
192162306a36Sopenharmony_ci	case MADERA_DAC_DIGITAL_VOLUME_3L:
192262306a36Sopenharmony_ci	case MADERA_NOISE_GATE_SELECT_3L:
192362306a36Sopenharmony_ci	case MADERA_OUTPUT_PATH_CONFIG_3R:
192462306a36Sopenharmony_ci	case MADERA_DAC_DIGITAL_VOLUME_3R:
192562306a36Sopenharmony_ci	case MADERA_NOISE_GATE_SELECT_3R:
192662306a36Sopenharmony_ci	case MADERA_OUTPUT_PATH_CONFIG_4L:
192762306a36Sopenharmony_ci	case MADERA_DAC_DIGITAL_VOLUME_4L:
192862306a36Sopenharmony_ci	case MADERA_NOISE_GATE_SELECT_4L:
192962306a36Sopenharmony_ci	case MADERA_OUTPUT_PATH_CONFIG_4R:
193062306a36Sopenharmony_ci	case MADERA_DAC_DIGITAL_VOLUME_4R:
193162306a36Sopenharmony_ci	case MADERA_NOISE_GATE_SELECT_4R:
193262306a36Sopenharmony_ci	case MADERA_OUTPUT_PATH_CONFIG_5L:
193362306a36Sopenharmony_ci	case MADERA_DAC_DIGITAL_VOLUME_5L:
193462306a36Sopenharmony_ci	case MADERA_NOISE_GATE_SELECT_5L:
193562306a36Sopenharmony_ci	case MADERA_OUTPUT_PATH_CONFIG_5R:
193662306a36Sopenharmony_ci	case MADERA_DAC_DIGITAL_VOLUME_5R:
193762306a36Sopenharmony_ci	case MADERA_NOISE_GATE_SELECT_5R:
193862306a36Sopenharmony_ci	case MADERA_OUTPUT_PATH_CONFIG_6L:
193962306a36Sopenharmony_ci	case MADERA_DAC_DIGITAL_VOLUME_6L:
194062306a36Sopenharmony_ci	case MADERA_NOISE_GATE_SELECT_6L:
194162306a36Sopenharmony_ci	case MADERA_OUTPUT_PATH_CONFIG_6R:
194262306a36Sopenharmony_ci	case MADERA_DAC_DIGITAL_VOLUME_6R:
194362306a36Sopenharmony_ci	case MADERA_NOISE_GATE_SELECT_6R:
194462306a36Sopenharmony_ci	case MADERA_DAC_AEC_CONTROL_1:
194562306a36Sopenharmony_ci	case MADERA_DAC_AEC_CONTROL_2:
194662306a36Sopenharmony_ci	case MADERA_NOISE_GATE_CONTROL:
194762306a36Sopenharmony_ci	case MADERA_PDM_SPK1_CTRL_1:
194862306a36Sopenharmony_ci	case MADERA_PDM_SPK1_CTRL_2:
194962306a36Sopenharmony_ci	case MADERA_PDM_SPK2_CTRL_1:
195062306a36Sopenharmony_ci	case MADERA_PDM_SPK2_CTRL_2:
195162306a36Sopenharmony_ci	case MADERA_HP1_SHORT_CIRCUIT_CTRL:
195262306a36Sopenharmony_ci	case MADERA_HP2_SHORT_CIRCUIT_CTRL:
195362306a36Sopenharmony_ci	case MADERA_HP3_SHORT_CIRCUIT_CTRL:
195462306a36Sopenharmony_ci	case MADERA_HP_TEST_CTRL_5:
195562306a36Sopenharmony_ci	case MADERA_HP_TEST_CTRL_6:
195662306a36Sopenharmony_ci	case MADERA_AIF1_BCLK_CTRL:
195762306a36Sopenharmony_ci	case MADERA_AIF1_TX_PIN_CTRL:
195862306a36Sopenharmony_ci	case MADERA_AIF1_RX_PIN_CTRL:
195962306a36Sopenharmony_ci	case MADERA_AIF1_RATE_CTRL:
196062306a36Sopenharmony_ci	case MADERA_AIF1_FORMAT:
196162306a36Sopenharmony_ci	case MADERA_AIF1_RX_BCLK_RATE:
196262306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_1:
196362306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_2:
196462306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_3:
196562306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_4:
196662306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_5:
196762306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_6:
196862306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_7:
196962306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_8:
197062306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_9:
197162306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_10:
197262306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_11:
197362306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_12:
197462306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_13:
197562306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_14:
197662306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_15:
197762306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_16:
197862306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_17:
197962306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_18:
198062306a36Sopenharmony_ci	case MADERA_AIF1_TX_ENABLES:
198162306a36Sopenharmony_ci	case MADERA_AIF1_RX_ENABLES:
198262306a36Sopenharmony_ci	case MADERA_AIF2_BCLK_CTRL:
198362306a36Sopenharmony_ci	case MADERA_AIF2_TX_PIN_CTRL:
198462306a36Sopenharmony_ci	case MADERA_AIF2_RX_PIN_CTRL:
198562306a36Sopenharmony_ci	case MADERA_AIF2_RATE_CTRL:
198662306a36Sopenharmony_ci	case MADERA_AIF2_FORMAT:
198762306a36Sopenharmony_ci	case MADERA_AIF2_RX_BCLK_RATE:
198862306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_1:
198962306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_2:
199062306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_3:
199162306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_4:
199262306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_5:
199362306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_6:
199462306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_7:
199562306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_8:
199662306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_9:
199762306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_10:
199862306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_11:
199962306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_12:
200062306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_13:
200162306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_14:
200262306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_15:
200362306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_16:
200462306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_17:
200562306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_18:
200662306a36Sopenharmony_ci	case MADERA_AIF2_TX_ENABLES:
200762306a36Sopenharmony_ci	case MADERA_AIF2_RX_ENABLES:
200862306a36Sopenharmony_ci	case MADERA_AIF3_BCLK_CTRL:
200962306a36Sopenharmony_ci	case MADERA_AIF3_TX_PIN_CTRL:
201062306a36Sopenharmony_ci	case MADERA_AIF3_RX_PIN_CTRL:
201162306a36Sopenharmony_ci	case MADERA_AIF3_RATE_CTRL:
201262306a36Sopenharmony_ci	case MADERA_AIF3_FORMAT:
201362306a36Sopenharmony_ci	case MADERA_AIF3_RX_BCLK_RATE:
201462306a36Sopenharmony_ci	case MADERA_AIF3_FRAME_CTRL_1:
201562306a36Sopenharmony_ci	case MADERA_AIF3_FRAME_CTRL_2:
201662306a36Sopenharmony_ci	case MADERA_AIF3_FRAME_CTRL_3:
201762306a36Sopenharmony_ci	case MADERA_AIF3_FRAME_CTRL_4:
201862306a36Sopenharmony_ci	case MADERA_AIF3_FRAME_CTRL_11:
201962306a36Sopenharmony_ci	case MADERA_AIF3_FRAME_CTRL_12:
202062306a36Sopenharmony_ci	case MADERA_AIF3_TX_ENABLES:
202162306a36Sopenharmony_ci	case MADERA_AIF3_RX_ENABLES:
202262306a36Sopenharmony_ci	case MADERA_AIF4_BCLK_CTRL:
202362306a36Sopenharmony_ci	case MADERA_AIF4_TX_PIN_CTRL:
202462306a36Sopenharmony_ci	case MADERA_AIF4_RX_PIN_CTRL:
202562306a36Sopenharmony_ci	case MADERA_AIF4_RATE_CTRL:
202662306a36Sopenharmony_ci	case MADERA_AIF4_FORMAT:
202762306a36Sopenharmony_ci	case MADERA_AIF4_RX_BCLK_RATE:
202862306a36Sopenharmony_ci	case MADERA_AIF4_FRAME_CTRL_1:
202962306a36Sopenharmony_ci	case MADERA_AIF4_FRAME_CTRL_2:
203062306a36Sopenharmony_ci	case MADERA_AIF4_FRAME_CTRL_3:
203162306a36Sopenharmony_ci	case MADERA_AIF4_FRAME_CTRL_4:
203262306a36Sopenharmony_ci	case MADERA_AIF4_FRAME_CTRL_11:
203362306a36Sopenharmony_ci	case MADERA_AIF4_FRAME_CTRL_12:
203462306a36Sopenharmony_ci	case MADERA_AIF4_TX_ENABLES:
203562306a36Sopenharmony_ci	case MADERA_AIF4_RX_ENABLES:
203662306a36Sopenharmony_ci	case MADERA_SPD1_TX_CONTROL:
203762306a36Sopenharmony_ci	case MADERA_SPD1_TX_CHANNEL_STATUS_1:
203862306a36Sopenharmony_ci	case MADERA_SPD1_TX_CHANNEL_STATUS_2:
203962306a36Sopenharmony_ci	case MADERA_SPD1_TX_CHANNEL_STATUS_3:
204062306a36Sopenharmony_ci	case MADERA_SLIMBUS_FRAMER_REF_GEAR:
204162306a36Sopenharmony_ci	case MADERA_SLIMBUS_RATES_1:
204262306a36Sopenharmony_ci	case MADERA_SLIMBUS_RATES_2:
204362306a36Sopenharmony_ci	case MADERA_SLIMBUS_RATES_3:
204462306a36Sopenharmony_ci	case MADERA_SLIMBUS_RATES_4:
204562306a36Sopenharmony_ci	case MADERA_SLIMBUS_RATES_5:
204662306a36Sopenharmony_ci	case MADERA_SLIMBUS_RATES_6:
204762306a36Sopenharmony_ci	case MADERA_SLIMBUS_RATES_7:
204862306a36Sopenharmony_ci	case MADERA_SLIMBUS_RATES_8:
204962306a36Sopenharmony_ci	case MADERA_SLIMBUS_RX_CHANNEL_ENABLE:
205062306a36Sopenharmony_ci	case MADERA_SLIMBUS_TX_CHANNEL_ENABLE:
205162306a36Sopenharmony_ci	case MADERA_SLIMBUS_RX_PORT_STATUS:
205262306a36Sopenharmony_ci	case MADERA_SLIMBUS_TX_PORT_STATUS:
205362306a36Sopenharmony_ci	case MADERA_PWM1MIX_INPUT_1_SOURCE:
205462306a36Sopenharmony_ci	case MADERA_PWM1MIX_INPUT_1_VOLUME:
205562306a36Sopenharmony_ci	case MADERA_PWM1MIX_INPUT_2_SOURCE:
205662306a36Sopenharmony_ci	case MADERA_PWM1MIX_INPUT_2_VOLUME:
205762306a36Sopenharmony_ci	case MADERA_PWM1MIX_INPUT_3_SOURCE:
205862306a36Sopenharmony_ci	case MADERA_PWM1MIX_INPUT_3_VOLUME:
205962306a36Sopenharmony_ci	case MADERA_PWM1MIX_INPUT_4_SOURCE:
206062306a36Sopenharmony_ci	case MADERA_PWM1MIX_INPUT_4_VOLUME:
206162306a36Sopenharmony_ci	case MADERA_PWM2MIX_INPUT_1_SOURCE:
206262306a36Sopenharmony_ci	case MADERA_PWM2MIX_INPUT_1_VOLUME:
206362306a36Sopenharmony_ci	case MADERA_PWM2MIX_INPUT_2_SOURCE:
206462306a36Sopenharmony_ci	case MADERA_PWM2MIX_INPUT_2_VOLUME:
206562306a36Sopenharmony_ci	case MADERA_PWM2MIX_INPUT_3_SOURCE:
206662306a36Sopenharmony_ci	case MADERA_PWM2MIX_INPUT_3_VOLUME:
206762306a36Sopenharmony_ci	case MADERA_PWM2MIX_INPUT_4_SOURCE:
206862306a36Sopenharmony_ci	case MADERA_PWM2MIX_INPUT_4_VOLUME:
206962306a36Sopenharmony_ci	case MADERA_OUT1LMIX_INPUT_1_SOURCE:
207062306a36Sopenharmony_ci	case MADERA_OUT1LMIX_INPUT_1_VOLUME:
207162306a36Sopenharmony_ci	case MADERA_OUT1LMIX_INPUT_2_SOURCE:
207262306a36Sopenharmony_ci	case MADERA_OUT1LMIX_INPUT_2_VOLUME:
207362306a36Sopenharmony_ci	case MADERA_OUT1LMIX_INPUT_3_SOURCE:
207462306a36Sopenharmony_ci	case MADERA_OUT1LMIX_INPUT_3_VOLUME:
207562306a36Sopenharmony_ci	case MADERA_OUT1LMIX_INPUT_4_SOURCE:
207662306a36Sopenharmony_ci	case MADERA_OUT1LMIX_INPUT_4_VOLUME:
207762306a36Sopenharmony_ci	case MADERA_OUT1RMIX_INPUT_1_SOURCE:
207862306a36Sopenharmony_ci	case MADERA_OUT1RMIX_INPUT_1_VOLUME:
207962306a36Sopenharmony_ci	case MADERA_OUT1RMIX_INPUT_2_SOURCE:
208062306a36Sopenharmony_ci	case MADERA_OUT1RMIX_INPUT_2_VOLUME:
208162306a36Sopenharmony_ci	case MADERA_OUT1RMIX_INPUT_3_SOURCE:
208262306a36Sopenharmony_ci	case MADERA_OUT1RMIX_INPUT_3_VOLUME:
208362306a36Sopenharmony_ci	case MADERA_OUT1RMIX_INPUT_4_SOURCE:
208462306a36Sopenharmony_ci	case MADERA_OUT1RMIX_INPUT_4_VOLUME:
208562306a36Sopenharmony_ci	case MADERA_OUT2LMIX_INPUT_1_SOURCE:
208662306a36Sopenharmony_ci	case MADERA_OUT2LMIX_INPUT_1_VOLUME:
208762306a36Sopenharmony_ci	case MADERA_OUT2LMIX_INPUT_2_SOURCE:
208862306a36Sopenharmony_ci	case MADERA_OUT2LMIX_INPUT_2_VOLUME:
208962306a36Sopenharmony_ci	case MADERA_OUT2LMIX_INPUT_3_SOURCE:
209062306a36Sopenharmony_ci	case MADERA_OUT2LMIX_INPUT_3_VOLUME:
209162306a36Sopenharmony_ci	case MADERA_OUT2LMIX_INPUT_4_SOURCE:
209262306a36Sopenharmony_ci	case MADERA_OUT2LMIX_INPUT_4_VOLUME:
209362306a36Sopenharmony_ci	case MADERA_OUT2RMIX_INPUT_1_SOURCE:
209462306a36Sopenharmony_ci	case MADERA_OUT2RMIX_INPUT_1_VOLUME:
209562306a36Sopenharmony_ci	case MADERA_OUT2RMIX_INPUT_2_SOURCE:
209662306a36Sopenharmony_ci	case MADERA_OUT2RMIX_INPUT_2_VOLUME:
209762306a36Sopenharmony_ci	case MADERA_OUT2RMIX_INPUT_3_SOURCE:
209862306a36Sopenharmony_ci	case MADERA_OUT2RMIX_INPUT_3_VOLUME:
209962306a36Sopenharmony_ci	case MADERA_OUT2RMIX_INPUT_4_SOURCE:
210062306a36Sopenharmony_ci	case MADERA_OUT2RMIX_INPUT_4_VOLUME:
210162306a36Sopenharmony_ci	case MADERA_OUT3LMIX_INPUT_1_SOURCE:
210262306a36Sopenharmony_ci	case MADERA_OUT3LMIX_INPUT_1_VOLUME:
210362306a36Sopenharmony_ci	case MADERA_OUT3LMIX_INPUT_2_SOURCE:
210462306a36Sopenharmony_ci	case MADERA_OUT3LMIX_INPUT_2_VOLUME:
210562306a36Sopenharmony_ci	case MADERA_OUT3LMIX_INPUT_3_SOURCE:
210662306a36Sopenharmony_ci	case MADERA_OUT3LMIX_INPUT_3_VOLUME:
210762306a36Sopenharmony_ci	case MADERA_OUT3LMIX_INPUT_4_SOURCE:
210862306a36Sopenharmony_ci	case MADERA_OUT3LMIX_INPUT_4_VOLUME:
210962306a36Sopenharmony_ci	case MADERA_OUT3RMIX_INPUT_1_SOURCE:
211062306a36Sopenharmony_ci	case MADERA_OUT3RMIX_INPUT_1_VOLUME:
211162306a36Sopenharmony_ci	case MADERA_OUT3RMIX_INPUT_2_SOURCE:
211262306a36Sopenharmony_ci	case MADERA_OUT3RMIX_INPUT_2_VOLUME:
211362306a36Sopenharmony_ci	case MADERA_OUT3RMIX_INPUT_3_SOURCE:
211462306a36Sopenharmony_ci	case MADERA_OUT3RMIX_INPUT_3_VOLUME:
211562306a36Sopenharmony_ci	case MADERA_OUT3RMIX_INPUT_4_SOURCE:
211662306a36Sopenharmony_ci	case MADERA_OUT3RMIX_INPUT_4_VOLUME:
211762306a36Sopenharmony_ci	case MADERA_OUT4LMIX_INPUT_1_SOURCE:
211862306a36Sopenharmony_ci	case MADERA_OUT4LMIX_INPUT_1_VOLUME:
211962306a36Sopenharmony_ci	case MADERA_OUT4LMIX_INPUT_2_SOURCE:
212062306a36Sopenharmony_ci	case MADERA_OUT4LMIX_INPUT_2_VOLUME:
212162306a36Sopenharmony_ci	case MADERA_OUT4LMIX_INPUT_3_SOURCE:
212262306a36Sopenharmony_ci	case MADERA_OUT4LMIX_INPUT_3_VOLUME:
212362306a36Sopenharmony_ci	case MADERA_OUT4LMIX_INPUT_4_SOURCE:
212462306a36Sopenharmony_ci	case MADERA_OUT4LMIX_INPUT_4_VOLUME:
212562306a36Sopenharmony_ci	case MADERA_OUT4RMIX_INPUT_1_SOURCE:
212662306a36Sopenharmony_ci	case MADERA_OUT4RMIX_INPUT_1_VOLUME:
212762306a36Sopenharmony_ci	case MADERA_OUT4RMIX_INPUT_2_SOURCE:
212862306a36Sopenharmony_ci	case MADERA_OUT4RMIX_INPUT_2_VOLUME:
212962306a36Sopenharmony_ci	case MADERA_OUT4RMIX_INPUT_3_SOURCE:
213062306a36Sopenharmony_ci	case MADERA_OUT4RMIX_INPUT_3_VOLUME:
213162306a36Sopenharmony_ci	case MADERA_OUT4RMIX_INPUT_4_SOURCE:
213262306a36Sopenharmony_ci	case MADERA_OUT4RMIX_INPUT_4_VOLUME:
213362306a36Sopenharmony_ci	case MADERA_OUT5LMIX_INPUT_1_SOURCE:
213462306a36Sopenharmony_ci	case MADERA_OUT5LMIX_INPUT_1_VOLUME:
213562306a36Sopenharmony_ci	case MADERA_OUT5LMIX_INPUT_2_SOURCE:
213662306a36Sopenharmony_ci	case MADERA_OUT5LMIX_INPUT_2_VOLUME:
213762306a36Sopenharmony_ci	case MADERA_OUT5LMIX_INPUT_3_SOURCE:
213862306a36Sopenharmony_ci	case MADERA_OUT5LMIX_INPUT_3_VOLUME:
213962306a36Sopenharmony_ci	case MADERA_OUT5LMIX_INPUT_4_SOURCE:
214062306a36Sopenharmony_ci	case MADERA_OUT5LMIX_INPUT_4_VOLUME:
214162306a36Sopenharmony_ci	case MADERA_OUT5RMIX_INPUT_1_SOURCE:
214262306a36Sopenharmony_ci	case MADERA_OUT5RMIX_INPUT_1_VOLUME:
214362306a36Sopenharmony_ci	case MADERA_OUT5RMIX_INPUT_2_SOURCE:
214462306a36Sopenharmony_ci	case MADERA_OUT5RMIX_INPUT_2_VOLUME:
214562306a36Sopenharmony_ci	case MADERA_OUT5RMIX_INPUT_3_SOURCE:
214662306a36Sopenharmony_ci	case MADERA_OUT5RMIX_INPUT_3_VOLUME:
214762306a36Sopenharmony_ci	case MADERA_OUT5RMIX_INPUT_4_SOURCE:
214862306a36Sopenharmony_ci	case MADERA_OUT5RMIX_INPUT_4_VOLUME:
214962306a36Sopenharmony_ci	case MADERA_OUT6LMIX_INPUT_1_SOURCE:
215062306a36Sopenharmony_ci	case MADERA_OUT6LMIX_INPUT_1_VOLUME:
215162306a36Sopenharmony_ci	case MADERA_OUT6LMIX_INPUT_2_SOURCE:
215262306a36Sopenharmony_ci	case MADERA_OUT6LMIX_INPUT_2_VOLUME:
215362306a36Sopenharmony_ci	case MADERA_OUT6LMIX_INPUT_3_SOURCE:
215462306a36Sopenharmony_ci	case MADERA_OUT6LMIX_INPUT_3_VOLUME:
215562306a36Sopenharmony_ci	case MADERA_OUT6LMIX_INPUT_4_SOURCE:
215662306a36Sopenharmony_ci	case MADERA_OUT6LMIX_INPUT_4_VOLUME:
215762306a36Sopenharmony_ci	case MADERA_OUT6RMIX_INPUT_1_SOURCE:
215862306a36Sopenharmony_ci	case MADERA_OUT6RMIX_INPUT_1_VOLUME:
215962306a36Sopenharmony_ci	case MADERA_OUT6RMIX_INPUT_2_SOURCE:
216062306a36Sopenharmony_ci	case MADERA_OUT6RMIX_INPUT_2_VOLUME:
216162306a36Sopenharmony_ci	case MADERA_OUT6RMIX_INPUT_3_SOURCE:
216262306a36Sopenharmony_ci	case MADERA_OUT6RMIX_INPUT_3_VOLUME:
216362306a36Sopenharmony_ci	case MADERA_OUT6RMIX_INPUT_4_SOURCE:
216462306a36Sopenharmony_ci	case MADERA_OUT6RMIX_INPUT_4_VOLUME:
216562306a36Sopenharmony_ci	case MADERA_AIF1TX1MIX_INPUT_1_SOURCE:
216662306a36Sopenharmony_ci	case MADERA_AIF1TX1MIX_INPUT_1_VOLUME:
216762306a36Sopenharmony_ci	case MADERA_AIF1TX1MIX_INPUT_2_SOURCE:
216862306a36Sopenharmony_ci	case MADERA_AIF1TX1MIX_INPUT_2_VOLUME:
216962306a36Sopenharmony_ci	case MADERA_AIF1TX1MIX_INPUT_3_SOURCE:
217062306a36Sopenharmony_ci	case MADERA_AIF1TX1MIX_INPUT_3_VOLUME:
217162306a36Sopenharmony_ci	case MADERA_AIF1TX1MIX_INPUT_4_SOURCE:
217262306a36Sopenharmony_ci	case MADERA_AIF1TX1MIX_INPUT_4_VOLUME:
217362306a36Sopenharmony_ci	case MADERA_AIF1TX2MIX_INPUT_1_SOURCE:
217462306a36Sopenharmony_ci	case MADERA_AIF1TX2MIX_INPUT_1_VOLUME:
217562306a36Sopenharmony_ci	case MADERA_AIF1TX2MIX_INPUT_2_SOURCE:
217662306a36Sopenharmony_ci	case MADERA_AIF1TX2MIX_INPUT_2_VOLUME:
217762306a36Sopenharmony_ci	case MADERA_AIF1TX2MIX_INPUT_3_SOURCE:
217862306a36Sopenharmony_ci	case MADERA_AIF1TX2MIX_INPUT_3_VOLUME:
217962306a36Sopenharmony_ci	case MADERA_AIF1TX2MIX_INPUT_4_SOURCE:
218062306a36Sopenharmony_ci	case MADERA_AIF1TX2MIX_INPUT_4_VOLUME:
218162306a36Sopenharmony_ci	case MADERA_AIF1TX3MIX_INPUT_1_SOURCE:
218262306a36Sopenharmony_ci	case MADERA_AIF1TX3MIX_INPUT_1_VOLUME:
218362306a36Sopenharmony_ci	case MADERA_AIF1TX3MIX_INPUT_2_SOURCE:
218462306a36Sopenharmony_ci	case MADERA_AIF1TX3MIX_INPUT_2_VOLUME:
218562306a36Sopenharmony_ci	case MADERA_AIF1TX3MIX_INPUT_3_SOURCE:
218662306a36Sopenharmony_ci	case MADERA_AIF1TX3MIX_INPUT_3_VOLUME:
218762306a36Sopenharmony_ci	case MADERA_AIF1TX3MIX_INPUT_4_SOURCE:
218862306a36Sopenharmony_ci	case MADERA_AIF1TX3MIX_INPUT_4_VOLUME:
218962306a36Sopenharmony_ci	case MADERA_AIF1TX4MIX_INPUT_1_SOURCE:
219062306a36Sopenharmony_ci	case MADERA_AIF1TX4MIX_INPUT_1_VOLUME:
219162306a36Sopenharmony_ci	case MADERA_AIF1TX4MIX_INPUT_2_SOURCE:
219262306a36Sopenharmony_ci	case MADERA_AIF1TX4MIX_INPUT_2_VOLUME:
219362306a36Sopenharmony_ci	case MADERA_AIF1TX4MIX_INPUT_3_SOURCE:
219462306a36Sopenharmony_ci	case MADERA_AIF1TX4MIX_INPUT_3_VOLUME:
219562306a36Sopenharmony_ci	case MADERA_AIF1TX4MIX_INPUT_4_SOURCE:
219662306a36Sopenharmony_ci	case MADERA_AIF1TX4MIX_INPUT_4_VOLUME:
219762306a36Sopenharmony_ci	case MADERA_AIF1TX5MIX_INPUT_1_SOURCE:
219862306a36Sopenharmony_ci	case MADERA_AIF1TX5MIX_INPUT_1_VOLUME:
219962306a36Sopenharmony_ci	case MADERA_AIF1TX5MIX_INPUT_2_SOURCE:
220062306a36Sopenharmony_ci	case MADERA_AIF1TX5MIX_INPUT_2_VOLUME:
220162306a36Sopenharmony_ci	case MADERA_AIF1TX5MIX_INPUT_3_SOURCE:
220262306a36Sopenharmony_ci	case MADERA_AIF1TX5MIX_INPUT_3_VOLUME:
220362306a36Sopenharmony_ci	case MADERA_AIF1TX5MIX_INPUT_4_SOURCE:
220462306a36Sopenharmony_ci	case MADERA_AIF1TX5MIX_INPUT_4_VOLUME:
220562306a36Sopenharmony_ci	case MADERA_AIF1TX6MIX_INPUT_1_SOURCE:
220662306a36Sopenharmony_ci	case MADERA_AIF1TX6MIX_INPUT_1_VOLUME:
220762306a36Sopenharmony_ci	case MADERA_AIF1TX6MIX_INPUT_2_SOURCE:
220862306a36Sopenharmony_ci	case MADERA_AIF1TX6MIX_INPUT_2_VOLUME:
220962306a36Sopenharmony_ci	case MADERA_AIF1TX6MIX_INPUT_3_SOURCE:
221062306a36Sopenharmony_ci	case MADERA_AIF1TX6MIX_INPUT_3_VOLUME:
221162306a36Sopenharmony_ci	case MADERA_AIF1TX6MIX_INPUT_4_SOURCE:
221262306a36Sopenharmony_ci	case MADERA_AIF1TX6MIX_INPUT_4_VOLUME:
221362306a36Sopenharmony_ci	case MADERA_AIF1TX7MIX_INPUT_1_SOURCE:
221462306a36Sopenharmony_ci	case MADERA_AIF1TX7MIX_INPUT_1_VOLUME:
221562306a36Sopenharmony_ci	case MADERA_AIF1TX7MIX_INPUT_2_SOURCE:
221662306a36Sopenharmony_ci	case MADERA_AIF1TX7MIX_INPUT_2_VOLUME:
221762306a36Sopenharmony_ci	case MADERA_AIF1TX7MIX_INPUT_3_SOURCE:
221862306a36Sopenharmony_ci	case MADERA_AIF1TX7MIX_INPUT_3_VOLUME:
221962306a36Sopenharmony_ci	case MADERA_AIF1TX7MIX_INPUT_4_SOURCE:
222062306a36Sopenharmony_ci	case MADERA_AIF1TX7MIX_INPUT_4_VOLUME:
222162306a36Sopenharmony_ci	case MADERA_AIF1TX8MIX_INPUT_1_SOURCE:
222262306a36Sopenharmony_ci	case MADERA_AIF1TX8MIX_INPUT_1_VOLUME:
222362306a36Sopenharmony_ci	case MADERA_AIF1TX8MIX_INPUT_2_SOURCE:
222462306a36Sopenharmony_ci	case MADERA_AIF1TX8MIX_INPUT_2_VOLUME:
222562306a36Sopenharmony_ci	case MADERA_AIF1TX8MIX_INPUT_3_SOURCE:
222662306a36Sopenharmony_ci	case MADERA_AIF1TX8MIX_INPUT_3_VOLUME:
222762306a36Sopenharmony_ci	case MADERA_AIF1TX8MIX_INPUT_4_SOURCE:
222862306a36Sopenharmony_ci	case MADERA_AIF1TX8MIX_INPUT_4_VOLUME:
222962306a36Sopenharmony_ci	case MADERA_AIF2TX1MIX_INPUT_1_SOURCE:
223062306a36Sopenharmony_ci	case MADERA_AIF2TX1MIX_INPUT_1_VOLUME:
223162306a36Sopenharmony_ci	case MADERA_AIF2TX1MIX_INPUT_2_SOURCE:
223262306a36Sopenharmony_ci	case MADERA_AIF2TX1MIX_INPUT_2_VOLUME:
223362306a36Sopenharmony_ci	case MADERA_AIF2TX1MIX_INPUT_3_SOURCE:
223462306a36Sopenharmony_ci	case MADERA_AIF2TX1MIX_INPUT_3_VOLUME:
223562306a36Sopenharmony_ci	case MADERA_AIF2TX1MIX_INPUT_4_SOURCE:
223662306a36Sopenharmony_ci	case MADERA_AIF2TX1MIX_INPUT_4_VOLUME:
223762306a36Sopenharmony_ci	case MADERA_AIF2TX2MIX_INPUT_1_SOURCE:
223862306a36Sopenharmony_ci	case MADERA_AIF2TX2MIX_INPUT_1_VOLUME:
223962306a36Sopenharmony_ci	case MADERA_AIF2TX2MIX_INPUT_2_SOURCE:
224062306a36Sopenharmony_ci	case MADERA_AIF2TX2MIX_INPUT_2_VOLUME:
224162306a36Sopenharmony_ci	case MADERA_AIF2TX2MIX_INPUT_3_SOURCE:
224262306a36Sopenharmony_ci	case MADERA_AIF2TX2MIX_INPUT_3_VOLUME:
224362306a36Sopenharmony_ci	case MADERA_AIF2TX2MIX_INPUT_4_SOURCE:
224462306a36Sopenharmony_ci	case MADERA_AIF2TX2MIX_INPUT_4_VOLUME:
224562306a36Sopenharmony_ci	case MADERA_AIF2TX3MIX_INPUT_1_SOURCE:
224662306a36Sopenharmony_ci	case MADERA_AIF2TX3MIX_INPUT_1_VOLUME:
224762306a36Sopenharmony_ci	case MADERA_AIF2TX3MIX_INPUT_2_SOURCE:
224862306a36Sopenharmony_ci	case MADERA_AIF2TX3MIX_INPUT_2_VOLUME:
224962306a36Sopenharmony_ci	case MADERA_AIF2TX3MIX_INPUT_3_SOURCE:
225062306a36Sopenharmony_ci	case MADERA_AIF2TX3MIX_INPUT_3_VOLUME:
225162306a36Sopenharmony_ci	case MADERA_AIF2TX3MIX_INPUT_4_SOURCE:
225262306a36Sopenharmony_ci	case MADERA_AIF2TX3MIX_INPUT_4_VOLUME:
225362306a36Sopenharmony_ci	case MADERA_AIF2TX4MIX_INPUT_1_SOURCE:
225462306a36Sopenharmony_ci	case MADERA_AIF2TX4MIX_INPUT_1_VOLUME:
225562306a36Sopenharmony_ci	case MADERA_AIF2TX4MIX_INPUT_2_SOURCE:
225662306a36Sopenharmony_ci	case MADERA_AIF2TX4MIX_INPUT_2_VOLUME:
225762306a36Sopenharmony_ci	case MADERA_AIF2TX4MIX_INPUT_3_SOURCE:
225862306a36Sopenharmony_ci	case MADERA_AIF2TX4MIX_INPUT_3_VOLUME:
225962306a36Sopenharmony_ci	case MADERA_AIF2TX4MIX_INPUT_4_SOURCE:
226062306a36Sopenharmony_ci	case MADERA_AIF2TX4MIX_INPUT_4_VOLUME:
226162306a36Sopenharmony_ci	case MADERA_AIF2TX5MIX_INPUT_1_SOURCE:
226262306a36Sopenharmony_ci	case MADERA_AIF2TX5MIX_INPUT_1_VOLUME:
226362306a36Sopenharmony_ci	case MADERA_AIF2TX5MIX_INPUT_2_SOURCE:
226462306a36Sopenharmony_ci	case MADERA_AIF2TX5MIX_INPUT_2_VOLUME:
226562306a36Sopenharmony_ci	case MADERA_AIF2TX5MIX_INPUT_3_SOURCE:
226662306a36Sopenharmony_ci	case MADERA_AIF2TX5MIX_INPUT_3_VOLUME:
226762306a36Sopenharmony_ci	case MADERA_AIF2TX5MIX_INPUT_4_SOURCE:
226862306a36Sopenharmony_ci	case MADERA_AIF2TX5MIX_INPUT_4_VOLUME:
226962306a36Sopenharmony_ci	case MADERA_AIF2TX6MIX_INPUT_1_SOURCE:
227062306a36Sopenharmony_ci	case MADERA_AIF2TX6MIX_INPUT_1_VOLUME:
227162306a36Sopenharmony_ci	case MADERA_AIF2TX6MIX_INPUT_2_SOURCE:
227262306a36Sopenharmony_ci	case MADERA_AIF2TX6MIX_INPUT_2_VOLUME:
227362306a36Sopenharmony_ci	case MADERA_AIF2TX6MIX_INPUT_3_SOURCE:
227462306a36Sopenharmony_ci	case MADERA_AIF2TX6MIX_INPUT_3_VOLUME:
227562306a36Sopenharmony_ci	case MADERA_AIF2TX6MIX_INPUT_4_SOURCE:
227662306a36Sopenharmony_ci	case MADERA_AIF2TX6MIX_INPUT_4_VOLUME:
227762306a36Sopenharmony_ci	case MADERA_AIF2TX7MIX_INPUT_1_SOURCE:
227862306a36Sopenharmony_ci	case MADERA_AIF2TX7MIX_INPUT_1_VOLUME:
227962306a36Sopenharmony_ci	case MADERA_AIF2TX7MIX_INPUT_2_SOURCE:
228062306a36Sopenharmony_ci	case MADERA_AIF2TX7MIX_INPUT_2_VOLUME:
228162306a36Sopenharmony_ci	case MADERA_AIF2TX7MIX_INPUT_3_SOURCE:
228262306a36Sopenharmony_ci	case MADERA_AIF2TX7MIX_INPUT_3_VOLUME:
228362306a36Sopenharmony_ci	case MADERA_AIF2TX7MIX_INPUT_4_SOURCE:
228462306a36Sopenharmony_ci	case MADERA_AIF2TX7MIX_INPUT_4_VOLUME:
228562306a36Sopenharmony_ci	case MADERA_AIF2TX8MIX_INPUT_1_SOURCE:
228662306a36Sopenharmony_ci	case MADERA_AIF2TX8MIX_INPUT_1_VOLUME:
228762306a36Sopenharmony_ci	case MADERA_AIF2TX8MIX_INPUT_2_SOURCE:
228862306a36Sopenharmony_ci	case MADERA_AIF2TX8MIX_INPUT_2_VOLUME:
228962306a36Sopenharmony_ci	case MADERA_AIF2TX8MIX_INPUT_3_SOURCE:
229062306a36Sopenharmony_ci	case MADERA_AIF2TX8MIX_INPUT_3_VOLUME:
229162306a36Sopenharmony_ci	case MADERA_AIF2TX8MIX_INPUT_4_SOURCE:
229262306a36Sopenharmony_ci	case MADERA_AIF2TX8MIX_INPUT_4_VOLUME:
229362306a36Sopenharmony_ci	case MADERA_AIF3TX1MIX_INPUT_1_SOURCE:
229462306a36Sopenharmony_ci	case MADERA_AIF3TX1MIX_INPUT_1_VOLUME:
229562306a36Sopenharmony_ci	case MADERA_AIF3TX1MIX_INPUT_2_SOURCE:
229662306a36Sopenharmony_ci	case MADERA_AIF3TX1MIX_INPUT_2_VOLUME:
229762306a36Sopenharmony_ci	case MADERA_AIF3TX1MIX_INPUT_3_SOURCE:
229862306a36Sopenharmony_ci	case MADERA_AIF3TX1MIX_INPUT_3_VOLUME:
229962306a36Sopenharmony_ci	case MADERA_AIF3TX1MIX_INPUT_4_SOURCE:
230062306a36Sopenharmony_ci	case MADERA_AIF3TX1MIX_INPUT_4_VOLUME:
230162306a36Sopenharmony_ci	case MADERA_AIF3TX2MIX_INPUT_1_SOURCE:
230262306a36Sopenharmony_ci	case MADERA_AIF3TX2MIX_INPUT_1_VOLUME:
230362306a36Sopenharmony_ci	case MADERA_AIF3TX2MIX_INPUT_2_SOURCE:
230462306a36Sopenharmony_ci	case MADERA_AIF3TX2MIX_INPUT_2_VOLUME:
230562306a36Sopenharmony_ci	case MADERA_AIF3TX2MIX_INPUT_3_SOURCE:
230662306a36Sopenharmony_ci	case MADERA_AIF3TX2MIX_INPUT_3_VOLUME:
230762306a36Sopenharmony_ci	case MADERA_AIF3TX2MIX_INPUT_4_SOURCE:
230862306a36Sopenharmony_ci	case MADERA_AIF3TX2MIX_INPUT_4_VOLUME:
230962306a36Sopenharmony_ci	case MADERA_AIF4TX1MIX_INPUT_1_SOURCE:
231062306a36Sopenharmony_ci	case MADERA_AIF4TX1MIX_INPUT_1_VOLUME:
231162306a36Sopenharmony_ci	case MADERA_AIF4TX1MIX_INPUT_2_SOURCE:
231262306a36Sopenharmony_ci	case MADERA_AIF4TX1MIX_INPUT_2_VOLUME:
231362306a36Sopenharmony_ci	case MADERA_AIF4TX1MIX_INPUT_3_SOURCE:
231462306a36Sopenharmony_ci	case MADERA_AIF4TX1MIX_INPUT_3_VOLUME:
231562306a36Sopenharmony_ci	case MADERA_AIF4TX1MIX_INPUT_4_SOURCE:
231662306a36Sopenharmony_ci	case MADERA_AIF4TX1MIX_INPUT_4_VOLUME:
231762306a36Sopenharmony_ci	case MADERA_AIF4TX2MIX_INPUT_1_SOURCE:
231862306a36Sopenharmony_ci	case MADERA_AIF4TX2MIX_INPUT_1_VOLUME:
231962306a36Sopenharmony_ci	case MADERA_AIF4TX2MIX_INPUT_2_SOURCE:
232062306a36Sopenharmony_ci	case MADERA_AIF4TX2MIX_INPUT_2_VOLUME:
232162306a36Sopenharmony_ci	case MADERA_AIF4TX2MIX_INPUT_3_SOURCE:
232262306a36Sopenharmony_ci	case MADERA_AIF4TX2MIX_INPUT_3_VOLUME:
232362306a36Sopenharmony_ci	case MADERA_AIF4TX2MIX_INPUT_4_SOURCE:
232462306a36Sopenharmony_ci	case MADERA_AIF4TX2MIX_INPUT_4_VOLUME:
232562306a36Sopenharmony_ci	case MADERA_SLIMTX1MIX_INPUT_1_SOURCE:
232662306a36Sopenharmony_ci	case MADERA_SLIMTX1MIX_INPUT_1_VOLUME:
232762306a36Sopenharmony_ci	case MADERA_SLIMTX1MIX_INPUT_2_SOURCE:
232862306a36Sopenharmony_ci	case MADERA_SLIMTX1MIX_INPUT_2_VOLUME:
232962306a36Sopenharmony_ci	case MADERA_SLIMTX1MIX_INPUT_3_SOURCE:
233062306a36Sopenharmony_ci	case MADERA_SLIMTX1MIX_INPUT_3_VOLUME:
233162306a36Sopenharmony_ci	case MADERA_SLIMTX1MIX_INPUT_4_SOURCE:
233262306a36Sopenharmony_ci	case MADERA_SLIMTX1MIX_INPUT_4_VOLUME:
233362306a36Sopenharmony_ci	case MADERA_SLIMTX2MIX_INPUT_1_SOURCE:
233462306a36Sopenharmony_ci	case MADERA_SLIMTX2MIX_INPUT_1_VOLUME:
233562306a36Sopenharmony_ci	case MADERA_SLIMTX2MIX_INPUT_2_SOURCE:
233662306a36Sopenharmony_ci	case MADERA_SLIMTX2MIX_INPUT_2_VOLUME:
233762306a36Sopenharmony_ci	case MADERA_SLIMTX2MIX_INPUT_3_SOURCE:
233862306a36Sopenharmony_ci	case MADERA_SLIMTX2MIX_INPUT_3_VOLUME:
233962306a36Sopenharmony_ci	case MADERA_SLIMTX2MIX_INPUT_4_SOURCE:
234062306a36Sopenharmony_ci	case MADERA_SLIMTX2MIX_INPUT_4_VOLUME:
234162306a36Sopenharmony_ci	case MADERA_SLIMTX3MIX_INPUT_1_SOURCE:
234262306a36Sopenharmony_ci	case MADERA_SLIMTX3MIX_INPUT_1_VOLUME:
234362306a36Sopenharmony_ci	case MADERA_SLIMTX3MIX_INPUT_2_SOURCE:
234462306a36Sopenharmony_ci	case MADERA_SLIMTX3MIX_INPUT_2_VOLUME:
234562306a36Sopenharmony_ci	case MADERA_SLIMTX3MIX_INPUT_3_SOURCE:
234662306a36Sopenharmony_ci	case MADERA_SLIMTX3MIX_INPUT_3_VOLUME:
234762306a36Sopenharmony_ci	case MADERA_SLIMTX3MIX_INPUT_4_SOURCE:
234862306a36Sopenharmony_ci	case MADERA_SLIMTX3MIX_INPUT_4_VOLUME:
234962306a36Sopenharmony_ci	case MADERA_SLIMTX4MIX_INPUT_1_SOURCE:
235062306a36Sopenharmony_ci	case MADERA_SLIMTX4MIX_INPUT_1_VOLUME:
235162306a36Sopenharmony_ci	case MADERA_SLIMTX4MIX_INPUT_2_SOURCE:
235262306a36Sopenharmony_ci	case MADERA_SLIMTX4MIX_INPUT_2_VOLUME:
235362306a36Sopenharmony_ci	case MADERA_SLIMTX4MIX_INPUT_3_SOURCE:
235462306a36Sopenharmony_ci	case MADERA_SLIMTX4MIX_INPUT_3_VOLUME:
235562306a36Sopenharmony_ci	case MADERA_SLIMTX4MIX_INPUT_4_SOURCE:
235662306a36Sopenharmony_ci	case MADERA_SLIMTX4MIX_INPUT_4_VOLUME:
235762306a36Sopenharmony_ci	case MADERA_SLIMTX5MIX_INPUT_1_SOURCE:
235862306a36Sopenharmony_ci	case MADERA_SLIMTX5MIX_INPUT_1_VOLUME:
235962306a36Sopenharmony_ci	case MADERA_SLIMTX5MIX_INPUT_2_SOURCE:
236062306a36Sopenharmony_ci	case MADERA_SLIMTX5MIX_INPUT_2_VOLUME:
236162306a36Sopenharmony_ci	case MADERA_SLIMTX5MIX_INPUT_3_SOURCE:
236262306a36Sopenharmony_ci	case MADERA_SLIMTX5MIX_INPUT_3_VOLUME:
236362306a36Sopenharmony_ci	case MADERA_SLIMTX5MIX_INPUT_4_SOURCE:
236462306a36Sopenharmony_ci	case MADERA_SLIMTX5MIX_INPUT_4_VOLUME:
236562306a36Sopenharmony_ci	case MADERA_SLIMTX6MIX_INPUT_1_SOURCE:
236662306a36Sopenharmony_ci	case MADERA_SLIMTX6MIX_INPUT_1_VOLUME:
236762306a36Sopenharmony_ci	case MADERA_SLIMTX6MIX_INPUT_2_SOURCE:
236862306a36Sopenharmony_ci	case MADERA_SLIMTX6MIX_INPUT_2_VOLUME:
236962306a36Sopenharmony_ci	case MADERA_SLIMTX6MIX_INPUT_3_SOURCE:
237062306a36Sopenharmony_ci	case MADERA_SLIMTX6MIX_INPUT_3_VOLUME:
237162306a36Sopenharmony_ci	case MADERA_SLIMTX6MIX_INPUT_4_SOURCE:
237262306a36Sopenharmony_ci	case MADERA_SLIMTX6MIX_INPUT_4_VOLUME:
237362306a36Sopenharmony_ci	case MADERA_SLIMTX7MIX_INPUT_1_SOURCE:
237462306a36Sopenharmony_ci	case MADERA_SLIMTX7MIX_INPUT_1_VOLUME:
237562306a36Sopenharmony_ci	case MADERA_SLIMTX7MIX_INPUT_2_SOURCE:
237662306a36Sopenharmony_ci	case MADERA_SLIMTX7MIX_INPUT_2_VOLUME:
237762306a36Sopenharmony_ci	case MADERA_SLIMTX7MIX_INPUT_3_SOURCE:
237862306a36Sopenharmony_ci	case MADERA_SLIMTX7MIX_INPUT_3_VOLUME:
237962306a36Sopenharmony_ci	case MADERA_SLIMTX7MIX_INPUT_4_SOURCE:
238062306a36Sopenharmony_ci	case MADERA_SLIMTX7MIX_INPUT_4_VOLUME:
238162306a36Sopenharmony_ci	case MADERA_SLIMTX8MIX_INPUT_1_SOURCE:
238262306a36Sopenharmony_ci	case MADERA_SLIMTX8MIX_INPUT_1_VOLUME:
238362306a36Sopenharmony_ci	case MADERA_SLIMTX8MIX_INPUT_2_SOURCE:
238462306a36Sopenharmony_ci	case MADERA_SLIMTX8MIX_INPUT_2_VOLUME:
238562306a36Sopenharmony_ci	case MADERA_SLIMTX8MIX_INPUT_3_SOURCE:
238662306a36Sopenharmony_ci	case MADERA_SLIMTX8MIX_INPUT_3_VOLUME:
238762306a36Sopenharmony_ci	case MADERA_SLIMTX8MIX_INPUT_4_SOURCE:
238862306a36Sopenharmony_ci	case MADERA_SLIMTX8MIX_INPUT_4_VOLUME:
238962306a36Sopenharmony_ci	case MADERA_SPDIF1TX1MIX_INPUT_1_SOURCE:
239062306a36Sopenharmony_ci	case MADERA_SPDIF1TX1MIX_INPUT_1_VOLUME:
239162306a36Sopenharmony_ci	case MADERA_SPDIF1TX2MIX_INPUT_1_SOURCE:
239262306a36Sopenharmony_ci	case MADERA_SPDIF1TX2MIX_INPUT_1_VOLUME:
239362306a36Sopenharmony_ci	case MADERA_EQ1MIX_INPUT_1_SOURCE:
239462306a36Sopenharmony_ci	case MADERA_EQ1MIX_INPUT_1_VOLUME:
239562306a36Sopenharmony_ci	case MADERA_EQ1MIX_INPUT_2_SOURCE:
239662306a36Sopenharmony_ci	case MADERA_EQ1MIX_INPUT_2_VOLUME:
239762306a36Sopenharmony_ci	case MADERA_EQ1MIX_INPUT_3_SOURCE:
239862306a36Sopenharmony_ci	case MADERA_EQ1MIX_INPUT_3_VOLUME:
239962306a36Sopenharmony_ci	case MADERA_EQ1MIX_INPUT_4_SOURCE:
240062306a36Sopenharmony_ci	case MADERA_EQ1MIX_INPUT_4_VOLUME:
240162306a36Sopenharmony_ci	case MADERA_EQ2MIX_INPUT_1_SOURCE:
240262306a36Sopenharmony_ci	case MADERA_EQ2MIX_INPUT_1_VOLUME:
240362306a36Sopenharmony_ci	case MADERA_EQ2MIX_INPUT_2_SOURCE:
240462306a36Sopenharmony_ci	case MADERA_EQ2MIX_INPUT_2_VOLUME:
240562306a36Sopenharmony_ci	case MADERA_EQ2MIX_INPUT_3_SOURCE:
240662306a36Sopenharmony_ci	case MADERA_EQ2MIX_INPUT_3_VOLUME:
240762306a36Sopenharmony_ci	case MADERA_EQ2MIX_INPUT_4_SOURCE:
240862306a36Sopenharmony_ci	case MADERA_EQ2MIX_INPUT_4_VOLUME:
240962306a36Sopenharmony_ci	case MADERA_EQ3MIX_INPUT_1_SOURCE:
241062306a36Sopenharmony_ci	case MADERA_EQ3MIX_INPUT_1_VOLUME:
241162306a36Sopenharmony_ci	case MADERA_EQ3MIX_INPUT_2_SOURCE:
241262306a36Sopenharmony_ci	case MADERA_EQ3MIX_INPUT_2_VOLUME:
241362306a36Sopenharmony_ci	case MADERA_EQ3MIX_INPUT_3_SOURCE:
241462306a36Sopenharmony_ci	case MADERA_EQ3MIX_INPUT_3_VOLUME:
241562306a36Sopenharmony_ci	case MADERA_EQ3MIX_INPUT_4_SOURCE:
241662306a36Sopenharmony_ci	case MADERA_EQ3MIX_INPUT_4_VOLUME:
241762306a36Sopenharmony_ci	case MADERA_EQ4MIX_INPUT_1_SOURCE:
241862306a36Sopenharmony_ci	case MADERA_EQ4MIX_INPUT_1_VOLUME:
241962306a36Sopenharmony_ci	case MADERA_EQ4MIX_INPUT_2_SOURCE:
242062306a36Sopenharmony_ci	case MADERA_EQ4MIX_INPUT_2_VOLUME:
242162306a36Sopenharmony_ci	case MADERA_EQ4MIX_INPUT_3_SOURCE:
242262306a36Sopenharmony_ci	case MADERA_EQ4MIX_INPUT_3_VOLUME:
242362306a36Sopenharmony_ci	case MADERA_EQ4MIX_INPUT_4_SOURCE:
242462306a36Sopenharmony_ci	case MADERA_EQ4MIX_INPUT_4_VOLUME:
242562306a36Sopenharmony_ci	case MADERA_DRC1LMIX_INPUT_1_SOURCE:
242662306a36Sopenharmony_ci	case MADERA_DRC1LMIX_INPUT_1_VOLUME:
242762306a36Sopenharmony_ci	case MADERA_DRC1LMIX_INPUT_2_SOURCE:
242862306a36Sopenharmony_ci	case MADERA_DRC1LMIX_INPUT_2_VOLUME:
242962306a36Sopenharmony_ci	case MADERA_DRC1LMIX_INPUT_3_SOURCE:
243062306a36Sopenharmony_ci	case MADERA_DRC1LMIX_INPUT_3_VOLUME:
243162306a36Sopenharmony_ci	case MADERA_DRC1LMIX_INPUT_4_SOURCE:
243262306a36Sopenharmony_ci	case MADERA_DRC1LMIX_INPUT_4_VOLUME:
243362306a36Sopenharmony_ci	case MADERA_DRC1RMIX_INPUT_1_SOURCE:
243462306a36Sopenharmony_ci	case MADERA_DRC1RMIX_INPUT_1_VOLUME:
243562306a36Sopenharmony_ci	case MADERA_DRC1RMIX_INPUT_2_SOURCE:
243662306a36Sopenharmony_ci	case MADERA_DRC1RMIX_INPUT_2_VOLUME:
243762306a36Sopenharmony_ci	case MADERA_DRC1RMIX_INPUT_3_SOURCE:
243862306a36Sopenharmony_ci	case MADERA_DRC1RMIX_INPUT_3_VOLUME:
243962306a36Sopenharmony_ci	case MADERA_DRC1RMIX_INPUT_4_SOURCE:
244062306a36Sopenharmony_ci	case MADERA_DRC1RMIX_INPUT_4_VOLUME:
244162306a36Sopenharmony_ci	case MADERA_DRC2LMIX_INPUT_1_SOURCE:
244262306a36Sopenharmony_ci	case MADERA_DRC2LMIX_INPUT_1_VOLUME:
244362306a36Sopenharmony_ci	case MADERA_DRC2LMIX_INPUT_2_SOURCE:
244462306a36Sopenharmony_ci	case MADERA_DRC2LMIX_INPUT_2_VOLUME:
244562306a36Sopenharmony_ci	case MADERA_DRC2LMIX_INPUT_3_SOURCE:
244662306a36Sopenharmony_ci	case MADERA_DRC2LMIX_INPUT_3_VOLUME:
244762306a36Sopenharmony_ci	case MADERA_DRC2LMIX_INPUT_4_SOURCE:
244862306a36Sopenharmony_ci	case MADERA_DRC2LMIX_INPUT_4_VOLUME:
244962306a36Sopenharmony_ci	case MADERA_DRC2RMIX_INPUT_1_SOURCE:
245062306a36Sopenharmony_ci	case MADERA_DRC2RMIX_INPUT_1_VOLUME:
245162306a36Sopenharmony_ci	case MADERA_DRC2RMIX_INPUT_2_SOURCE:
245262306a36Sopenharmony_ci	case MADERA_DRC2RMIX_INPUT_2_VOLUME:
245362306a36Sopenharmony_ci	case MADERA_DRC2RMIX_INPUT_3_SOURCE:
245462306a36Sopenharmony_ci	case MADERA_DRC2RMIX_INPUT_3_VOLUME:
245562306a36Sopenharmony_ci	case MADERA_DRC2RMIX_INPUT_4_SOURCE:
245662306a36Sopenharmony_ci	case MADERA_DRC2RMIX_INPUT_4_VOLUME:
245762306a36Sopenharmony_ci	case MADERA_HPLP1MIX_INPUT_1_SOURCE:
245862306a36Sopenharmony_ci	case MADERA_HPLP1MIX_INPUT_1_VOLUME:
245962306a36Sopenharmony_ci	case MADERA_HPLP1MIX_INPUT_2_SOURCE:
246062306a36Sopenharmony_ci	case MADERA_HPLP1MIX_INPUT_2_VOLUME:
246162306a36Sopenharmony_ci	case MADERA_HPLP1MIX_INPUT_3_SOURCE:
246262306a36Sopenharmony_ci	case MADERA_HPLP1MIX_INPUT_3_VOLUME:
246362306a36Sopenharmony_ci	case MADERA_HPLP1MIX_INPUT_4_SOURCE:
246462306a36Sopenharmony_ci	case MADERA_HPLP1MIX_INPUT_4_VOLUME:
246562306a36Sopenharmony_ci	case MADERA_HPLP2MIX_INPUT_1_SOURCE:
246662306a36Sopenharmony_ci	case MADERA_HPLP2MIX_INPUT_1_VOLUME:
246762306a36Sopenharmony_ci	case MADERA_HPLP2MIX_INPUT_2_SOURCE:
246862306a36Sopenharmony_ci	case MADERA_HPLP2MIX_INPUT_2_VOLUME:
246962306a36Sopenharmony_ci	case MADERA_HPLP2MIX_INPUT_3_SOURCE:
247062306a36Sopenharmony_ci	case MADERA_HPLP2MIX_INPUT_3_VOLUME:
247162306a36Sopenharmony_ci	case MADERA_HPLP2MIX_INPUT_4_SOURCE:
247262306a36Sopenharmony_ci	case MADERA_HPLP2MIX_INPUT_4_VOLUME:
247362306a36Sopenharmony_ci	case MADERA_HPLP3MIX_INPUT_1_SOURCE:
247462306a36Sopenharmony_ci	case MADERA_HPLP3MIX_INPUT_1_VOLUME:
247562306a36Sopenharmony_ci	case MADERA_HPLP3MIX_INPUT_2_SOURCE:
247662306a36Sopenharmony_ci	case MADERA_HPLP3MIX_INPUT_2_VOLUME:
247762306a36Sopenharmony_ci	case MADERA_HPLP3MIX_INPUT_3_SOURCE:
247862306a36Sopenharmony_ci	case MADERA_HPLP3MIX_INPUT_3_VOLUME:
247962306a36Sopenharmony_ci	case MADERA_HPLP3MIX_INPUT_4_SOURCE:
248062306a36Sopenharmony_ci	case MADERA_HPLP3MIX_INPUT_4_VOLUME:
248162306a36Sopenharmony_ci	case MADERA_HPLP4MIX_INPUT_1_SOURCE:
248262306a36Sopenharmony_ci	case MADERA_HPLP4MIX_INPUT_1_VOLUME:
248362306a36Sopenharmony_ci	case MADERA_HPLP4MIX_INPUT_2_SOURCE:
248462306a36Sopenharmony_ci	case MADERA_HPLP4MIX_INPUT_2_VOLUME:
248562306a36Sopenharmony_ci	case MADERA_HPLP4MIX_INPUT_3_SOURCE:
248662306a36Sopenharmony_ci	case MADERA_HPLP4MIX_INPUT_3_VOLUME:
248762306a36Sopenharmony_ci	case MADERA_HPLP4MIX_INPUT_4_SOURCE:
248862306a36Sopenharmony_ci	case MADERA_HPLP4MIX_INPUT_4_VOLUME:
248962306a36Sopenharmony_ci	case MADERA_DSP1LMIX_INPUT_1_SOURCE:
249062306a36Sopenharmony_ci	case MADERA_DSP1LMIX_INPUT_1_VOLUME:
249162306a36Sopenharmony_ci	case MADERA_DSP1LMIX_INPUT_2_SOURCE:
249262306a36Sopenharmony_ci	case MADERA_DSP1LMIX_INPUT_2_VOLUME:
249362306a36Sopenharmony_ci	case MADERA_DSP1LMIX_INPUT_3_SOURCE:
249462306a36Sopenharmony_ci	case MADERA_DSP1LMIX_INPUT_3_VOLUME:
249562306a36Sopenharmony_ci	case MADERA_DSP1LMIX_INPUT_4_SOURCE:
249662306a36Sopenharmony_ci	case MADERA_DSP1LMIX_INPUT_4_VOLUME:
249762306a36Sopenharmony_ci	case MADERA_DSP1RMIX_INPUT_1_SOURCE:
249862306a36Sopenharmony_ci	case MADERA_DSP1RMIX_INPUT_1_VOLUME:
249962306a36Sopenharmony_ci	case MADERA_DSP1RMIX_INPUT_2_SOURCE:
250062306a36Sopenharmony_ci	case MADERA_DSP1RMIX_INPUT_2_VOLUME:
250162306a36Sopenharmony_ci	case MADERA_DSP1RMIX_INPUT_3_SOURCE:
250262306a36Sopenharmony_ci	case MADERA_DSP1RMIX_INPUT_3_VOLUME:
250362306a36Sopenharmony_ci	case MADERA_DSP1RMIX_INPUT_4_SOURCE:
250462306a36Sopenharmony_ci	case MADERA_DSP1RMIX_INPUT_4_VOLUME:
250562306a36Sopenharmony_ci	case MADERA_DSP1AUX1MIX_INPUT_1_SOURCE:
250662306a36Sopenharmony_ci	case MADERA_DSP1AUX2MIX_INPUT_1_SOURCE:
250762306a36Sopenharmony_ci	case MADERA_DSP1AUX3MIX_INPUT_1_SOURCE:
250862306a36Sopenharmony_ci	case MADERA_DSP1AUX4MIX_INPUT_1_SOURCE:
250962306a36Sopenharmony_ci	case MADERA_DSP1AUX5MIX_INPUT_1_SOURCE:
251062306a36Sopenharmony_ci	case MADERA_DSP1AUX6MIX_INPUT_1_SOURCE:
251162306a36Sopenharmony_ci	case MADERA_DSP2LMIX_INPUT_1_SOURCE:
251262306a36Sopenharmony_ci	case MADERA_DSP2LMIX_INPUT_1_VOLUME:
251362306a36Sopenharmony_ci	case MADERA_DSP2LMIX_INPUT_2_SOURCE:
251462306a36Sopenharmony_ci	case MADERA_DSP2LMIX_INPUT_2_VOLUME:
251562306a36Sopenharmony_ci	case MADERA_DSP2LMIX_INPUT_3_SOURCE:
251662306a36Sopenharmony_ci	case MADERA_DSP2LMIX_INPUT_3_VOLUME:
251762306a36Sopenharmony_ci	case MADERA_DSP2LMIX_INPUT_4_SOURCE:
251862306a36Sopenharmony_ci	case MADERA_DSP2LMIX_INPUT_4_VOLUME:
251962306a36Sopenharmony_ci	case MADERA_DSP2RMIX_INPUT_1_SOURCE:
252062306a36Sopenharmony_ci	case MADERA_DSP2RMIX_INPUT_1_VOLUME:
252162306a36Sopenharmony_ci	case MADERA_DSP2RMIX_INPUT_2_SOURCE:
252262306a36Sopenharmony_ci	case MADERA_DSP2RMIX_INPUT_2_VOLUME:
252362306a36Sopenharmony_ci	case MADERA_DSP2RMIX_INPUT_3_SOURCE:
252462306a36Sopenharmony_ci	case MADERA_DSP2RMIX_INPUT_3_VOLUME:
252562306a36Sopenharmony_ci	case MADERA_DSP2RMIX_INPUT_4_SOURCE:
252662306a36Sopenharmony_ci	case MADERA_DSP2RMIX_INPUT_4_VOLUME:
252762306a36Sopenharmony_ci	case MADERA_DSP2AUX1MIX_INPUT_1_SOURCE:
252862306a36Sopenharmony_ci	case MADERA_DSP2AUX2MIX_INPUT_1_SOURCE:
252962306a36Sopenharmony_ci	case MADERA_DSP2AUX3MIX_INPUT_1_SOURCE:
253062306a36Sopenharmony_ci	case MADERA_DSP2AUX4MIX_INPUT_1_SOURCE:
253162306a36Sopenharmony_ci	case MADERA_DSP2AUX5MIX_INPUT_1_SOURCE:
253262306a36Sopenharmony_ci	case MADERA_DSP2AUX6MIX_INPUT_1_SOURCE:
253362306a36Sopenharmony_ci	case MADERA_DSP3LMIX_INPUT_1_SOURCE:
253462306a36Sopenharmony_ci	case MADERA_DSP3LMIX_INPUT_1_VOLUME:
253562306a36Sopenharmony_ci	case MADERA_DSP3LMIX_INPUT_2_SOURCE:
253662306a36Sopenharmony_ci	case MADERA_DSP3LMIX_INPUT_2_VOLUME:
253762306a36Sopenharmony_ci	case MADERA_DSP3LMIX_INPUT_3_SOURCE:
253862306a36Sopenharmony_ci	case MADERA_DSP3LMIX_INPUT_3_VOLUME:
253962306a36Sopenharmony_ci	case MADERA_DSP3LMIX_INPUT_4_SOURCE:
254062306a36Sopenharmony_ci	case MADERA_DSP3LMIX_INPUT_4_VOLUME:
254162306a36Sopenharmony_ci	case MADERA_DSP3RMIX_INPUT_1_SOURCE:
254262306a36Sopenharmony_ci	case MADERA_DSP3RMIX_INPUT_1_VOLUME:
254362306a36Sopenharmony_ci	case MADERA_DSP3RMIX_INPUT_2_SOURCE:
254462306a36Sopenharmony_ci	case MADERA_DSP3RMIX_INPUT_2_VOLUME:
254562306a36Sopenharmony_ci	case MADERA_DSP3RMIX_INPUT_3_SOURCE:
254662306a36Sopenharmony_ci	case MADERA_DSP3RMIX_INPUT_3_VOLUME:
254762306a36Sopenharmony_ci	case MADERA_DSP3RMIX_INPUT_4_SOURCE:
254862306a36Sopenharmony_ci	case MADERA_DSP3RMIX_INPUT_4_VOLUME:
254962306a36Sopenharmony_ci	case MADERA_DSP3AUX1MIX_INPUT_1_SOURCE:
255062306a36Sopenharmony_ci	case MADERA_DSP3AUX2MIX_INPUT_1_SOURCE:
255162306a36Sopenharmony_ci	case MADERA_DSP3AUX3MIX_INPUT_1_SOURCE:
255262306a36Sopenharmony_ci	case MADERA_DSP3AUX4MIX_INPUT_1_SOURCE:
255362306a36Sopenharmony_ci	case MADERA_DSP3AUX5MIX_INPUT_1_SOURCE:
255462306a36Sopenharmony_ci	case MADERA_DSP3AUX6MIX_INPUT_1_SOURCE:
255562306a36Sopenharmony_ci	case MADERA_DSP4LMIX_INPUT_1_SOURCE:
255662306a36Sopenharmony_ci	case MADERA_DSP4LMIX_INPUT_1_VOLUME:
255762306a36Sopenharmony_ci	case MADERA_DSP4LMIX_INPUT_2_SOURCE:
255862306a36Sopenharmony_ci	case MADERA_DSP4LMIX_INPUT_2_VOLUME:
255962306a36Sopenharmony_ci	case MADERA_DSP4LMIX_INPUT_3_SOURCE:
256062306a36Sopenharmony_ci	case MADERA_DSP4LMIX_INPUT_3_VOLUME:
256162306a36Sopenharmony_ci	case MADERA_DSP4LMIX_INPUT_4_SOURCE:
256262306a36Sopenharmony_ci	case MADERA_DSP4LMIX_INPUT_4_VOLUME:
256362306a36Sopenharmony_ci	case MADERA_DSP4RMIX_INPUT_1_SOURCE:
256462306a36Sopenharmony_ci	case MADERA_DSP4RMIX_INPUT_1_VOLUME:
256562306a36Sopenharmony_ci	case MADERA_DSP4RMIX_INPUT_2_SOURCE:
256662306a36Sopenharmony_ci	case MADERA_DSP4RMIX_INPUT_2_VOLUME:
256762306a36Sopenharmony_ci	case MADERA_DSP4RMIX_INPUT_3_SOURCE:
256862306a36Sopenharmony_ci	case MADERA_DSP4RMIX_INPUT_3_VOLUME:
256962306a36Sopenharmony_ci	case MADERA_DSP4RMIX_INPUT_4_SOURCE:
257062306a36Sopenharmony_ci	case MADERA_DSP4RMIX_INPUT_4_VOLUME:
257162306a36Sopenharmony_ci	case MADERA_DSP4AUX1MIX_INPUT_1_SOURCE:
257262306a36Sopenharmony_ci	case MADERA_DSP4AUX2MIX_INPUT_1_SOURCE:
257362306a36Sopenharmony_ci	case MADERA_DSP4AUX3MIX_INPUT_1_SOURCE:
257462306a36Sopenharmony_ci	case MADERA_DSP4AUX4MIX_INPUT_1_SOURCE:
257562306a36Sopenharmony_ci	case MADERA_DSP4AUX5MIX_INPUT_1_SOURCE:
257662306a36Sopenharmony_ci	case MADERA_DSP4AUX6MIX_INPUT_1_SOURCE:
257762306a36Sopenharmony_ci	case MADERA_DSP5LMIX_INPUT_1_SOURCE:
257862306a36Sopenharmony_ci	case MADERA_DSP5LMIX_INPUT_1_VOLUME:
257962306a36Sopenharmony_ci	case MADERA_DSP5LMIX_INPUT_2_SOURCE:
258062306a36Sopenharmony_ci	case MADERA_DSP5LMIX_INPUT_2_VOLUME:
258162306a36Sopenharmony_ci	case MADERA_DSP5LMIX_INPUT_3_SOURCE:
258262306a36Sopenharmony_ci	case MADERA_DSP5LMIX_INPUT_3_VOLUME:
258362306a36Sopenharmony_ci	case MADERA_DSP5LMIX_INPUT_4_SOURCE:
258462306a36Sopenharmony_ci	case MADERA_DSP5LMIX_INPUT_4_VOLUME:
258562306a36Sopenharmony_ci	case MADERA_DSP5RMIX_INPUT_1_SOURCE:
258662306a36Sopenharmony_ci	case MADERA_DSP5RMIX_INPUT_1_VOLUME:
258762306a36Sopenharmony_ci	case MADERA_DSP5RMIX_INPUT_2_SOURCE:
258862306a36Sopenharmony_ci	case MADERA_DSP5RMIX_INPUT_2_VOLUME:
258962306a36Sopenharmony_ci	case MADERA_DSP5RMIX_INPUT_3_SOURCE:
259062306a36Sopenharmony_ci	case MADERA_DSP5RMIX_INPUT_3_VOLUME:
259162306a36Sopenharmony_ci	case MADERA_DSP5RMIX_INPUT_4_SOURCE:
259262306a36Sopenharmony_ci	case MADERA_DSP5RMIX_INPUT_4_VOLUME:
259362306a36Sopenharmony_ci	case MADERA_DSP5AUX1MIX_INPUT_1_SOURCE:
259462306a36Sopenharmony_ci	case MADERA_DSP5AUX2MIX_INPUT_1_SOURCE:
259562306a36Sopenharmony_ci	case MADERA_DSP5AUX3MIX_INPUT_1_SOURCE:
259662306a36Sopenharmony_ci	case MADERA_DSP5AUX4MIX_INPUT_1_SOURCE:
259762306a36Sopenharmony_ci	case MADERA_DSP5AUX5MIX_INPUT_1_SOURCE:
259862306a36Sopenharmony_ci	case MADERA_DSP5AUX6MIX_INPUT_1_SOURCE:
259962306a36Sopenharmony_ci	case MADERA_ASRC1_1LMIX_INPUT_1_SOURCE:
260062306a36Sopenharmony_ci	case MADERA_ASRC1_1RMIX_INPUT_1_SOURCE:
260162306a36Sopenharmony_ci	case MADERA_ASRC1_2LMIX_INPUT_1_SOURCE:
260262306a36Sopenharmony_ci	case MADERA_ASRC1_2RMIX_INPUT_1_SOURCE:
260362306a36Sopenharmony_ci	case MADERA_ASRC2_1LMIX_INPUT_1_SOURCE:
260462306a36Sopenharmony_ci	case MADERA_ASRC2_1RMIX_INPUT_1_SOURCE:
260562306a36Sopenharmony_ci	case MADERA_ASRC2_2LMIX_INPUT_1_SOURCE:
260662306a36Sopenharmony_ci	case MADERA_ASRC2_2RMIX_INPUT_1_SOURCE:
260762306a36Sopenharmony_ci	case MADERA_ISRC1DEC1MIX_INPUT_1_SOURCE:
260862306a36Sopenharmony_ci	case MADERA_ISRC1DEC2MIX_INPUT_1_SOURCE:
260962306a36Sopenharmony_ci	case MADERA_ISRC1DEC3MIX_INPUT_1_SOURCE:
261062306a36Sopenharmony_ci	case MADERA_ISRC1DEC4MIX_INPUT_1_SOURCE:
261162306a36Sopenharmony_ci	case MADERA_ISRC1INT1MIX_INPUT_1_SOURCE:
261262306a36Sopenharmony_ci	case MADERA_ISRC1INT2MIX_INPUT_1_SOURCE:
261362306a36Sopenharmony_ci	case MADERA_ISRC1INT3MIX_INPUT_1_SOURCE:
261462306a36Sopenharmony_ci	case MADERA_ISRC1INT4MIX_INPUT_1_SOURCE:
261562306a36Sopenharmony_ci	case MADERA_ISRC2DEC1MIX_INPUT_1_SOURCE:
261662306a36Sopenharmony_ci	case MADERA_ISRC2DEC2MIX_INPUT_1_SOURCE:
261762306a36Sopenharmony_ci	case MADERA_ISRC2DEC3MIX_INPUT_1_SOURCE:
261862306a36Sopenharmony_ci	case MADERA_ISRC2DEC4MIX_INPUT_1_SOURCE:
261962306a36Sopenharmony_ci	case MADERA_ISRC2INT1MIX_INPUT_1_SOURCE:
262062306a36Sopenharmony_ci	case MADERA_ISRC2INT2MIX_INPUT_1_SOURCE:
262162306a36Sopenharmony_ci	case MADERA_ISRC2INT3MIX_INPUT_1_SOURCE:
262262306a36Sopenharmony_ci	case MADERA_ISRC2INT4MIX_INPUT_1_SOURCE:
262362306a36Sopenharmony_ci	case MADERA_ISRC3DEC1MIX_INPUT_1_SOURCE:
262462306a36Sopenharmony_ci	case MADERA_ISRC3DEC2MIX_INPUT_1_SOURCE:
262562306a36Sopenharmony_ci	case MADERA_ISRC3INT1MIX_INPUT_1_SOURCE:
262662306a36Sopenharmony_ci	case MADERA_ISRC3INT2MIX_INPUT_1_SOURCE:
262762306a36Sopenharmony_ci	case MADERA_ISRC4DEC1MIX_INPUT_1_SOURCE:
262862306a36Sopenharmony_ci	case MADERA_ISRC4DEC2MIX_INPUT_1_SOURCE:
262962306a36Sopenharmony_ci	case MADERA_ISRC4INT1MIX_INPUT_1_SOURCE:
263062306a36Sopenharmony_ci	case MADERA_ISRC4INT2MIX_INPUT_1_SOURCE:
263162306a36Sopenharmony_ci	case MADERA_DSP6LMIX_INPUT_1_SOURCE:
263262306a36Sopenharmony_ci	case MADERA_DSP6LMIX_INPUT_1_VOLUME:
263362306a36Sopenharmony_ci	case MADERA_DSP6LMIX_INPUT_2_SOURCE:
263462306a36Sopenharmony_ci	case MADERA_DSP6LMIX_INPUT_2_VOLUME:
263562306a36Sopenharmony_ci	case MADERA_DSP6LMIX_INPUT_3_SOURCE:
263662306a36Sopenharmony_ci	case MADERA_DSP6LMIX_INPUT_3_VOLUME:
263762306a36Sopenharmony_ci	case MADERA_DSP6LMIX_INPUT_4_SOURCE:
263862306a36Sopenharmony_ci	case MADERA_DSP6LMIX_INPUT_4_VOLUME:
263962306a36Sopenharmony_ci	case MADERA_DSP6RMIX_INPUT_1_SOURCE:
264062306a36Sopenharmony_ci	case MADERA_DSP6RMIX_INPUT_1_VOLUME:
264162306a36Sopenharmony_ci	case MADERA_DSP6RMIX_INPUT_2_SOURCE:
264262306a36Sopenharmony_ci	case MADERA_DSP6RMIX_INPUT_2_VOLUME:
264362306a36Sopenharmony_ci	case MADERA_DSP6RMIX_INPUT_3_SOURCE:
264462306a36Sopenharmony_ci	case MADERA_DSP6RMIX_INPUT_3_VOLUME:
264562306a36Sopenharmony_ci	case MADERA_DSP6RMIX_INPUT_4_SOURCE:
264662306a36Sopenharmony_ci	case MADERA_DSP6RMIX_INPUT_4_VOLUME:
264762306a36Sopenharmony_ci	case MADERA_DSP6AUX1MIX_INPUT_1_SOURCE:
264862306a36Sopenharmony_ci	case MADERA_DSP6AUX2MIX_INPUT_1_SOURCE:
264962306a36Sopenharmony_ci	case MADERA_DSP6AUX3MIX_INPUT_1_SOURCE:
265062306a36Sopenharmony_ci	case MADERA_DSP6AUX4MIX_INPUT_1_SOURCE:
265162306a36Sopenharmony_ci	case MADERA_DSP6AUX5MIX_INPUT_1_SOURCE:
265262306a36Sopenharmony_ci	case MADERA_DSP6AUX6MIX_INPUT_1_SOURCE:
265362306a36Sopenharmony_ci	case MADERA_DSP7LMIX_INPUT_1_SOURCE:
265462306a36Sopenharmony_ci	case MADERA_DSP7LMIX_INPUT_1_VOLUME:
265562306a36Sopenharmony_ci	case MADERA_DSP7LMIX_INPUT_2_SOURCE:
265662306a36Sopenharmony_ci	case MADERA_DSP7LMIX_INPUT_2_VOLUME:
265762306a36Sopenharmony_ci	case MADERA_DSP7LMIX_INPUT_3_SOURCE:
265862306a36Sopenharmony_ci	case MADERA_DSP7LMIX_INPUT_3_VOLUME:
265962306a36Sopenharmony_ci	case MADERA_DSP7LMIX_INPUT_4_SOURCE:
266062306a36Sopenharmony_ci	case MADERA_DSP7LMIX_INPUT_4_VOLUME:
266162306a36Sopenharmony_ci	case MADERA_DSP7RMIX_INPUT_1_SOURCE:
266262306a36Sopenharmony_ci	case MADERA_DSP7RMIX_INPUT_1_VOLUME:
266362306a36Sopenharmony_ci	case MADERA_DSP7RMIX_INPUT_2_SOURCE:
266462306a36Sopenharmony_ci	case MADERA_DSP7RMIX_INPUT_2_VOLUME:
266562306a36Sopenharmony_ci	case MADERA_DSP7RMIX_INPUT_3_SOURCE:
266662306a36Sopenharmony_ci	case MADERA_DSP7RMIX_INPUT_3_VOLUME:
266762306a36Sopenharmony_ci	case MADERA_DSP7RMIX_INPUT_4_SOURCE:
266862306a36Sopenharmony_ci	case MADERA_DSP7RMIX_INPUT_4_VOLUME:
266962306a36Sopenharmony_ci	case MADERA_DSP7AUX1MIX_INPUT_1_SOURCE:
267062306a36Sopenharmony_ci	case MADERA_DSP7AUX2MIX_INPUT_1_SOURCE:
267162306a36Sopenharmony_ci	case MADERA_DSP7AUX3MIX_INPUT_1_SOURCE:
267262306a36Sopenharmony_ci	case MADERA_DSP7AUX4MIX_INPUT_1_SOURCE:
267362306a36Sopenharmony_ci	case MADERA_DSP7AUX5MIX_INPUT_1_SOURCE:
267462306a36Sopenharmony_ci	case MADERA_DSP7AUX6MIX_INPUT_1_SOURCE:
267562306a36Sopenharmony_ci	case MADERA_FX_CTRL1:
267662306a36Sopenharmony_ci	case MADERA_FX_CTRL2:
267762306a36Sopenharmony_ci	case MADERA_EQ1_1 ... MADERA_EQ1_21:
267862306a36Sopenharmony_ci	case MADERA_EQ2_1 ... MADERA_EQ2_21:
267962306a36Sopenharmony_ci	case MADERA_EQ3_1 ... MADERA_EQ3_21:
268062306a36Sopenharmony_ci	case MADERA_EQ4_1 ... MADERA_EQ4_21:
268162306a36Sopenharmony_ci	case MADERA_DRC1_CTRL1:
268262306a36Sopenharmony_ci	case MADERA_DRC1_CTRL2:
268362306a36Sopenharmony_ci	case MADERA_DRC1_CTRL3:
268462306a36Sopenharmony_ci	case MADERA_DRC1_CTRL4:
268562306a36Sopenharmony_ci	case MADERA_DRC1_CTRL5:
268662306a36Sopenharmony_ci	case MADERA_DRC2_CTRL1:
268762306a36Sopenharmony_ci	case MADERA_DRC2_CTRL2:
268862306a36Sopenharmony_ci	case MADERA_DRC2_CTRL3:
268962306a36Sopenharmony_ci	case MADERA_DRC2_CTRL4:
269062306a36Sopenharmony_ci	case MADERA_DRC2_CTRL5:
269162306a36Sopenharmony_ci	case MADERA_HPLPF1_1:
269262306a36Sopenharmony_ci	case MADERA_HPLPF1_2:
269362306a36Sopenharmony_ci	case MADERA_HPLPF2_1:
269462306a36Sopenharmony_ci	case MADERA_HPLPF2_2:
269562306a36Sopenharmony_ci	case MADERA_HPLPF3_1:
269662306a36Sopenharmony_ci	case MADERA_HPLPF3_2:
269762306a36Sopenharmony_ci	case MADERA_HPLPF4_1:
269862306a36Sopenharmony_ci	case MADERA_HPLPF4_2:
269962306a36Sopenharmony_ci	case MADERA_ASRC1_ENABLE:
270062306a36Sopenharmony_ci	case MADERA_ASRC1_STATUS:
270162306a36Sopenharmony_ci	case MADERA_ASRC1_RATE1:
270262306a36Sopenharmony_ci	case MADERA_ASRC1_RATE2:
270362306a36Sopenharmony_ci	case MADERA_ASRC2_ENABLE:
270462306a36Sopenharmony_ci	case MADERA_ASRC2_STATUS:
270562306a36Sopenharmony_ci	case MADERA_ASRC2_RATE1:
270662306a36Sopenharmony_ci	case MADERA_ASRC2_RATE2:
270762306a36Sopenharmony_ci	case MADERA_ISRC_1_CTRL_1:
270862306a36Sopenharmony_ci	case MADERA_ISRC_1_CTRL_2:
270962306a36Sopenharmony_ci	case MADERA_ISRC_1_CTRL_3:
271062306a36Sopenharmony_ci	case MADERA_ISRC_2_CTRL_1:
271162306a36Sopenharmony_ci	case MADERA_ISRC_2_CTRL_2:
271262306a36Sopenharmony_ci	case MADERA_ISRC_2_CTRL_3:
271362306a36Sopenharmony_ci	case MADERA_ISRC_3_CTRL_1:
271462306a36Sopenharmony_ci	case MADERA_ISRC_3_CTRL_2:
271562306a36Sopenharmony_ci	case MADERA_ISRC_3_CTRL_3:
271662306a36Sopenharmony_ci	case MADERA_ISRC_4_CTRL_1:
271762306a36Sopenharmony_ci	case MADERA_ISRC_4_CTRL_2:
271862306a36Sopenharmony_ci	case MADERA_ISRC_4_CTRL_3:
271962306a36Sopenharmony_ci	case MADERA_CLOCK_CONTROL:
272062306a36Sopenharmony_ci	case MADERA_ANC_SRC:
272162306a36Sopenharmony_ci	case MADERA_DSP_STATUS:
272262306a36Sopenharmony_ci	case MADERA_ANC_COEFF_START ... MADERA_ANC_COEFF_END:
272362306a36Sopenharmony_ci	case MADERA_FCL_FILTER_CONTROL:
272462306a36Sopenharmony_ci	case MADERA_FCL_ADC_REFORMATTER_CONTROL:
272562306a36Sopenharmony_ci	case MADERA_FCL_COEFF_START ... MADERA_FCL_COEFF_END:
272662306a36Sopenharmony_ci	case MADERA_FCR_FILTER_CONTROL:
272762306a36Sopenharmony_ci	case MADERA_FCR_ADC_REFORMATTER_CONTROL:
272862306a36Sopenharmony_ci	case MADERA_FCR_COEFF_START ... MADERA_FCR_COEFF_END:
272962306a36Sopenharmony_ci	case MADERA_GPIO1_CTRL_1 ... MADERA_GPIO40_CTRL_2:
273062306a36Sopenharmony_ci	case MADERA_IRQ1_STATUS_1 ... MADERA_IRQ1_STATUS_33:
273162306a36Sopenharmony_ci	case MADERA_IRQ1_MASK_1 ... MADERA_IRQ1_MASK_33:
273262306a36Sopenharmony_ci	case MADERA_IRQ1_RAW_STATUS_1 ... MADERA_IRQ1_RAW_STATUS_33:
273362306a36Sopenharmony_ci	case MADERA_INTERRUPT_DEBOUNCE_7:
273462306a36Sopenharmony_ci	case MADERA_IRQ1_CTRL:
273562306a36Sopenharmony_ci		return true;
273662306a36Sopenharmony_ci	default:
273762306a36Sopenharmony_ci		return false;
273862306a36Sopenharmony_ci	}
273962306a36Sopenharmony_ci}
274062306a36Sopenharmony_ci
274162306a36Sopenharmony_cistatic bool cs47l85_16bit_volatile_register(struct device *dev,
274262306a36Sopenharmony_ci					    unsigned int reg)
274362306a36Sopenharmony_ci{
274462306a36Sopenharmony_ci	switch (reg) {
274562306a36Sopenharmony_ci	case MADERA_SOFTWARE_RESET:
274662306a36Sopenharmony_ci	case MADERA_HARDWARE_REVISION:
274762306a36Sopenharmony_ci	case MADERA_WRITE_SEQUENCER_CTRL_0:
274862306a36Sopenharmony_ci	case MADERA_WRITE_SEQUENCER_CTRL_1:
274962306a36Sopenharmony_ci	case MADERA_WRITE_SEQUENCER_CTRL_2:
275062306a36Sopenharmony_ci	case MADERA_HAPTICS_STATUS:
275162306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_1_STATUS:
275262306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_2_STATUS:
275362306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_3_STATUS:
275462306a36Sopenharmony_ci	case MADERA_ASYNC_SAMPLE_RATE_1_STATUS:
275562306a36Sopenharmony_ci	case MADERA_ASYNC_SAMPLE_RATE_2_STATUS:
275662306a36Sopenharmony_ci	case MADERA_HP_CTRL_1L:
275762306a36Sopenharmony_ci	case MADERA_HP_CTRL_1R:
275862306a36Sopenharmony_ci	case MADERA_HP_CTRL_2L:
275962306a36Sopenharmony_ci	case MADERA_HP_CTRL_2R:
276062306a36Sopenharmony_ci	case MADERA_HP_CTRL_3L:
276162306a36Sopenharmony_ci	case MADERA_HP_CTRL_3R:
276262306a36Sopenharmony_ci	case MADERA_DCS_HP1L_CONTROL:
276362306a36Sopenharmony_ci	case MADERA_DCS_HP1R_CONTROL:
276462306a36Sopenharmony_ci	case MADERA_MIC_DETECT_1_CONTROL_3:
276562306a36Sopenharmony_ci	case MADERA_MIC_DETECT_1_CONTROL_4:
276662306a36Sopenharmony_ci	case MADERA_HEADPHONE_DETECT_2:
276762306a36Sopenharmony_ci	case MADERA_HEADPHONE_DETECT_3:
276862306a36Sopenharmony_ci	case MADERA_HEADPHONE_DETECT_5:
276962306a36Sopenharmony_ci	case MADERA_INPUT_ENABLES_STATUS:
277062306a36Sopenharmony_ci	case MADERA_OUTPUT_STATUS_1:
277162306a36Sopenharmony_ci	case MADERA_RAW_OUTPUT_STATUS_1:
277262306a36Sopenharmony_ci	case MADERA_SPD1_TX_CHANNEL_STATUS_1:
277362306a36Sopenharmony_ci	case MADERA_SPD1_TX_CHANNEL_STATUS_2:
277462306a36Sopenharmony_ci	case MADERA_SPD1_TX_CHANNEL_STATUS_3:
277562306a36Sopenharmony_ci	case MADERA_SLIMBUS_RX_PORT_STATUS:
277662306a36Sopenharmony_ci	case MADERA_SLIMBUS_TX_PORT_STATUS:
277762306a36Sopenharmony_ci	case MADERA_FX_CTRL2:
277862306a36Sopenharmony_ci	case MADERA_ASRC2_STATUS:
277962306a36Sopenharmony_ci	case MADERA_ASRC1_STATUS:
278062306a36Sopenharmony_ci	case MADERA_CLOCK_CONTROL:
278162306a36Sopenharmony_ci	case MADERA_IRQ1_STATUS_1 ...MADERA_IRQ1_STATUS_33:
278262306a36Sopenharmony_ci	case MADERA_IRQ1_RAW_STATUS_1 ... MADERA_IRQ1_RAW_STATUS_33:
278362306a36Sopenharmony_ci		return true;
278462306a36Sopenharmony_ci	default:
278562306a36Sopenharmony_ci		return false;
278662306a36Sopenharmony_ci	}
278762306a36Sopenharmony_ci}
278862306a36Sopenharmony_ci
278962306a36Sopenharmony_cistatic bool cs47l85_32bit_readable_register(struct device *dev,
279062306a36Sopenharmony_ci					    unsigned int reg)
279162306a36Sopenharmony_ci{
279262306a36Sopenharmony_ci	switch (reg) {
279362306a36Sopenharmony_ci	case MADERA_WSEQ_SEQUENCE_1 ... MADERA_WSEQ_SEQUENCE_508:
279462306a36Sopenharmony_ci	case CS47L85_OTP_HPDET_CAL_1 ... CS47L85_OTP_HPDET_CAL_2:
279562306a36Sopenharmony_ci	case MADERA_DSP1_CONFIG_1 ... MADERA_DSP1_SCRATCH_2:
279662306a36Sopenharmony_ci	case MADERA_DSP2_CONFIG_1 ... MADERA_DSP2_SCRATCH_2:
279762306a36Sopenharmony_ci	case MADERA_DSP3_CONFIG_1 ... MADERA_DSP3_SCRATCH_2:
279862306a36Sopenharmony_ci	case MADERA_DSP4_CONFIG_1 ... MADERA_DSP4_SCRATCH_2:
279962306a36Sopenharmony_ci	case MADERA_DSP5_CONFIG_1 ... MADERA_DSP5_SCRATCH_2:
280062306a36Sopenharmony_ci	case MADERA_DSP6_CONFIG_1 ... MADERA_DSP6_SCRATCH_2:
280162306a36Sopenharmony_ci	case MADERA_DSP7_CONFIG_1 ... MADERA_DSP7_SCRATCH_2:
280262306a36Sopenharmony_ci		return true;
280362306a36Sopenharmony_ci	default:
280462306a36Sopenharmony_ci		return cs47l85_is_adsp_memory(reg);
280562306a36Sopenharmony_ci	}
280662306a36Sopenharmony_ci}
280762306a36Sopenharmony_ci
280862306a36Sopenharmony_cistatic bool cs47l85_32bit_volatile_register(struct device *dev,
280962306a36Sopenharmony_ci					    unsigned int reg)
281062306a36Sopenharmony_ci{
281162306a36Sopenharmony_ci	switch (reg) {
281262306a36Sopenharmony_ci	case MADERA_WSEQ_SEQUENCE_1 ... MADERA_WSEQ_SEQUENCE_508:
281362306a36Sopenharmony_ci	case CS47L85_OTP_HPDET_CAL_1 ... CS47L85_OTP_HPDET_CAL_2:
281462306a36Sopenharmony_ci	case MADERA_DSP1_CONFIG_1 ... MADERA_DSP1_SCRATCH_2:
281562306a36Sopenharmony_ci	case MADERA_DSP2_CONFIG_1 ... MADERA_DSP2_SCRATCH_2:
281662306a36Sopenharmony_ci	case MADERA_DSP3_CONFIG_1 ... MADERA_DSP3_SCRATCH_2:
281762306a36Sopenharmony_ci	case MADERA_DSP4_CONFIG_1 ... MADERA_DSP4_SCRATCH_2:
281862306a36Sopenharmony_ci	case MADERA_DSP5_CONFIG_1 ... MADERA_DSP5_SCRATCH_2:
281962306a36Sopenharmony_ci	case MADERA_DSP6_CONFIG_1 ... MADERA_DSP6_SCRATCH_2:
282062306a36Sopenharmony_ci	case MADERA_DSP7_CONFIG_1 ... MADERA_DSP7_SCRATCH_2:
282162306a36Sopenharmony_ci		return true;
282262306a36Sopenharmony_ci	default:
282362306a36Sopenharmony_ci		return cs47l85_is_adsp_memory(reg);
282462306a36Sopenharmony_ci	}
282562306a36Sopenharmony_ci}
282662306a36Sopenharmony_ci
282762306a36Sopenharmony_ciconst struct regmap_config cs47l85_16bit_spi_regmap = {
282862306a36Sopenharmony_ci	.name = "cs47l85_16bit",
282962306a36Sopenharmony_ci	.reg_bits = 32,
283062306a36Sopenharmony_ci	.pad_bits = 16,
283162306a36Sopenharmony_ci	.val_bits = 16,
283262306a36Sopenharmony_ci	.reg_format_endian = REGMAP_ENDIAN_BIG,
283362306a36Sopenharmony_ci	.val_format_endian = REGMAP_ENDIAN_BIG,
283462306a36Sopenharmony_ci
283562306a36Sopenharmony_ci	.max_register = 0x2fff,
283662306a36Sopenharmony_ci	.readable_reg = cs47l85_16bit_readable_register,
283762306a36Sopenharmony_ci	.volatile_reg = cs47l85_16bit_volatile_register,
283862306a36Sopenharmony_ci
283962306a36Sopenharmony_ci	.cache_type = REGCACHE_MAPLE,
284062306a36Sopenharmony_ci	.reg_defaults = cs47l85_reg_default,
284162306a36Sopenharmony_ci	.num_reg_defaults = ARRAY_SIZE(cs47l85_reg_default),
284262306a36Sopenharmony_ci};
284362306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(cs47l85_16bit_spi_regmap);
284462306a36Sopenharmony_ci
284562306a36Sopenharmony_ciconst struct regmap_config cs47l85_16bit_i2c_regmap = {
284662306a36Sopenharmony_ci	.name = "cs47l85_16bit",
284762306a36Sopenharmony_ci	.reg_bits = 32,
284862306a36Sopenharmony_ci	.val_bits = 16,
284962306a36Sopenharmony_ci	.reg_format_endian = REGMAP_ENDIAN_BIG,
285062306a36Sopenharmony_ci	.val_format_endian = REGMAP_ENDIAN_BIG,
285162306a36Sopenharmony_ci
285262306a36Sopenharmony_ci	.max_register = 0x2fff,
285362306a36Sopenharmony_ci	.readable_reg = cs47l85_16bit_readable_register,
285462306a36Sopenharmony_ci	.volatile_reg = cs47l85_16bit_volatile_register,
285562306a36Sopenharmony_ci
285662306a36Sopenharmony_ci	.cache_type = REGCACHE_MAPLE,
285762306a36Sopenharmony_ci	.reg_defaults = cs47l85_reg_default,
285862306a36Sopenharmony_ci	.num_reg_defaults = ARRAY_SIZE(cs47l85_reg_default),
285962306a36Sopenharmony_ci};
286062306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(cs47l85_16bit_i2c_regmap);
286162306a36Sopenharmony_ci
286262306a36Sopenharmony_ciconst struct regmap_config cs47l85_32bit_spi_regmap = {
286362306a36Sopenharmony_ci	.name = "cs47l85_32bit",
286462306a36Sopenharmony_ci	.reg_bits = 32,
286562306a36Sopenharmony_ci	.reg_stride = 2,
286662306a36Sopenharmony_ci	.pad_bits = 16,
286762306a36Sopenharmony_ci	.val_bits = 32,
286862306a36Sopenharmony_ci	.reg_format_endian = REGMAP_ENDIAN_BIG,
286962306a36Sopenharmony_ci	.val_format_endian = REGMAP_ENDIAN_BIG,
287062306a36Sopenharmony_ci
287162306a36Sopenharmony_ci	.max_register = MADERA_DSP7_SCRATCH_2,
287262306a36Sopenharmony_ci	.readable_reg = cs47l85_32bit_readable_register,
287362306a36Sopenharmony_ci	.volatile_reg = cs47l85_32bit_volatile_register,
287462306a36Sopenharmony_ci
287562306a36Sopenharmony_ci	.cache_type = REGCACHE_MAPLE,
287662306a36Sopenharmony_ci};
287762306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(cs47l85_32bit_spi_regmap);
287862306a36Sopenharmony_ci
287962306a36Sopenharmony_ciconst struct regmap_config cs47l85_32bit_i2c_regmap = {
288062306a36Sopenharmony_ci	.name = "cs47l85_32bit",
288162306a36Sopenharmony_ci	.reg_bits = 32,
288262306a36Sopenharmony_ci	.reg_stride = 2,
288362306a36Sopenharmony_ci	.val_bits = 32,
288462306a36Sopenharmony_ci	.reg_format_endian = REGMAP_ENDIAN_BIG,
288562306a36Sopenharmony_ci	.val_format_endian = REGMAP_ENDIAN_BIG,
288662306a36Sopenharmony_ci
288762306a36Sopenharmony_ci	.max_register = MADERA_DSP7_SCRATCH_2,
288862306a36Sopenharmony_ci	.readable_reg = cs47l85_32bit_readable_register,
288962306a36Sopenharmony_ci	.volatile_reg = cs47l85_32bit_volatile_register,
289062306a36Sopenharmony_ci
289162306a36Sopenharmony_ci	.cache_type = REGCACHE_MAPLE,
289262306a36Sopenharmony_ci};
289362306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(cs47l85_32bit_i2c_regmap);
2894