162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Regmap tables for CS47L35 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 cs47l35_reva_16_patch[] = {
1862306a36Sopenharmony_ci	{ 0x460, 0x0c40 },
1962306a36Sopenharmony_ci	{ 0x461, 0xcd1a },
2062306a36Sopenharmony_ci	{ 0x462, 0x0c40 },
2162306a36Sopenharmony_ci	{ 0x463, 0xb53b },
2262306a36Sopenharmony_ci	{ 0x464, 0x0c40 },
2362306a36Sopenharmony_ci	{ 0x465, 0x7503 },
2462306a36Sopenharmony_ci	{ 0x466, 0x0c40 },
2562306a36Sopenharmony_ci	{ 0x467, 0x4a41 },
2662306a36Sopenharmony_ci	{ 0x468, 0x0041 },
2762306a36Sopenharmony_ci	{ 0x469, 0x3491 },
2862306a36Sopenharmony_ci	{ 0x46a, 0x0841 },
2962306a36Sopenharmony_ci	{ 0x46b, 0x1f50 },
3062306a36Sopenharmony_ci	{ 0x46c, 0x0446 },
3162306a36Sopenharmony_ci	{ 0x46d, 0x14ed },
3262306a36Sopenharmony_ci	{ 0x46e, 0x0446 },
3362306a36Sopenharmony_ci	{ 0x46f, 0x1455 },
3462306a36Sopenharmony_ci	{ 0x470, 0x04c6 },
3562306a36Sopenharmony_ci	{ 0x471, 0x1220 },
3662306a36Sopenharmony_ci	{ 0x472, 0x04c6 },
3762306a36Sopenharmony_ci	{ 0x473, 0x040f },
3862306a36Sopenharmony_ci	{ 0x474, 0x04ce },
3962306a36Sopenharmony_ci	{ 0x475, 0x0339 },
4062306a36Sopenharmony_ci	{ 0x476, 0x05df },
4162306a36Sopenharmony_ci	{ 0x477, 0x028f },
4262306a36Sopenharmony_ci	{ 0x478, 0x05df },
4362306a36Sopenharmony_ci	{ 0x479, 0x0209 },
4462306a36Sopenharmony_ci	{ 0x47a, 0x05df },
4562306a36Sopenharmony_ci	{ 0x47b, 0x00cf },
4662306a36Sopenharmony_ci	{ 0x47c, 0x05df },
4762306a36Sopenharmony_ci	{ 0x47d, 0x0001 },
4862306a36Sopenharmony_ci	{ 0x47e, 0x07ff },
4962306a36Sopenharmony_ci};
5062306a36Sopenharmony_ci
5162306a36Sopenharmony_ciint cs47l35_patch(struct madera *madera)
5262306a36Sopenharmony_ci{
5362306a36Sopenharmony_ci	int ret;
5462306a36Sopenharmony_ci
5562306a36Sopenharmony_ci	ret = regmap_register_patch(madera->regmap, cs47l35_reva_16_patch,
5662306a36Sopenharmony_ci				    ARRAY_SIZE(cs47l35_reva_16_patch));
5762306a36Sopenharmony_ci	if (ret < 0)
5862306a36Sopenharmony_ci		dev_err(madera->dev, "Error applying patch: %d\n", ret);
5962306a36Sopenharmony_ci
6062306a36Sopenharmony_ci	return ret;
6162306a36Sopenharmony_ci}
6262306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(cs47l35_patch);
6362306a36Sopenharmony_ci
6462306a36Sopenharmony_cistatic const struct reg_default cs47l35_reg_default[] = {
6562306a36Sopenharmony_ci	{ 0x00000020, 0x0000 }, /* R32 (0x20) - Tone Generator 1 */
6662306a36Sopenharmony_ci	{ 0x00000021, 0x1000 }, /* R33 (0x21) - Tone Generator 2 */
6762306a36Sopenharmony_ci	{ 0x00000022, 0x0000 }, /* R34 (0x22) - Tone Generator 3 */
6862306a36Sopenharmony_ci	{ 0x00000023, 0x1000 }, /* R35 (0x23) - Tone Generator 4 */
6962306a36Sopenharmony_ci	{ 0x00000024, 0x0000 }, /* R36 (0x24) - Tone Generator 5 */
7062306a36Sopenharmony_ci	{ 0x00000030, 0x0000 }, /* R48 (0x30) - PWM Drive 1 */
7162306a36Sopenharmony_ci	{ 0x00000031, 0x0100 }, /* R49 (0x31) - PWM Drive 2 */
7262306a36Sopenharmony_ci	{ 0x00000032, 0x0100 }, /* R50 (0x32) - PWM Drive 3 */
7362306a36Sopenharmony_ci	{ 0x00000061, 0x01ff }, /* R97 (0x61) - Sample Rate Sequence Select 1 */
7462306a36Sopenharmony_ci	{ 0x00000062, 0x01ff }, /* R98 (0x62) - Sample Rate Sequence Select 2 */
7562306a36Sopenharmony_ci	{ 0x00000063, 0x01ff }, /* R99 (0x63) - Sample Rate Sequence Select 3 */
7662306a36Sopenharmony_ci	{ 0x00000064, 0x01ff }, /* R100 (0x64) - Sample Rate Sequence Select 4*/
7762306a36Sopenharmony_ci	{ 0x00000066, 0x01ff }, /* R102 (0x66) - Always On Triggers Sequence Select 1*/
7862306a36Sopenharmony_ci	{ 0x00000067, 0x01ff }, /* R103 (0x67) - Always On Triggers Sequence Select 2*/
7962306a36Sopenharmony_ci	{ 0x00000090, 0x0000 }, /* R144 (0x90) - Haptics Control 1 */
8062306a36Sopenharmony_ci	{ 0x00000091, 0x7fff }, /* R145 (0x91) - Haptics Control 2 */
8162306a36Sopenharmony_ci	{ 0x00000092, 0x0000 }, /* R146 (0x92) - Haptics phase 1 intensity */
8262306a36Sopenharmony_ci	{ 0x00000093, 0x0000 }, /* R147 (0x93) - Haptics phase 1 duration */
8362306a36Sopenharmony_ci	{ 0x00000094, 0x0000 }, /* R148 (0x94) - Haptics phase 2 intensity */
8462306a36Sopenharmony_ci	{ 0x00000095, 0x0000 }, /* R149 (0x95) - Haptics phase 2 duration */
8562306a36Sopenharmony_ci	{ 0x00000096, 0x0000 }, /* R150 (0x96) - Haptics phase 3 intensity */
8662306a36Sopenharmony_ci	{ 0x00000097, 0x0000 }, /* R151 (0x97) - Haptics phase 3 duration */
8762306a36Sopenharmony_ci	{ 0x000000A0, 0x0000 }, /* R160 (0xa0) - Comfort Noise Generator */
8862306a36Sopenharmony_ci	{ 0x00000100, 0x0002 }, /* R256 (0x100) - Clock 32k 1 */
8962306a36Sopenharmony_ci	{ 0x00000101, 0x0404 }, /* R257 (0x101) - System Clock 1 */
9062306a36Sopenharmony_ci	{ 0x00000102, 0x0011 }, /* R258 (0x102) - Sample rate 1 */
9162306a36Sopenharmony_ci	{ 0x00000103, 0x0011 }, /* R259 (0x103) - Sample rate 2 */
9262306a36Sopenharmony_ci	{ 0x00000104, 0x0011 }, /* R260 (0x104) - Sample rate 3 */
9362306a36Sopenharmony_ci	{ 0x00000120, 0x0305 }, /* R288 (0x120) - DSP Clock 1 */
9462306a36Sopenharmony_ci	{ 0x00000122, 0x0000 }, /* R290 (0x122) - DSP Clock 2 */
9562306a36Sopenharmony_ci	{ 0x00000149, 0x0000 }, /* R329 (0x149) - Output system clock */
9662306a36Sopenharmony_ci	{ 0x0000014a, 0x0000 }, /* R330 (0x14a) - Output async clock */
9762306a36Sopenharmony_ci	{ 0x00000152, 0x0000 }, /* R338 (0x152) - Rate Estimator 1 */
9862306a36Sopenharmony_ci	{ 0x00000153, 0x0000 }, /* R339 (0x153) - Rate Estimator 2 */
9962306a36Sopenharmony_ci	{ 0x00000154, 0x0000 }, /* R340 (0x154) - Rate Estimator 3 */
10062306a36Sopenharmony_ci	{ 0x00000155, 0x0000 }, /* R341 (0x155) - Rate Estimator 4 */
10162306a36Sopenharmony_ci	{ 0x00000156, 0x0000 }, /* R342 (0x156) - Rate Estimator 5 */
10262306a36Sopenharmony_ci	{ 0x00000171, 0x0002 }, /* R369 (0x171) - FLL1 Control 1 */
10362306a36Sopenharmony_ci	{ 0x00000172, 0x0008 }, /* R370 (0x172) - FLL1 Control 2 */
10462306a36Sopenharmony_ci	{ 0x00000173, 0x0018 }, /* R371 (0x173) - FLL1 Control 3 */
10562306a36Sopenharmony_ci	{ 0x00000174, 0x007d }, /* R372 (0x174) - FLL1 Control 4 */
10662306a36Sopenharmony_ci	{ 0x00000175, 0x0000 }, /* R373 (0x175) - FLL1 Control 5 */
10762306a36Sopenharmony_ci	{ 0x00000176, 0x0000 }, /* R374 (0x176) - FLL1 Control 6 */
10862306a36Sopenharmony_ci	{ 0x00000179, 0x0000 }, /* R377 (0x179) - FLL1 Control 7 */
10962306a36Sopenharmony_ci	{ 0x0000017a, 0x2906 }, /* R378 (0x17a) - FLL1 EFS2 */
11062306a36Sopenharmony_ci	{ 0x0000017f, 0x0000 }, /* R383 (0x17f) - FLL1 Synchroniser 1 */
11162306a36Sopenharmony_ci	{ 0x00000180, 0x0000 }, /* R384 (0x180) - FLL1 Synchroniser 2 */
11262306a36Sopenharmony_ci	{ 0x00000181, 0x0000 }, /* R385 (0x181) - FLL1 Synchroniser 3 */
11362306a36Sopenharmony_ci	{ 0x00000182, 0x0000 }, /* R386 (0x182) - FLL1 Synchroniser 4 */
11462306a36Sopenharmony_ci	{ 0x00000183, 0x0000 }, /* R387 (0x183) - FLL1 Synchroniser 5 */
11562306a36Sopenharmony_ci	{ 0x00000184, 0x0000 }, /* R388 (0x184) - FLL1 Synchroniser 6 */
11662306a36Sopenharmony_ci	{ 0x00000185, 0x0001 }, /* R389 (0x185) - FLL1 Synchroniser 7 */
11762306a36Sopenharmony_ci	{ 0x00000187, 0x0000 }, /* R391 (0x187) - FLL1 Spread Spectrum */
11862306a36Sopenharmony_ci	{ 0x00000188, 0x000c }, /* R392 (0x188) - FLL1 GPIO Clock */
11962306a36Sopenharmony_ci	{ 0x00000200, 0x0006 }, /* R512 (0x200) - Mic Charge Pump 1 */
12062306a36Sopenharmony_ci	{ 0x0000020b, 0x0400 }, /* R523 (0x20b) - HP Charge Pump 8 */
12162306a36Sopenharmony_ci	{ 0x00000213, 0x03e4 }, /* R531 (0x213) - LDO2 Control 1 */
12262306a36Sopenharmony_ci	{ 0x00000218, 0x00e6 }, /* R536 (0x218) - Mic Bias Ctrl 1 */
12362306a36Sopenharmony_ci	{ 0x00000219, 0x00e6 }, /* R537 (0x219) - Mic Bias Ctrl 2 */
12462306a36Sopenharmony_ci	{ 0x0000021c, 0x0022 }, /* R540 (0x21c) - Mic Bias Ctrl 5 */
12562306a36Sopenharmony_ci	{ 0x0000021e, 0x0022 }, /* R542 (0x21e) - Mic Bias Ctrl 6 */
12662306a36Sopenharmony_ci	{ 0x0000027e, 0x0000 }, /* R638 (0x27e) - EDRE HP stereo control */
12762306a36Sopenharmony_ci	{ 0x00000293, 0x0080 }, /* R659 (0x293) - Accessory Detect Mode 1 */
12862306a36Sopenharmony_ci	{ 0x0000029b, 0x0000 }, /* R667 (0x29b) - Headphone Detect 1 */
12962306a36Sopenharmony_ci	{ 0x000002a3, 0x1102 }, /* R675 (0x2a3) - Mic Detect Control 1 */
13062306a36Sopenharmony_ci	{ 0x000002a4, 0x009f }, /* R676 (0x2a4) - Mic Detect Control 2 */
13162306a36Sopenharmony_ci	{ 0x000002a6, 0x3d3d }, /* R678 (0x2a6) - Mic Detect Level 1 */
13262306a36Sopenharmony_ci	{ 0x000002a7, 0x3d3d }, /* R679 (0x2a7) - Mic Detect Level 2 */
13362306a36Sopenharmony_ci	{ 0x000002a8, 0x333d }, /* R680 (0x2a8) - Mic Detect Level 3 */
13462306a36Sopenharmony_ci	{ 0x000002a9, 0x202d }, /* R681 (0x2a9) - Mic Detect Level 4 */
13562306a36Sopenharmony_ci	{ 0x000002c6, 0x0010 }, /* R710 (0x2c5) - Mic Clamp control */
13662306a36Sopenharmony_ci	{ 0x000002c8, 0x0000 }, /* R712 (0x2c8) - GP switch 1 */
13762306a36Sopenharmony_ci	{ 0x000002d3, 0x0000 }, /* R723 (0x2d3) - Jack detect analogue */
13862306a36Sopenharmony_ci	{ 0x00000300, 0x0000 }, /* R768 (0x300) - Input Enables */
13962306a36Sopenharmony_ci	{ 0x00000308, 0x0000 }, /* R776 (0x308) - Input Rate */
14062306a36Sopenharmony_ci	{ 0x00000309, 0x0022 }, /* R777 (0x309) - Input Volume Ramp */
14162306a36Sopenharmony_ci	{ 0x0000030c, 0x0002 }, /* R780 (0x30c) - HPF Control */
14262306a36Sopenharmony_ci	{ 0x00000310, 0x0080 }, /* R784 (0x310) - IN1L Control */
14362306a36Sopenharmony_ci	{ 0x00000311, 0x0180 }, /* R785 (0x311) - ADC Digital Volume 1L */
14462306a36Sopenharmony_ci	{ 0x00000312, 0x0500 }, /* R786 (0x312) - DMIC1L Control */
14562306a36Sopenharmony_ci	{ 0x00000314, 0x0080 }, /* R788 (0x314) - IN1R Control */
14662306a36Sopenharmony_ci	{ 0x00000315, 0x0180 }, /* R789 (0x315) - ADC Digital Volume 1R */
14762306a36Sopenharmony_ci	{ 0x00000316, 0x0000 }, /* R790 (0x316) - DMIC1R Control */
14862306a36Sopenharmony_ci	{ 0x00000318, 0x0080 }, /* R792 (0x318) - IN2L Control */
14962306a36Sopenharmony_ci	{ 0x00000319, 0x0180 }, /* R793 (0x319) - ADC Digital Volume 2L */
15062306a36Sopenharmony_ci	{ 0x0000031a, 0x0500 }, /* R794 (0x31a) - DMIC2L Control */
15162306a36Sopenharmony_ci	{ 0x0000031c, 0x0080 }, /* R796 (0x31c) - IN2R Control */
15262306a36Sopenharmony_ci	{ 0x0000031d, 0x0180 }, /* R797 (0x31d) - ADC Digital Volume 2R */
15362306a36Sopenharmony_ci	{ 0x0000031e, 0x0000 }, /* R798 (0x31e) - DMIC2R Control */
15462306a36Sopenharmony_ci	{ 0x00000400, 0x0000 }, /* R1024 (0x400) - Output Enables 1 */
15562306a36Sopenharmony_ci	{ 0x00000408, 0x0000 }, /* R1032 (0x408) - Output Rate 1 */
15662306a36Sopenharmony_ci	{ 0x00000409, 0x0022 }, /* R1033 (0x409) - Output Volume Ramp */
15762306a36Sopenharmony_ci	{ 0x00000410, 0x0080 }, /* R1040 (0x410) - Output Path Config 1L */
15862306a36Sopenharmony_ci	{ 0x00000411, 0x0180 }, /* R1041 (0x411) - DAC Digital Volume 1L */
15962306a36Sopenharmony_ci	{ 0x00000413, 0x0001 }, /* R1043 (0x413) - Noise Gate Select 1L */
16062306a36Sopenharmony_ci	{ 0x00000414, 0x0080 }, /* R1044 (0x414) - Output Path Config 1R */
16162306a36Sopenharmony_ci	{ 0x00000415, 0x0180 }, /* R1045 (0x415) - DAC Digital Volume 1R */
16262306a36Sopenharmony_ci	{ 0x00000417, 0x0002 }, /* R1047 (0x417) - Noise Gate Select 1R */
16362306a36Sopenharmony_ci	{ 0x00000428, 0x0000 }, /* R1064 (0x428) - Output Path Config 4L */
16462306a36Sopenharmony_ci	{ 0x00000429, 0x0180 }, /* R1065 (0x429) - DAC Digital Volume 4L */
16562306a36Sopenharmony_ci	{ 0x0000042b, 0x0040 }, /* R1067 (0x42b) - Noise Gate Select 4L */
16662306a36Sopenharmony_ci	{ 0x00000430, 0x0000 }, /* R1072 (0x430) - Output Path Config 5L */
16762306a36Sopenharmony_ci	{ 0x00000431, 0x0180 }, /* R1073 (0x431) - DAC Digital Volume 5L */
16862306a36Sopenharmony_ci	{ 0x00000433, 0x0100 }, /* R1075 (0x433) - Noise Gate Select 5L */
16962306a36Sopenharmony_ci	{ 0x00000434, 0x0000 }, /* R1076 (0x434) - Output Path Config 5R */
17062306a36Sopenharmony_ci	{ 0x00000435, 0x0180 }, /* R1077 (0x435) - DAC Digital Volume 5R */
17162306a36Sopenharmony_ci	{ 0x00000437, 0x0200 }, /* R1079 (0x437) - Noise Gate Select 5R */
17262306a36Sopenharmony_ci	{ 0x00000450, 0x0000 }, /* R1104 (0x450) - DAC AEC Control 1 */
17362306a36Sopenharmony_ci	{ 0x00000451, 0x0000 }, /* R1105 (0x451) - DAC AEC Control 2 */
17462306a36Sopenharmony_ci	{ 0x00000458, 0x0000 }, /* R1112 (0x458) - Noise Gate Control */
17562306a36Sopenharmony_ci	{ 0x00000490, 0x0069 }, /* R1168 (0x490) - PDM SPK1 CTRL 1 */
17662306a36Sopenharmony_ci	{ 0x00000491, 0x0000 }, /* R1169 (0x491) - PDM SPK1 CTRL 2 */
17762306a36Sopenharmony_ci	{ 0x000004a0, 0x3080 }, /* R1184 (0x4a0) - HP1 Short Circuit Ctrl */
17862306a36Sopenharmony_ci	{ 0x000004a8, 0x7120 }, /* R1192 (0x4a8) - HP Test Ctrl 5 */
17962306a36Sopenharmony_ci	{ 0x000004a9, 0x7120 }, /* R1193 (0x4a9) - HP Test Ctrl 6 */
18062306a36Sopenharmony_ci	{ 0x00000500, 0x000c }, /* R1280 (0x500) - AIF1 BCLK Ctrl */
18162306a36Sopenharmony_ci	{ 0x00000501, 0x0000 }, /* R1281 (0x501) - AIF1 Tx Pin Ctrl */
18262306a36Sopenharmony_ci	{ 0x00000502, 0x0000 }, /* R1282 (0x502) - AIF1 Rx Pin Ctrl */
18362306a36Sopenharmony_ci	{ 0x00000503, 0x0000 }, /* R1283 (0x503) - AIF1 Rate Ctrl */
18462306a36Sopenharmony_ci	{ 0x00000504, 0x0000 }, /* R1284 (0x504) - AIF1 Format */
18562306a36Sopenharmony_ci	{ 0x00000506, 0x0040 }, /* R1286 (0x506) - AIF1 Rx BCLK Rate */
18662306a36Sopenharmony_ci	{ 0x00000507, 0x1818 }, /* R1287 (0x507) - AIF1 Frame Ctrl 1 */
18762306a36Sopenharmony_ci	{ 0x00000508, 0x1818 }, /* R1288 (0x508) - AIF1 Frame Ctrl 2 */
18862306a36Sopenharmony_ci	{ 0x00000509, 0x0000 }, /* R1289 (0x509) - AIF1 Frame Ctrl 3 */
18962306a36Sopenharmony_ci	{ 0x0000050a, 0x0001 }, /* R1290 (0x50a) - AIF1 Frame Ctrl 4 */
19062306a36Sopenharmony_ci	{ 0x0000050b, 0x0002 }, /* R1291 (0x50b) - AIF1 Frame Ctrl 5 */
19162306a36Sopenharmony_ci	{ 0x0000050c, 0x0003 }, /* R1292 (0x50c) - AIF1 Frame Ctrl 6 */
19262306a36Sopenharmony_ci	{ 0x0000050d, 0x0004 }, /* R1293 (0x50d) - AIF1 Frame Ctrl 7 */
19362306a36Sopenharmony_ci	{ 0x0000050e, 0x0005 }, /* R1294 (0x50e) - AIF1 Frame Ctrl 8 */
19462306a36Sopenharmony_ci	{ 0x00000511, 0x0000 }, /* R1297 (0x511) - AIF1 Frame Ctrl 11 */
19562306a36Sopenharmony_ci	{ 0x00000512, 0x0001 }, /* R1298 (0x512) - AIF1 Frame Ctrl 12 */
19662306a36Sopenharmony_ci	{ 0x00000513, 0x0002 }, /* R1299 (0x513) - AIF1 Frame Ctrl 13 */
19762306a36Sopenharmony_ci	{ 0x00000514, 0x0003 }, /* R1300 (0x514) - AIF1 Frame Ctrl 14 */
19862306a36Sopenharmony_ci	{ 0x00000515, 0x0004 }, /* R1301 (0x515) - AIF1 Frame Ctrl 15 */
19962306a36Sopenharmony_ci	{ 0x00000516, 0x0005 }, /* R1302 (0x516) - AIF1 Frame Ctrl 16 */
20062306a36Sopenharmony_ci	{ 0x00000519, 0x0000 }, /* R1305 (0x519) - AIF1 Tx Enables */
20162306a36Sopenharmony_ci	{ 0x0000051a, 0x0000 }, /* R1306 (0x51a) - AIF1 Rx Enables */
20262306a36Sopenharmony_ci	{ 0x00000540, 0x000c }, /* R1344 (0x540) - AIF2 BCLK Ctrl */
20362306a36Sopenharmony_ci	{ 0x00000541, 0x0000 }, /* R1345 (0x541) - AIF2 Tx Pin Ctrl */
20462306a36Sopenharmony_ci	{ 0x00000542, 0x0000 }, /* R1346 (0x542) - AIF2 Rx Pin Ctrl */
20562306a36Sopenharmony_ci	{ 0x00000543, 0x0000 }, /* R1347 (0x543) - AIF2 Rate Ctrl */
20662306a36Sopenharmony_ci	{ 0x00000544, 0x0000 }, /* R1348 (0x544) - AIF2 Format */
20762306a36Sopenharmony_ci	{ 0x00000546, 0x0040 }, /* R1350 (0x546) - AIF2 Rx BCLK Rate */
20862306a36Sopenharmony_ci	{ 0x00000547, 0x1818 }, /* R1351 (0x547) - AIF2 Frame Ctrl 1 */
20962306a36Sopenharmony_ci	{ 0x00000548, 0x1818 }, /* R1352 (0x548) - AIF2 Frame Ctrl 2 */
21062306a36Sopenharmony_ci	{ 0x00000549, 0x0000 }, /* R1353 (0x549) - AIF2 Frame Ctrl 3 */
21162306a36Sopenharmony_ci	{ 0x0000054a, 0x0001 }, /* R1354 (0x54a) - AIF2 Frame Ctrl 4 */
21262306a36Sopenharmony_ci	{ 0x00000551, 0x0000 }, /* R1361 (0x551) - AIF2 Frame Ctrl 11 */
21362306a36Sopenharmony_ci	{ 0x00000552, 0x0001 }, /* R1362 (0x552) - AIF2 Frame Ctrl 12 */
21462306a36Sopenharmony_ci	{ 0x00000559, 0x0000 }, /* R1369 (0x559) - AIF2 Tx Enables */
21562306a36Sopenharmony_ci	{ 0x0000055a, 0x0000 }, /* R1370 (0x55a) - AIF2 Rx Enables */
21662306a36Sopenharmony_ci	{ 0x00000580, 0x000c }, /* R1408 (0x580) - AIF3 BCLK Ctrl */
21762306a36Sopenharmony_ci	{ 0x00000581, 0x0000 }, /* R1409 (0x581) - AIF3 Tx Pin Ctrl */
21862306a36Sopenharmony_ci	{ 0x00000582, 0x0000 }, /* R1410 (0x582) - AIF3 Rx Pin Ctrl */
21962306a36Sopenharmony_ci	{ 0x00000583, 0x0000 }, /* R1411 (0x583) - AIF3 Rate Ctrl */
22062306a36Sopenharmony_ci	{ 0x00000584, 0x0000 }, /* R1412 (0x584) - AIF3 Format */
22162306a36Sopenharmony_ci	{ 0x00000586, 0x0040 }, /* R1414 (0x586) - AIF3 Rx BCLK Rate */
22262306a36Sopenharmony_ci	{ 0x00000587, 0x1818 }, /* R1415 (0x587) - AIF3 Frame Ctrl 1 */
22362306a36Sopenharmony_ci	{ 0x00000588, 0x1818 }, /* R1416 (0x588) - AIF3 Frame Ctrl 2 */
22462306a36Sopenharmony_ci	{ 0x00000589, 0x0000 }, /* R1417 (0x589) - AIF3 Frame Ctrl 3 */
22562306a36Sopenharmony_ci	{ 0x0000058a, 0x0001 }, /* R1418 (0x58a) - AIF3 Frame Ctrl 4 */
22662306a36Sopenharmony_ci	{ 0x00000591, 0x0000 }, /* R1425 (0x591) - AIF3 Frame Ctrl 11 */
22762306a36Sopenharmony_ci	{ 0x00000592, 0x0001 }, /* R1426 (0x592) - AIF3 Frame Ctrl 12 */
22862306a36Sopenharmony_ci	{ 0x00000599, 0x0000 }, /* R1433 (0x599) - AIF3 Tx Enables */
22962306a36Sopenharmony_ci	{ 0x0000059a, 0x0000 }, /* R1434 (0x59a) - AIF3 Rx Enables */
23062306a36Sopenharmony_ci	{ 0x000005c2, 0x0000 }, /* R1474 (0x5c2) - SPD1 TX Control */
23162306a36Sopenharmony_ci	{ 0x000005e3, 0x0000 }, /* R1507 (0x5e3) - SLIMbus Framer Ref Gear */
23262306a36Sopenharmony_ci	{ 0x000005e5, 0x0000 }, /* R1509 (0x5e5) - SLIMbus Rates 1 */
23362306a36Sopenharmony_ci	{ 0x000005e6, 0x0000 }, /* R1510 (0x5e6) - SLIMbus Rates 2 */
23462306a36Sopenharmony_ci	{ 0x000005e7, 0x0000 }, /* R1511 (0x5e7) - SLIMbus Rates 3 */
23562306a36Sopenharmony_ci	{ 0x000005e9, 0x0000 }, /* R1513 (0x5e9) - SLIMbus Rates 5 */
23662306a36Sopenharmony_ci	{ 0x000005ea, 0x0000 }, /* R1514 (0x5ea) - SLIMbus Rates 6 */
23762306a36Sopenharmony_ci	{ 0x000005eb, 0x0000 }, /* R1515 (0x5eb) - SLIMbus Rates 7 */
23862306a36Sopenharmony_ci	{ 0x000005f5, 0x0000 }, /* R1525 (0x5f5) - SLIMbus RX Channel Enable */
23962306a36Sopenharmony_ci	{ 0x000005f6, 0x0000 }, /* R1526 (0x5f6) - SLIMbus TX Channel Enable */
24062306a36Sopenharmony_ci	{ 0x00000640, 0x0000 }, /* R1600 (0x640) - PWM1MIX Input 1 Source */
24162306a36Sopenharmony_ci	{ 0x00000641, 0x0080 }, /* R1601 (0x641) - PWM1MIX Input 1 Volume */
24262306a36Sopenharmony_ci	{ 0x00000642, 0x0000 }, /* R1602 (0x642) - PWM1MIX Input 2 Source */
24362306a36Sopenharmony_ci	{ 0x00000643, 0x0080 }, /* R1603 (0x643) - PWM1MIX Input 2 Volume */
24462306a36Sopenharmony_ci	{ 0x00000644, 0x0000 }, /* R1604 (0x644) - PWM1MIX Input 3 Source */
24562306a36Sopenharmony_ci	{ 0x00000645, 0x0080 }, /* R1605 (0x645) - PWM1MIX Input 3 Volume */
24662306a36Sopenharmony_ci	{ 0x00000646, 0x0000 }, /* R1606 (0x646) - PWM1MIX Input 4 Source */
24762306a36Sopenharmony_ci	{ 0x00000647, 0x0080 }, /* R1607 (0x647) - PWM1MIX Input 4 Volume */
24862306a36Sopenharmony_ci	{ 0x00000648, 0x0000 }, /* R1608 (0x648) - PWM2MIX Input 1 Source */
24962306a36Sopenharmony_ci	{ 0x00000649, 0x0080 }, /* R1609 (0x649) - PWM2MIX Input 1 Volume */
25062306a36Sopenharmony_ci	{ 0x0000064a, 0x0000 }, /* R1610 (0x64a) - PWM2MIX Input 2 Source */
25162306a36Sopenharmony_ci	{ 0x0000064b, 0x0080 }, /* R1611 (0x64b) - PWM2MIX Input 2 Volume */
25262306a36Sopenharmony_ci	{ 0x0000064c, 0x0000 }, /* R1612 (0x64c) - PWM2MIX Input 3 Source */
25362306a36Sopenharmony_ci	{ 0x0000064d, 0x0080 }, /* R1613 (0x64d) - PWM2MIX Input 3 Volume */
25462306a36Sopenharmony_ci	{ 0x0000064e, 0x0000 }, /* R1614 (0x64e) - PWM2MIX Input 4 Source */
25562306a36Sopenharmony_ci	{ 0x0000064f, 0x0080 }, /* R1615 (0x64f) - PWM2MIX Input 4 Volume */
25662306a36Sopenharmony_ci	{ 0x00000680, 0x0000 }, /* R1664 (0x680) - OUT1LMIX Input 1 Source */
25762306a36Sopenharmony_ci	{ 0x00000681, 0x0080 }, /* R1665 (0x681) - OUT1LMIX Input 1 Volume */
25862306a36Sopenharmony_ci	{ 0x00000682, 0x0000 }, /* R1666 (0x682) - OUT1LMIX Input 2 Source */
25962306a36Sopenharmony_ci	{ 0x00000683, 0x0080 }, /* R1667 (0x683) - OUT1LMIX Input 2 Volume */
26062306a36Sopenharmony_ci	{ 0x00000684, 0x0000 }, /* R1668 (0x684) - OUT1LMIX Input 3 Source */
26162306a36Sopenharmony_ci	{ 0x00000685, 0x0080 }, /* R1669 (0x685) - OUT1LMIX Input 3 Volume */
26262306a36Sopenharmony_ci	{ 0x00000686, 0x0000 }, /* R1670 (0x686) - OUT1LMIX Input 4 Source */
26362306a36Sopenharmony_ci	{ 0x00000687, 0x0080 }, /* R1671 (0x687) - OUT1LMIX Input 4 Volume */
26462306a36Sopenharmony_ci	{ 0x00000688, 0x0000 }, /* R1672 (0x688) - OUT1RMIX Input 1 Source */
26562306a36Sopenharmony_ci	{ 0x00000689, 0x0080 }, /* R1673 (0x689) - OUT1RMIX Input 1 Volume */
26662306a36Sopenharmony_ci	{ 0x0000068a, 0x0000 }, /* R1674 (0x68a) - OUT1RMIX Input 2 Source */
26762306a36Sopenharmony_ci	{ 0x0000068b, 0x0080 }, /* R1675 (0x68b) - OUT1RMIX Input 2 Volume */
26862306a36Sopenharmony_ci	{ 0x0000068c, 0x0000 }, /* R1672 (0x68c) - OUT1RMIX Input 3 Source */
26962306a36Sopenharmony_ci	{ 0x0000068d, 0x0080 }, /* R1673 (0x68d) - OUT1RMIX Input 3 Volume */
27062306a36Sopenharmony_ci	{ 0x0000068e, 0x0000 }, /* R1674 (0x68e) - OUT1RMIX Input 4 Source */
27162306a36Sopenharmony_ci	{ 0x0000068f, 0x0080 }, /* R1675 (0x68f) - OUT1RMIX Input 4 Volume */
27262306a36Sopenharmony_ci	{ 0x000006b0, 0x0000 }, /* R1712 (0x6b0) - OUT4LMIX Input 1 Source */
27362306a36Sopenharmony_ci	{ 0x000006b1, 0x0080 }, /* R1713 (0x6b1) - OUT4LMIX Input 1 Volume */
27462306a36Sopenharmony_ci	{ 0x000006b2, 0x0000 }, /* R1714 (0x6b2) - OUT4LMIX Input 2 Source */
27562306a36Sopenharmony_ci	{ 0x000006b3, 0x0080 }, /* R1715 (0x6b3) - OUT4LMIX Input 2 Volume */
27662306a36Sopenharmony_ci	{ 0x000006b4, 0x0000 }, /* R1716 (0x6b4) - OUT4LMIX Input 3 Source */
27762306a36Sopenharmony_ci	{ 0x000006b5, 0x0080 }, /* R1717 (0x6b5) - OUT4LMIX Input 3 Volume */
27862306a36Sopenharmony_ci	{ 0x000006b6, 0x0000 }, /* R1718 (0x6b6) - OUT4LMIX Input 4 Source */
27962306a36Sopenharmony_ci	{ 0x000006b7, 0x0080 }, /* R1719 (0x6b7) - OUT4LMIX Input 4 Volume */
28062306a36Sopenharmony_ci	{ 0x000006c0, 0x0000 }, /* R1728 (0x6c0) - OUT5LMIX Input 1 Source */
28162306a36Sopenharmony_ci	{ 0x000006c1, 0x0080 }, /* R1729 (0x6c1) - OUT5LMIX Input 1 Volume */
28262306a36Sopenharmony_ci	{ 0x000006c2, 0x0000 }, /* R1730 (0x6c2) - OUT5LMIX Input 2 Source */
28362306a36Sopenharmony_ci	{ 0x000006c3, 0x0080 }, /* R1731 (0x6c3) - OUT5LMIX Input 2 Volume */
28462306a36Sopenharmony_ci	{ 0x000006c4, 0x0000 }, /* R1732 (0x6c4) - OUT5LMIX Input 3 Source */
28562306a36Sopenharmony_ci	{ 0x000006c5, 0x0080 }, /* R1733 (0x6c5) - OUT5LMIX Input 3 Volume */
28662306a36Sopenharmony_ci	{ 0x000006c6, 0x0000 }, /* R1734 (0x6c6) - OUT5LMIX Input 4 Source */
28762306a36Sopenharmony_ci	{ 0x000006c7, 0x0080 }, /* R1735 (0x6c7) - OUT5LMIX Input 4 Volume */
28862306a36Sopenharmony_ci	{ 0x000006c8, 0x0000 }, /* R1736 (0x6c8) - OUT5RMIX Input 1 Source */
28962306a36Sopenharmony_ci	{ 0x000006c9, 0x0080 }, /* R1737 (0x6c9) - OUT5RMIX Input 1 Volume */
29062306a36Sopenharmony_ci	{ 0x000006ca, 0x0000 }, /* R1738 (0x6ca) - OUT5RMIX Input 2 Source */
29162306a36Sopenharmony_ci	{ 0x000006cb, 0x0080 }, /* R1739 (0x6cb) - OUT5RMIX Input 2 Volume */
29262306a36Sopenharmony_ci	{ 0x000006cc, 0x0000 }, /* R1740 (0x6cc) - OUT5RMIX Input 3 Source */
29362306a36Sopenharmony_ci	{ 0x000006cd, 0x0080 }, /* R1741 (0x6cd) - OUT5RMIX Input 3 Volume */
29462306a36Sopenharmony_ci	{ 0x000006ce, 0x0000 }, /* R1742 (0x6ce) - OUT5RMIX Input 4 Source */
29562306a36Sopenharmony_ci	{ 0x000006cf, 0x0080 }, /* R1743 (0x6cf) - OUT5RMIX Input 4 Volume */
29662306a36Sopenharmony_ci	{ 0x00000700, 0x0000 }, /* R1792 (0x700) - AIF1TX1MIX Input 1 Source */
29762306a36Sopenharmony_ci	{ 0x00000701, 0x0080 }, /* R1793 (0x701) - AIF1TX1MIX Input 1 Volume */
29862306a36Sopenharmony_ci	{ 0x00000702, 0x0000 }, /* R1794 (0x702) - AIF1TX1MIX Input 2 Source */
29962306a36Sopenharmony_ci	{ 0x00000703, 0x0080 }, /* R1795 (0x703) - AIF1TX1MIX Input 2 Volume */
30062306a36Sopenharmony_ci	{ 0x00000704, 0x0000 }, /* R1796 (0x704) - AIF1TX1MIX Input 3 Source */
30162306a36Sopenharmony_ci	{ 0x00000705, 0x0080 }, /* R1797 (0x705) - AIF1TX1MIX Input 3 Volume */
30262306a36Sopenharmony_ci	{ 0x00000706, 0x0000 }, /* R1798 (0x706) - AIF1TX1MIX Input 4 Source */
30362306a36Sopenharmony_ci	{ 0x00000707, 0x0080 }, /* R1799 (0x707) - AIF1TX1MIX Input 4 Volume */
30462306a36Sopenharmony_ci	{ 0x00000708, 0x0000 }, /* R1800 (0x708) - AIF1TX2MIX Input 1 Source */
30562306a36Sopenharmony_ci	{ 0x00000709, 0x0080 }, /* R1801 (0x709) - AIF1TX2MIX Input 1 Volume */
30662306a36Sopenharmony_ci	{ 0x0000070a, 0x0000 }, /* R1802 (0x70a) - AIF1TX2MIX Input 2 Source */
30762306a36Sopenharmony_ci	{ 0x0000070b, 0x0080 }, /* R1803 (0x70b) - AIF1TX2MIX Input 2 Volume */
30862306a36Sopenharmony_ci	{ 0x0000070c, 0x0000 }, /* R1804 (0x70c) - AIF1TX2MIX Input 3 Source */
30962306a36Sopenharmony_ci	{ 0x0000070d, 0x0080 }, /* R1805 (0x70d) - AIF1TX2MIX Input 3 Volume */
31062306a36Sopenharmony_ci	{ 0x0000070e, 0x0000 }, /* R1806 (0x70e) - AIF1TX2MIX Input 4 Source */
31162306a36Sopenharmony_ci	{ 0x0000070f, 0x0080 }, /* R1807 (0x70f) - AIF1TX2MIX Input 4 Volume */
31262306a36Sopenharmony_ci	{ 0x00000710, 0x0000 }, /* R1808 (0x710) - AIF1TX3MIX Input 1 Source */
31362306a36Sopenharmony_ci	{ 0x00000711, 0x0080 }, /* R1809 (0x711) - AIF1TX3MIX Input 1 Volume */
31462306a36Sopenharmony_ci	{ 0x00000712, 0x0000 }, /* R1810 (0x712) - AIF1TX3MIX Input 2 Source */
31562306a36Sopenharmony_ci	{ 0x00000713, 0x0080 }, /* R1811 (0x713) - AIF1TX3MIX Input 2 Volume */
31662306a36Sopenharmony_ci	{ 0x00000714, 0x0000 }, /* R1812 (0x714) - AIF1TX3MIX Input 3 Source */
31762306a36Sopenharmony_ci	{ 0x00000715, 0x0080 }, /* R1813 (0x715) - AIF1TX3MIX Input 3 Volume */
31862306a36Sopenharmony_ci	{ 0x00000716, 0x0000 }, /* R1814 (0x716) - AIF1TX3MIX Input 4 Source */
31962306a36Sopenharmony_ci	{ 0x00000717, 0x0080 }, /* R1815 (0x717) - AIF1TX3MIX Input 4 Volume */
32062306a36Sopenharmony_ci	{ 0x00000718, 0x0000 }, /* R1816 (0x718) - AIF1TX4MIX Input 1 Source */
32162306a36Sopenharmony_ci	{ 0x00000719, 0x0080 }, /* R1817 (0x719) - AIF1TX4MIX Input 1 Volume */
32262306a36Sopenharmony_ci	{ 0x0000071a, 0x0000 }, /* R1818 (0x71a) - AIF1TX4MIX Input 2 Source */
32362306a36Sopenharmony_ci	{ 0x0000071b, 0x0080 }, /* R1819 (0x71b) - AIF1TX4MIX Input 2 Volume */
32462306a36Sopenharmony_ci	{ 0x0000071c, 0x0000 }, /* R1820 (0x71c) - AIF1TX4MIX Input 3 Source */
32562306a36Sopenharmony_ci	{ 0x0000071d, 0x0080 }, /* R1821 (0x71d) - AIF1TX4MIX Input 3 Volume */
32662306a36Sopenharmony_ci	{ 0x0000071e, 0x0000 }, /* R1822 (0x71e) - AIF1TX4MIX Input 4 Source */
32762306a36Sopenharmony_ci	{ 0x0000071f, 0x0080 }, /* R1823 (0x71f) - AIF1TX4MIX Input 4 Volume */
32862306a36Sopenharmony_ci	{ 0x00000720, 0x0000 }, /* R1824 (0x720) - AIF1TX5MIX Input 1 Source */
32962306a36Sopenharmony_ci	{ 0x00000721, 0x0080 }, /* R1825 (0x721) - AIF1TX5MIX Input 1 Volume */
33062306a36Sopenharmony_ci	{ 0x00000722, 0x0000 }, /* R1826 (0x722) - AIF1TX5MIX Input 2 Source */
33162306a36Sopenharmony_ci	{ 0x00000723, 0x0080 }, /* R1827 (0x723) - AIF1TX5MIX Input 2 Volume */
33262306a36Sopenharmony_ci	{ 0x00000724, 0x0000 }, /* R1828 (0x724) - AIF1TX5MIX Input 3 Source */
33362306a36Sopenharmony_ci	{ 0x00000725, 0x0080 }, /* R1829 (0x725) - AIF1TX5MIX Input 3 Volume */
33462306a36Sopenharmony_ci	{ 0x00000726, 0x0000 }, /* R1830 (0x726) - AIF1TX5MIX Input 4 Source */
33562306a36Sopenharmony_ci	{ 0x00000727, 0x0080 }, /* R1831 (0x727) - AIF1TX5MIX Input 4 Volume */
33662306a36Sopenharmony_ci	{ 0x00000728, 0x0000 }, /* R1832 (0x728) - AIF1TX6MIX Input 1 Source */
33762306a36Sopenharmony_ci	{ 0x00000729, 0x0080 }, /* R1833 (0x729) - AIF1TX6MIX Input 1 Volume */
33862306a36Sopenharmony_ci	{ 0x0000072a, 0x0000 }, /* R1834 (0x72a) - AIF1TX6MIX Input 2 Source */
33962306a36Sopenharmony_ci	{ 0x0000072b, 0x0080 }, /* R1835 (0x72b) - AIF1TX6MIX Input 2 Volume */
34062306a36Sopenharmony_ci	{ 0x0000072c, 0x0000 }, /* R1836 (0x72c) - AIF1TX6MIX Input 3 Source */
34162306a36Sopenharmony_ci	{ 0x0000072d, 0x0080 }, /* R1837 (0x72d) - AIF1TX6MIX Input 3 Volume */
34262306a36Sopenharmony_ci	{ 0x0000072e, 0x0000 }, /* R1838 (0x72e) - AIF1TX6MIX Input 4 Source */
34362306a36Sopenharmony_ci	{ 0x0000072f, 0x0080 }, /* R1839 (0x72f) - AIF1TX6MIX Input 4 Volume */
34462306a36Sopenharmony_ci	{ 0x00000740, 0x0000 }, /* R1856 (0x740) - AIF2TX1MIX Input 1 Source */
34562306a36Sopenharmony_ci	{ 0x00000741, 0x0080 }, /* R1857 (0x741) - AIF2TX1MIX Input 1 Volume */
34662306a36Sopenharmony_ci	{ 0x00000742, 0x0000 }, /* R1858 (0x742) - AIF2TX1MIX Input 2 Source */
34762306a36Sopenharmony_ci	{ 0x00000743, 0x0080 }, /* R1859 (0x743) - AIF2TX1MIX Input 2 Volume */
34862306a36Sopenharmony_ci	{ 0x00000744, 0x0000 }, /* R1860 (0x744) - AIF2TX1MIX Input 3 Source */
34962306a36Sopenharmony_ci	{ 0x00000745, 0x0080 }, /* R1861 (0x745) - AIF2TX1MIX Input 3 Volume */
35062306a36Sopenharmony_ci	{ 0x00000746, 0x0000 }, /* R1862 (0x746) - AIF2TX1MIX Input 4 Source */
35162306a36Sopenharmony_ci	{ 0x00000747, 0x0080 }, /* R1863 (0x747) - AIF2TX1MIX Input 4 Volume */
35262306a36Sopenharmony_ci	{ 0x00000748, 0x0000 }, /* R1864 (0x748) - AIF2TX2MIX Input 1 Source */
35362306a36Sopenharmony_ci	{ 0x00000749, 0x0080 }, /* R1865 (0x749) - AIF2TX2MIX Input 1 Volume */
35462306a36Sopenharmony_ci	{ 0x0000074a, 0x0000 }, /* R1866 (0x74a) - AIF2TX2MIX Input 2 Source */
35562306a36Sopenharmony_ci	{ 0x0000074b, 0x0080 }, /* R1867 (0x74b) - AIF2TX2MIX Input 2 Volume */
35662306a36Sopenharmony_ci	{ 0x0000074c, 0x0000 }, /* R1868 (0x74c) - AIF2TX2MIX Input 3 Source */
35762306a36Sopenharmony_ci	{ 0x0000074d, 0x0080 }, /* R1869 (0x74d) - AIF2TX2MIX Input 3 Volume */
35862306a36Sopenharmony_ci	{ 0x0000074e, 0x0000 }, /* R1870 (0x74e) - AIF2TX2MIX Input 4 Source */
35962306a36Sopenharmony_ci	{ 0x0000074f, 0x0080 }, /* R1871 (0x74f) - AIF2TX2MIX Input 4 Volume */
36062306a36Sopenharmony_ci	{ 0x00000780, 0x0000 }, /* R1920 (0x780) - AIF3TX1MIX Input 1 Source */
36162306a36Sopenharmony_ci	{ 0x00000781, 0x0080 }, /* R1921 (0x781) - AIF3TX1MIX Input 1 Volume */
36262306a36Sopenharmony_ci	{ 0x00000782, 0x0000 }, /* R1922 (0x782) - AIF3TX1MIX Input 2 Source */
36362306a36Sopenharmony_ci	{ 0x00000783, 0x0080 }, /* R1923 (0x783) - AIF3TX1MIX Input 2 Volume */
36462306a36Sopenharmony_ci	{ 0x00000784, 0x0000 }, /* R1924 (0x784) - AIF3TX1MIX Input 3 Source */
36562306a36Sopenharmony_ci	{ 0x00000785, 0x0080 }, /* R1925 (0x785) - AIF3TX1MIX Input 3 Volume */
36662306a36Sopenharmony_ci	{ 0x00000786, 0x0000 }, /* R1926 (0x786) - AIF3TX1MIX Input 4 Source */
36762306a36Sopenharmony_ci	{ 0x00000787, 0x0080 }, /* R1927 (0x787) - AIF3TX1MIX Input 4 Volume */
36862306a36Sopenharmony_ci	{ 0x00000788, 0x0000 }, /* R1928 (0x788) - AIF3TX2MIX Input 1 Source */
36962306a36Sopenharmony_ci	{ 0x00000789, 0x0080 }, /* R1929 (0x789) - AIF3TX2MIX Input 1 Volume */
37062306a36Sopenharmony_ci	{ 0x0000078a, 0x0000 }, /* R1930 (0x78a) - AIF3TX2MIX Input 2 Source */
37162306a36Sopenharmony_ci	{ 0x0000078b, 0x0080 }, /* R1931 (0x78b) - AIF3TX2MIX Input 2 Volume */
37262306a36Sopenharmony_ci	{ 0x0000078c, 0x0000 }, /* R1932 (0x78c) - AIF3TX2MIX Input 3 Source */
37362306a36Sopenharmony_ci	{ 0x0000078d, 0x0080 }, /* R1933 (0x78d) - AIF3TX2MIX Input 3 Volume */
37462306a36Sopenharmony_ci	{ 0x0000078e, 0x0000 }, /* R1934 (0x78e) - AIF3TX2MIX Input 4 Source */
37562306a36Sopenharmony_ci	{ 0x0000078f, 0x0080 }, /* R1935 (0x78f) - AIF3TX2MIX Input 4 Volume */
37662306a36Sopenharmony_ci	{ 0x000007c0, 0x0000 }, /* R1984 (0x7c0) - SLIMTX1MIX Input 1 Source */
37762306a36Sopenharmony_ci	{ 0x000007c1, 0x0080 }, /* R1985 (0x7c1) - SLIMTX1MIX Input 1 Volume */
37862306a36Sopenharmony_ci	{ 0x000007c2, 0x0000 }, /* R1986 (0x7c2) - SLIMTX1MIX Input 2 Source */
37962306a36Sopenharmony_ci	{ 0x000007c3, 0x0080 }, /* R1987 (0x7c3) - SLIMTX1MIX Input 2 Volume */
38062306a36Sopenharmony_ci	{ 0x000007c4, 0x0000 }, /* R1988 (0x7c4) - SLIMTX1MIX Input 3 Source */
38162306a36Sopenharmony_ci	{ 0x000007c5, 0x0080 }, /* R1989 (0x7c5) - SLIMTX1MIX Input 3 Volume */
38262306a36Sopenharmony_ci	{ 0x000007c6, 0x0000 }, /* R1990 (0x7c6) - SLIMTX1MIX Input 4 Source */
38362306a36Sopenharmony_ci	{ 0x000007c7, 0x0080 }, /* R1991 (0x7c7) - SLIMTX1MIX Input 4 Volume */
38462306a36Sopenharmony_ci	{ 0x000007c8, 0x0000 }, /* R1992 (0x7c8) - SLIMTX2MIX Input 1 Source */
38562306a36Sopenharmony_ci	{ 0x000007c9, 0x0080 }, /* R1993 (0x7c9) - SLIMTX2MIX Input 1 Volume */
38662306a36Sopenharmony_ci	{ 0x000007ca, 0x0000 }, /* R1994 (0x7ca) - SLIMTX2MIX Input 2 Source */
38762306a36Sopenharmony_ci	{ 0x000007cb, 0x0080 }, /* R1995 (0x7cb) - SLIMTX2MIX Input 2 Volume */
38862306a36Sopenharmony_ci	{ 0x000007cc, 0x0000 }, /* R1996 (0x7cc) - SLIMTX2MIX Input 3 Source */
38962306a36Sopenharmony_ci	{ 0x000007cd, 0x0080 }, /* R1997 (0x7cd) - SLIMTX2MIX Input 3 Volume */
39062306a36Sopenharmony_ci	{ 0x000007ce, 0x0000 }, /* R1998 (0x7ce) - SLIMTX2MIX Input 4 Source */
39162306a36Sopenharmony_ci	{ 0x000007cf, 0x0080 }, /* R1999 (0x7cf) - SLIMTX2MIX Input 4 Volume */
39262306a36Sopenharmony_ci	{ 0x000007d0, 0x0000 }, /* R2000 (0x7d0) - SLIMTX3MIX Input 1 Source */
39362306a36Sopenharmony_ci	{ 0x000007d1, 0x0080 }, /* R2001 (0x7d1) - SLIMTX3MIX Input 1 Volume */
39462306a36Sopenharmony_ci	{ 0x000007d2, 0x0000 }, /* R2002 (0x7d2) - SLIMTX3MIX Input 2 Source */
39562306a36Sopenharmony_ci	{ 0x000007d3, 0x0080 }, /* R2003 (0x7d3) - SLIMTX3MIX Input 2 Volume */
39662306a36Sopenharmony_ci	{ 0x000007d4, 0x0000 }, /* R2004 (0x7d4) - SLIMTX3MIX Input 3 Source */
39762306a36Sopenharmony_ci	{ 0x000007d5, 0x0080 }, /* R2005 (0x7d5) - SLIMTX3MIX Input 3 Volume */
39862306a36Sopenharmony_ci	{ 0x000007d6, 0x0000 }, /* R2006 (0x7d6) - SLIMTX3MIX Input 4 Source */
39962306a36Sopenharmony_ci	{ 0x000007d7, 0x0080 }, /* R2007 (0x7d7) - SLIMTX3MIX Input 4 Volume */
40062306a36Sopenharmony_ci	{ 0x000007d8, 0x0000 }, /* R2008 (0x7d8) - SLIMTX4MIX Input 1 Source */
40162306a36Sopenharmony_ci	{ 0x000007d9, 0x0080 }, /* R2009 (0x7d9) - SLIMTX4MIX Input 1 Volume */
40262306a36Sopenharmony_ci	{ 0x000007da, 0x0000 }, /* R2010 (0x7da) - SLIMTX4MIX Input 2 Source */
40362306a36Sopenharmony_ci	{ 0x000007db, 0x0080 }, /* R2011 (0x7db) - SLIMTX4MIX Input 2 Volume */
40462306a36Sopenharmony_ci	{ 0x000007dc, 0x0000 }, /* R2012 (0x7dc) - SLIMTX4MIX Input 3 Source */
40562306a36Sopenharmony_ci	{ 0x000007dd, 0x0080 }, /* R2013 (0x7dd) - SLIMTX4MIX Input 3 Volume */
40662306a36Sopenharmony_ci	{ 0x000007de, 0x0000 }, /* R2014 (0x7de) - SLIMTX4MIX Input 4 Source */
40762306a36Sopenharmony_ci	{ 0x000007df, 0x0080 }, /* R2015 (0x7df) - SLIMTX4MIX Input 4 Volume */
40862306a36Sopenharmony_ci	{ 0x000007e0, 0x0000 }, /* R2016 (0x7e0) - SLIMTX5MIX Input 1 Source */
40962306a36Sopenharmony_ci	{ 0x000007e1, 0x0080 }, /* R2017 (0x7e1) - SLIMTX5MIX Input 1 Volume */
41062306a36Sopenharmony_ci	{ 0x000007e2, 0x0000 }, /* R2018 (0x7e2) - SLIMTX5MIX Input 2 Source */
41162306a36Sopenharmony_ci	{ 0x000007e3, 0x0080 }, /* R2019 (0x7e3) - SLIMTX5MIX Input 2 Volume */
41262306a36Sopenharmony_ci	{ 0x000007e4, 0x0000 }, /* R2020 (0x7e4) - SLIMTX5MIX Input 3 Source */
41362306a36Sopenharmony_ci	{ 0x000007e5, 0x0080 }, /* R2021 (0x7e5) - SLIMTX5MIX Input 3 Volume */
41462306a36Sopenharmony_ci	{ 0x000007e6, 0x0000 }, /* R2022 (0x7e6) - SLIMTX5MIX Input 4 Source */
41562306a36Sopenharmony_ci	{ 0x000007e7, 0x0080 }, /* R2023 (0x7e7) - SLIMTX5MIX Input 4 Volume */
41662306a36Sopenharmony_ci	{ 0x000007e8, 0x0000 }, /* R2024 (0x7e8) - SLIMTX6MIX Input 1 Source */
41762306a36Sopenharmony_ci	{ 0x000007e9, 0x0080 }, /* R2025 (0x7e9) - SLIMTX6MIX Input 1 Volume */
41862306a36Sopenharmony_ci	{ 0x000007ea, 0x0000 }, /* R2026 (0x7ea) - SLIMTX6MIX Input 2 Source */
41962306a36Sopenharmony_ci	{ 0x000007eb, 0x0080 }, /* R2027 (0x7eb) - SLIMTX6MIX Input 2 Volume */
42062306a36Sopenharmony_ci	{ 0x000007ec, 0x0000 }, /* R2028 (0x7ec) - SLIMTX6MIX Input 3 Source */
42162306a36Sopenharmony_ci	{ 0x000007ed, 0x0080 }, /* R2029 (0x7ed) - SLIMTX6MIX Input 3 Volume */
42262306a36Sopenharmony_ci	{ 0x000007ee, 0x0000 }, /* R2030 (0x7ee) - SLIMTX6MIX Input 4 Source */
42362306a36Sopenharmony_ci	{ 0x000007ef, 0x0080 }, /* R2031 (0x7ef) - SLIMTX6MIX Input 4 Volume */
42462306a36Sopenharmony_ci	{ 0x00000800, 0x0000 }, /* R2048 (0x800) - SPDIF1TX1MIX Input 1 Source*/
42562306a36Sopenharmony_ci	{ 0x00000801, 0x0080 }, /* R2049 (0x801) - SPDIF1TX1MIX Input 1 Volume*/
42662306a36Sopenharmony_ci	{ 0x00000808, 0x0000 }, /* R2056 (0x808) - SPDIF1TX2MIX Input 1 Source*/
42762306a36Sopenharmony_ci	{ 0x00000809, 0x0080 }, /* R2057 (0x809) - SPDIF1TX2MIX Input 1 Volume*/
42862306a36Sopenharmony_ci	{ 0x00000880, 0x0000 }, /* R2176 (0x880) - EQ1MIX Input 1 Source */
42962306a36Sopenharmony_ci	{ 0x00000881, 0x0080 }, /* R2177 (0x881) - EQ1MIX Input 1 Volume */
43062306a36Sopenharmony_ci	{ 0x00000882, 0x0000 }, /* R2178 (0x882) - EQ1MIX Input 2 Source */
43162306a36Sopenharmony_ci	{ 0x00000883, 0x0080 }, /* R2179 (0x883) - EQ1MIX Input 2 Volume */
43262306a36Sopenharmony_ci	{ 0x00000884, 0x0000 }, /* R2180 (0x884) - EQ1MIX Input 3 Source */
43362306a36Sopenharmony_ci	{ 0x00000885, 0x0080 }, /* R2181 (0x885) - EQ1MIX Input 3 Volume */
43462306a36Sopenharmony_ci	{ 0x00000886, 0x0000 }, /* R2182 (0x886) - EQ1MIX Input 4 Source */
43562306a36Sopenharmony_ci	{ 0x00000887, 0x0080 }, /* R2183 (0x887) - EQ1MIX Input 4 Volume */
43662306a36Sopenharmony_ci	{ 0x00000888, 0x0000 }, /* R2184 (0x888) - EQ2MIX Input 1 Source */
43762306a36Sopenharmony_ci	{ 0x00000889, 0x0080 }, /* R2185 (0x889) - EQ2MIX Input 1 Volume */
43862306a36Sopenharmony_ci	{ 0x0000088a, 0x0000 }, /* R2186 (0x88a) - EQ2MIX Input 2 Source */
43962306a36Sopenharmony_ci	{ 0x0000088b, 0x0080 }, /* R2187 (0x88b) - EQ2MIX Input 2 Volume */
44062306a36Sopenharmony_ci	{ 0x0000088c, 0x0000 }, /* R2188 (0x88c) - EQ2MIX Input 3 Source */
44162306a36Sopenharmony_ci	{ 0x0000088d, 0x0080 }, /* R2189 (0x88d) - EQ2MIX Input 3 Volume */
44262306a36Sopenharmony_ci	{ 0x0000088e, 0x0000 }, /* R2190 (0x88e) - EQ2MIX Input 4 Source */
44362306a36Sopenharmony_ci	{ 0x0000088f, 0x0080 }, /* R2191 (0x88f) - EQ2MIX Input 4 Volume */
44462306a36Sopenharmony_ci	{ 0x00000890, 0x0000 }, /* R2192 (0x890) - EQ3MIX Input 1 Source */
44562306a36Sopenharmony_ci	{ 0x00000891, 0x0080 }, /* R2193 (0x891) - EQ3MIX Input 1 Volume */
44662306a36Sopenharmony_ci	{ 0x00000892, 0x0000 }, /* R2194 (0x892) - EQ3MIX Input 2 Source */
44762306a36Sopenharmony_ci	{ 0x00000893, 0x0080 }, /* R2195 (0x893) - EQ3MIX Input 2 Volume */
44862306a36Sopenharmony_ci	{ 0x00000894, 0x0000 }, /* R2196 (0x894) - EQ3MIX Input 3 Source */
44962306a36Sopenharmony_ci	{ 0x00000895, 0x0080 }, /* R2197 (0x895) - EQ3MIX Input 3 Volume */
45062306a36Sopenharmony_ci	{ 0x00000896, 0x0000 }, /* R2198 (0x896) - EQ3MIX Input 4 Source */
45162306a36Sopenharmony_ci	{ 0x00000897, 0x0080 }, /* R2199 (0x897) - EQ3MIX Input 4 Volume */
45262306a36Sopenharmony_ci	{ 0x00000898, 0x0000 }, /* R2200 (0x898) - EQ4MIX Input 1 Source */
45362306a36Sopenharmony_ci	{ 0x00000899, 0x0080 }, /* R2201 (0x899) - EQ4MIX Input 1 Volume */
45462306a36Sopenharmony_ci	{ 0x0000089a, 0x0000 }, /* R2202 (0x89a) - EQ4MIX Input 2 Source */
45562306a36Sopenharmony_ci	{ 0x0000089b, 0x0080 }, /* R2203 (0x89b) - EQ4MIX Input 2 Volume */
45662306a36Sopenharmony_ci	{ 0x0000089c, 0x0000 }, /* R2204 (0x89c) - EQ4MIX Input 3 Source */
45762306a36Sopenharmony_ci	{ 0x0000089d, 0x0080 }, /* R2205 (0x89d) - EQ4MIX Input 3 Volume */
45862306a36Sopenharmony_ci	{ 0x0000089e, 0x0000 }, /* R2206 (0x89e) - EQ4MIX Input 4 Source */
45962306a36Sopenharmony_ci	{ 0x0000089f, 0x0080 }, /* R2207 (0x89f) - EQ4MIX Input 4 Volume */
46062306a36Sopenharmony_ci	{ 0x000008c0, 0x0000 }, /* R2240 (0x8c0) - DRC1LMIX Input 1 Source */
46162306a36Sopenharmony_ci	{ 0x000008c1, 0x0080 }, /* R2241 (0x8c1) - DRC1LMIX Input 1 Volume */
46262306a36Sopenharmony_ci	{ 0x000008c2, 0x0000 }, /* R2242 (0x8c2) - DRC1LMIX Input 2 Source */
46362306a36Sopenharmony_ci	{ 0x000008c3, 0x0080 }, /* R2243 (0x8c3) - DRC1LMIX Input 2 Volume */
46462306a36Sopenharmony_ci	{ 0x000008c4, 0x0000 }, /* R2244 (0x8c4) - DRC1LMIX Input 3 Source */
46562306a36Sopenharmony_ci	{ 0x000008c5, 0x0080 }, /* R2245 (0x8c5) - DRC1LMIX Input 3 Volume */
46662306a36Sopenharmony_ci	{ 0x000008c6, 0x0000 }, /* R2246 (0x8c6) - DRC1LMIX Input 4 Source */
46762306a36Sopenharmony_ci	{ 0x000008c7, 0x0080 }, /* R2247 (0x8c7) - DRC1LMIX Input 4 Volume */
46862306a36Sopenharmony_ci	{ 0x000008c8, 0x0000 }, /* R2248 (0x8c8) - DRC1RMIX Input 1 Source */
46962306a36Sopenharmony_ci	{ 0x000008c9, 0x0080 }, /* R2249 (0x8c9) - DRC1RMIX Input 1 Volume */
47062306a36Sopenharmony_ci	{ 0x000008ca, 0x0000 }, /* R2250 (0x8ca) - DRC1RMIX Input 2 Source */
47162306a36Sopenharmony_ci	{ 0x000008cb, 0x0080 }, /* R2251 (0x8cb) - DRC1RMIX Input 2 Volume */
47262306a36Sopenharmony_ci	{ 0x000008cc, 0x0000 }, /* R2252 (0x8cc) - DRC1RMIX Input 3 Source */
47362306a36Sopenharmony_ci	{ 0x000008cd, 0x0080 }, /* R2253 (0x8cd) - DRC1RMIX Input 3 Volume */
47462306a36Sopenharmony_ci	{ 0x000008ce, 0x0000 }, /* R2254 (0x8ce) - DRC1RMIX Input 4 Source */
47562306a36Sopenharmony_ci	{ 0x000008cf, 0x0080 }, /* R2255 (0x8cf) - DRC1RMIX Input 4 Volume */
47662306a36Sopenharmony_ci	{ 0x000008d0, 0x0000 }, /* R2256 (0x8d0) - DRC2LMIX Input 1 Source */
47762306a36Sopenharmony_ci	{ 0x000008d1, 0x0080 }, /* R2257 (0x8d1) - DRC2LMIX Input 1 Volume */
47862306a36Sopenharmony_ci	{ 0x000008d2, 0x0000 }, /* R2258 (0x8d2) - DRC2LMIX Input 2 Source */
47962306a36Sopenharmony_ci	{ 0x000008d3, 0x0080 }, /* R2259 (0x8d3) - DRC2LMIX Input 2 Volume */
48062306a36Sopenharmony_ci	{ 0x000008d4, 0x0000 }, /* R2260 (0x8d4) - DRC2LMIX Input 3 Source */
48162306a36Sopenharmony_ci	{ 0x000008d5, 0x0080 }, /* R2261 (0x8d5) - DRC2LMIX Input 3 Volume */
48262306a36Sopenharmony_ci	{ 0x000008d6, 0x0000 }, /* R2262 (0x8d6) - DRC2LMIX Input 4 Source */
48362306a36Sopenharmony_ci	{ 0x000008d7, 0x0080 }, /* R2263 (0x8d7) - DRC2LMIX Input 4 Volume */
48462306a36Sopenharmony_ci	{ 0x000008d8, 0x0000 }, /* R2264 (0x8d8) - DRC2RMIX Input 1 Source */
48562306a36Sopenharmony_ci	{ 0x000008d9, 0x0080 }, /* R2265 (0x8d9) - DRC2RMIX Input 1 Volume */
48662306a36Sopenharmony_ci	{ 0x000008da, 0x0000 }, /* R2266 (0x8da) - DRC2RMIX Input 2 Source */
48762306a36Sopenharmony_ci	{ 0x000008db, 0x0080 }, /* R2267 (0x8db) - DRC2RMIX Input 2 Volume */
48862306a36Sopenharmony_ci	{ 0x000008dc, 0x0000 }, /* R2268 (0x8dc) - DRC2RMIX Input 3 Source */
48962306a36Sopenharmony_ci	{ 0x000008dd, 0x0080 }, /* R2269 (0x8dd) - DRC2RMIX Input 3 Volume */
49062306a36Sopenharmony_ci	{ 0x000008de, 0x0000 }, /* R2270 (0x8de) - DRC2RMIX Input 4 Source */
49162306a36Sopenharmony_ci	{ 0x000008df, 0x0080 }, /* R2271 (0x8df) - DRC2RMIX Input 4 Volume */
49262306a36Sopenharmony_ci	{ 0x00000900, 0x0000 }, /* R2304 (0x900) - HPLP1MIX Input 1 Source */
49362306a36Sopenharmony_ci	{ 0x00000901, 0x0080 }, /* R2305 (0x901) - HPLP1MIX Input 1 Volume */
49462306a36Sopenharmony_ci	{ 0x00000902, 0x0000 }, /* R2306 (0x902) - HPLP1MIX Input 2 Source */
49562306a36Sopenharmony_ci	{ 0x00000903, 0x0080 }, /* R2307 (0x903) - HPLP1MIX Input 2 Volume */
49662306a36Sopenharmony_ci	{ 0x00000904, 0x0000 }, /* R2308 (0x904) - HPLP1MIX Input 3 Source */
49762306a36Sopenharmony_ci	{ 0x00000905, 0x0080 }, /* R2309 (0x905) - HPLP1MIX Input 3 Volume */
49862306a36Sopenharmony_ci	{ 0x00000906, 0x0000 }, /* R2310 (0x906) - HPLP1MIX Input 4 Source */
49962306a36Sopenharmony_ci	{ 0x00000907, 0x0080 }, /* R2311 (0x907) - HPLP1MIX Input 4 Volume */
50062306a36Sopenharmony_ci	{ 0x00000908, 0x0000 }, /* R2312 (0x908) - HPLP2MIX Input 1 Source */
50162306a36Sopenharmony_ci	{ 0x00000909, 0x0080 }, /* R2313 (0x909) - HPLP2MIX Input 1 Volume */
50262306a36Sopenharmony_ci	{ 0x0000090a, 0x0000 }, /* R2314 (0x90a) - HPLP2MIX Input 2 Source */
50362306a36Sopenharmony_ci	{ 0x0000090b, 0x0080 }, /* R2315 (0x90b) - HPLP2MIX Input 2 Volume */
50462306a36Sopenharmony_ci	{ 0x0000090c, 0x0000 }, /* R2316 (0x90c) - HPLP2MIX Input 3 Source */
50562306a36Sopenharmony_ci	{ 0x0000090d, 0x0080 }, /* R2317 (0x90d) - HPLP2MIX Input 3 Volume */
50662306a36Sopenharmony_ci	{ 0x0000090e, 0x0000 }, /* R2318 (0x90e) - HPLP2MIX Input 4 Source */
50762306a36Sopenharmony_ci	{ 0x0000090f, 0x0080 }, /* R2319 (0x90f) - HPLP2MIX Input 4 Volume */
50862306a36Sopenharmony_ci	{ 0x00000910, 0x0000 }, /* R2320 (0x910) - HPLP3MIX Input 1 Source */
50962306a36Sopenharmony_ci	{ 0x00000911, 0x0080 }, /* R2321 (0x911) - HPLP3MIX Input 1 Volume */
51062306a36Sopenharmony_ci	{ 0x00000912, 0x0000 }, /* R2322 (0x912) - HPLP3MIX Input 2 Source */
51162306a36Sopenharmony_ci	{ 0x00000913, 0x0080 }, /* R2323 (0x913) - HPLP3MIX Input 2 Volume */
51262306a36Sopenharmony_ci	{ 0x00000914, 0x0000 }, /* R2324 (0x914) - HPLP3MIX Input 3 Source */
51362306a36Sopenharmony_ci	{ 0x00000915, 0x0080 }, /* R2325 (0x915) - HPLP3MIX Input 3 Volume */
51462306a36Sopenharmony_ci	{ 0x00000916, 0x0000 }, /* R2326 (0x916) - HPLP3MIX Input 4 Source */
51562306a36Sopenharmony_ci	{ 0x00000917, 0x0080 }, /* R2327 (0x917) - HPLP3MIX Input 4 Volume */
51662306a36Sopenharmony_ci	{ 0x00000918, 0x0000 }, /* R2328 (0x918) - HPLP4MIX Input 1 Source */
51762306a36Sopenharmony_ci	{ 0x00000919, 0x0080 }, /* R2329 (0x919) - HPLP4MIX Input 1 Volume */
51862306a36Sopenharmony_ci	{ 0x0000091a, 0x0000 }, /* R2330 (0x91a) - HPLP4MIX Input 2 Source */
51962306a36Sopenharmony_ci	{ 0x0000091b, 0x0080 }, /* R2331 (0x91b) - HPLP4MIX Input 2 Volume */
52062306a36Sopenharmony_ci	{ 0x0000091c, 0x0000 }, /* R2332 (0x91c) - HPLP4MIX Input 3 Source */
52162306a36Sopenharmony_ci	{ 0x0000091d, 0x0080 }, /* R2333 (0x91d) - HPLP4MIX Input 3 Volume */
52262306a36Sopenharmony_ci	{ 0x0000091e, 0x0000 }, /* R2334 (0x91e) - HPLP4MIX Input 4 Source */
52362306a36Sopenharmony_ci	{ 0x0000091f, 0x0080 }, /* R2335 (0x91f) - HPLP4MIX Input 4 Volume */
52462306a36Sopenharmony_ci	{ 0x00000940, 0x0000 }, /* R2368 (0x940) - DSP1LMIX Input 1 Source */
52562306a36Sopenharmony_ci	{ 0x00000941, 0x0080 }, /* R2369 (0x941) - DSP1LMIX Input 1 Volume */
52662306a36Sopenharmony_ci	{ 0x00000942, 0x0000 }, /* R2370 (0x942) - DSP1LMIX Input 2 Source */
52762306a36Sopenharmony_ci	{ 0x00000943, 0x0080 }, /* R2371 (0x943) - DSP1LMIX Input 2 Volume */
52862306a36Sopenharmony_ci	{ 0x00000944, 0x0000 }, /* R2372 (0x944) - DSP1LMIX Input 3 Source */
52962306a36Sopenharmony_ci	{ 0x00000945, 0x0080 }, /* R2373 (0x945) - DSP1LMIX Input 3 Volume */
53062306a36Sopenharmony_ci	{ 0x00000946, 0x0000 }, /* R2374 (0x946) - DSP1LMIX Input 4 Source */
53162306a36Sopenharmony_ci	{ 0x00000947, 0x0080 }, /* R2375 (0x947) - DSP1LMIX Input 4 Volume */
53262306a36Sopenharmony_ci	{ 0x00000948, 0x0000 }, /* R2376 (0x948) - DSP1RMIX Input 1 Source */
53362306a36Sopenharmony_ci	{ 0x00000949, 0x0080 }, /* R2377 (0x949) - DSP1RMIX Input 1 Volume */
53462306a36Sopenharmony_ci	{ 0x0000094a, 0x0000 }, /* R2378 (0x94a) - DSP1RMIX Input 2 Source */
53562306a36Sopenharmony_ci	{ 0x0000094b, 0x0080 }, /* R2379 (0x94b) - DSP1RMIX Input 2 Volume */
53662306a36Sopenharmony_ci	{ 0x0000094c, 0x0000 }, /* R2380 (0x94c) - DSP1RMIX Input 3 Source */
53762306a36Sopenharmony_ci	{ 0x0000094d, 0x0080 }, /* R2381 (0x94d) - DSP1RMIX Input 3 Volume */
53862306a36Sopenharmony_ci	{ 0x0000094e, 0x0000 }, /* R2382 (0x94e) - DSP1RMIX Input 4 Source */
53962306a36Sopenharmony_ci	{ 0x0000094f, 0x0080 }, /* R2383 (0x94f) - DSP1RMIX Input 4 Volume */
54062306a36Sopenharmony_ci	{ 0x00000950, 0x0000 }, /* R2384 (0x950) - DSP1AUX1MIX Input 1 Source */
54162306a36Sopenharmony_ci	{ 0x00000958, 0x0000 }, /* R2392 (0x958) - DSP1AUX2MIX Input 1 Source */
54262306a36Sopenharmony_ci	{ 0x00000960, 0x0000 }, /* R2400 (0x960) - DSP1AUX3MIX Input 1 Source */
54362306a36Sopenharmony_ci	{ 0x00000968, 0x0000 }, /* R2408 (0x968) - DSP1AUX4MIX Input 1 Source */
54462306a36Sopenharmony_ci	{ 0x00000970, 0x0000 }, /* R2416 (0x970) - DSP1AUX5MIX Input 1 Source */
54562306a36Sopenharmony_ci	{ 0x00000978, 0x0000 }, /* R2424 (0x978) - DSP1AUX6MIX Input 1 Source */
54662306a36Sopenharmony_ci	{ 0x00000980, 0x0000 }, /* R2432 (0x980) - DSP2LMIX Input 1 Source */
54762306a36Sopenharmony_ci	{ 0x00000981, 0x0080 }, /* R2433 (0x981) - DSP2LMIX Input 1 Volume */
54862306a36Sopenharmony_ci	{ 0x00000982, 0x0000 }, /* R2434 (0x982) - DSP2LMIX Input 2 Source */
54962306a36Sopenharmony_ci	{ 0x00000983, 0x0080 }, /* R2435 (0x983) - DSP2LMIX Input 2 Volume */
55062306a36Sopenharmony_ci	{ 0x00000984, 0x0000 }, /* R2436 (0x984) - DSP2LMIX Input 3 Source */
55162306a36Sopenharmony_ci	{ 0x00000985, 0x0080 }, /* R2437 (0x985) - DSP2LMIX Input 3 Volume */
55262306a36Sopenharmony_ci	{ 0x00000986, 0x0000 }, /* R2438 (0x986) - DSP2LMIX Input 4 Source */
55362306a36Sopenharmony_ci	{ 0x00000987, 0x0080 }, /* R2439 (0x987) - DSP2LMIX Input 4 Volume */
55462306a36Sopenharmony_ci	{ 0x00000988, 0x0000 }, /* R2440 (0x988) - DSP2RMIX Input 1 Source */
55562306a36Sopenharmony_ci	{ 0x00000989, 0x0080 }, /* R2441 (0x989) - DSP2RMIX Input 1 Volume */
55662306a36Sopenharmony_ci	{ 0x0000098a, 0x0000 }, /* R2442 (0x98a) - DSP2RMIX Input 2 Source */
55762306a36Sopenharmony_ci	{ 0x0000098b, 0x0080 }, /* R2443 (0x98b) - DSP2RMIX Input 2 Volume */
55862306a36Sopenharmony_ci	{ 0x0000098c, 0x0000 }, /* R2444 (0x98c) - DSP2RMIX Input 3 Source */
55962306a36Sopenharmony_ci	{ 0x0000098d, 0x0080 }, /* R2445 (0x98d) - DSP2RMIX Input 3 Volume */
56062306a36Sopenharmony_ci	{ 0x0000098e, 0x0000 }, /* R2446 (0x98e) - DSP2RMIX Input 4 Source */
56162306a36Sopenharmony_ci	{ 0x0000098f, 0x0080 }, /* R2447 (0x98f) - DSP2RMIX Input 4 Volume */
56262306a36Sopenharmony_ci	{ 0x00000990, 0x0000 }, /* R2448 (0x990) - DSP2AUX1MIX Input 1 Source */
56362306a36Sopenharmony_ci	{ 0x00000998, 0x0000 }, /* R2456 (0x998) - DSP2AUX2MIX Input 1 Source */
56462306a36Sopenharmony_ci	{ 0x000009a0, 0x0000 }, /* R2464 (0x9a0) - DSP2AUX3MIX Input 1 Source */
56562306a36Sopenharmony_ci	{ 0x000009a8, 0x0000 }, /* R2472 (0x9a8) - DSP2AUX4MIX Input 1 Source */
56662306a36Sopenharmony_ci	{ 0x000009b0, 0x0000 }, /* R2480 (0x9b0) - DSP2AUX5MIX Input 1 Source */
56762306a36Sopenharmony_ci	{ 0x000009b8, 0x0000 }, /* R2488 (0x9b8) - DSP2AUX6MIX Input 1 Source */
56862306a36Sopenharmony_ci	{ 0x000009c0, 0x0000 }, /* R2496 (0x9c0) - DSP3LMIX Input 1 Source */
56962306a36Sopenharmony_ci	{ 0x000009c1, 0x0080 }, /* R2497 (0x9c1) - DSP3LMIX Input 1 Volume */
57062306a36Sopenharmony_ci	{ 0x000009c2, 0x0000 }, /* R2498 (0x9c2) - DSP3LMIX Input 2 Source */
57162306a36Sopenharmony_ci	{ 0x000009c3, 0x0080 }, /* R2499 (0x9c3) - DSP3LMIX Input 2 Volume */
57262306a36Sopenharmony_ci	{ 0x000009c4, 0x0000 }, /* R2500 (0x9c4) - DSP3LMIX Input 3 Source */
57362306a36Sopenharmony_ci	{ 0x000009c5, 0x0080 }, /* R2501 (0x9c5) - DSP3LMIX Input 3 Volume */
57462306a36Sopenharmony_ci	{ 0x000009c6, 0x0000 }, /* R2502 (0x9c6) - DSP3LMIX Input 4 Source */
57562306a36Sopenharmony_ci	{ 0x000009c7, 0x0080 }, /* R2503 (0x9c7) - DSP3LMIX Input 4 Volume */
57662306a36Sopenharmony_ci	{ 0x000009c8, 0x0000 }, /* R2504 (0x9c8) - DSP3RMIX Input 1 Source */
57762306a36Sopenharmony_ci	{ 0x000009c9, 0x0080 }, /* R2505 (0x9c9) - DSP3RMIX Input 1 Volume */
57862306a36Sopenharmony_ci	{ 0x000009ca, 0x0000 }, /* R2506 (0x9ca) - DSP3RMIX Input 2 Source */
57962306a36Sopenharmony_ci	{ 0x000009cb, 0x0080 }, /* R2507 (0x9cb) - DSP3RMIX Input 2 Volume */
58062306a36Sopenharmony_ci	{ 0x000009cc, 0x0000 }, /* R2508 (0x9cc) - DSP3RMIX Input 3 Source */
58162306a36Sopenharmony_ci	{ 0x000009cd, 0x0080 }, /* R2509 (0x9cd) - DSP3RMIX Input 3 Volume */
58262306a36Sopenharmony_ci	{ 0x000009ce, 0x0000 }, /* R2510 (0x9ce) - DSP3RMIX Input 4 Source */
58362306a36Sopenharmony_ci	{ 0x000009cf, 0x0080 }, /* R2511 (0x9cf) - DSP3RMIX Input 4 Volume */
58462306a36Sopenharmony_ci	{ 0x000009d0, 0x0000 }, /* R2512 (0x9d0) - DSP3AUX1MIX Input 1 Source */
58562306a36Sopenharmony_ci	{ 0x000009d8, 0x0000 }, /* R2520 (0x9d8) - DSP3AUX2MIX Input 1 Source */
58662306a36Sopenharmony_ci	{ 0x000009e0, 0x0000 }, /* R2528 (0x9e0) - DSP3AUX3MIX Input 1 Source */
58762306a36Sopenharmony_ci	{ 0x000009e8, 0x0000 }, /* R2536 (0x9e8) - DSP3AUX4MIX Input 1 Source */
58862306a36Sopenharmony_ci	{ 0x000009f0, 0x0000 }, /* R2544 (0x9f0) - DSP3AUX5MIX Input 1 Source */
58962306a36Sopenharmony_ci	{ 0x000009f8, 0x0000 }, /* R2552 (0x9f8) - DSP3AUX6MIX Input 1 Source */
59062306a36Sopenharmony_ci	{ 0x00000b00, 0x0000 }, /* R2816 (0xb00) - ISRC1DEC1MIX Input 1 Source*/
59162306a36Sopenharmony_ci	{ 0x00000b08, 0x0000 }, /* R2824 (0xb08) - ISRC1DEC2MIX Input 1 Source*/
59262306a36Sopenharmony_ci	{ 0x00000b10, 0x0000 }, /* R2832 (0xb10) - ISRC1DEC3MIX Input 1 Source*/
59362306a36Sopenharmony_ci	{ 0x00000b18, 0x0000 }, /* R2840 (0xb18) - ISRC1DEC4MIX Input 1 Source*/
59462306a36Sopenharmony_ci	{ 0x00000b20, 0x0000 }, /* R2848 (0xb20) - ISRC1INT1MIX Input 1 Source*/
59562306a36Sopenharmony_ci	{ 0x00000b28, 0x0000 }, /* R2856 (0xb28) - ISRC1INT2MIX Input 1 Source*/
59662306a36Sopenharmony_ci	{ 0x00000b30, 0x0000 }, /* R2864 (0xb30) - ISRC1INT3MIX Input 1 Source*/
59762306a36Sopenharmony_ci	{ 0x00000b38, 0x0000 }, /* R2872 (0xb38) - ISRC1INT4MIX Input 1 Source*/
59862306a36Sopenharmony_ci	{ 0x00000b40, 0x0000 }, /* R2880 (0xb40) - ISRC2DEC1MIX Input 1 Source*/
59962306a36Sopenharmony_ci	{ 0x00000b48, 0x0000 }, /* R2888 (0xb48) - ISRC2DEC2MIX Input 1 Source*/
60062306a36Sopenharmony_ci	{ 0x00000b50, 0x0000 }, /* R2896 (0xb50) - ISRC2DEC3MIX Input 1 Source*/
60162306a36Sopenharmony_ci	{ 0x00000b58, 0x0000 }, /* R2904 (0xb58) - ISRC2DEC4MIX Input 1 Source*/
60262306a36Sopenharmony_ci	{ 0x00000b60, 0x0000 }, /* R2912 (0xb60) - ISRC2INT1MIX Input 1 Source*/
60362306a36Sopenharmony_ci	{ 0x00000b68, 0x0000 }, /* R2920 (0xb68) - ISRC2INT2MIX Input 1 Source*/
60462306a36Sopenharmony_ci	{ 0x00000b70, 0x0000 }, /* R2928 (0xb70) - ISRC2INT3MIX Input 1 Source*/
60562306a36Sopenharmony_ci	{ 0x00000b78, 0x0000 }, /* R2936 (0xb78) - ISRC2INT4MIX Input 1 Source*/
60662306a36Sopenharmony_ci	{ 0x00000e00, 0x0000 }, /* R3584 (0xe00) - FX Ctrl1 */
60762306a36Sopenharmony_ci	{ 0x00000e10, 0x6318 }, /* R3600 (0xe10) - EQ1_1 */
60862306a36Sopenharmony_ci	{ 0x00000e11, 0x6300 }, /* R3601 (0xe11) - EQ1_2 */
60962306a36Sopenharmony_ci	{ 0x00000e12, 0x0fc8 }, /* R3602 (0xe12) - EQ1_3 */
61062306a36Sopenharmony_ci	{ 0x00000e13, 0x03fe }, /* R3603 (0xe13) - EQ1_4 */
61162306a36Sopenharmony_ci	{ 0x00000e14, 0x00e0 }, /* R3604 (0xe14) - EQ1_5 */
61262306a36Sopenharmony_ci	{ 0x00000e15, 0x1ec4 }, /* R3605 (0xe15) - EQ1_6 */
61362306a36Sopenharmony_ci	{ 0x00000e16, 0xf136 }, /* R3606 (0xe16) - EQ1_7 */
61462306a36Sopenharmony_ci	{ 0x00000e17, 0x0409 }, /* R3607 (0xe17) - EQ1_8 */
61562306a36Sopenharmony_ci	{ 0x00000e18, 0x04cc }, /* R3608 (0xe18) - EQ1_9 */
61662306a36Sopenharmony_ci	{ 0x00000e19, 0x1c9b }, /* R3609 (0xe19) - EQ1_10 */
61762306a36Sopenharmony_ci	{ 0x00000e1a, 0xf337 }, /* R3610 (0xe1a) - EQ1_11 */
61862306a36Sopenharmony_ci	{ 0x00000e1b, 0x040b }, /* R3611 (0xe1b) - EQ1_12 */
61962306a36Sopenharmony_ci	{ 0x00000e1c, 0x0cbb }, /* R3612 (0xe1c) - EQ1_13 */
62062306a36Sopenharmony_ci	{ 0x00000e1d, 0x16f8 }, /* R3613 (0xe1d) - EQ1_14 */
62162306a36Sopenharmony_ci	{ 0x00000e1e, 0xf7d9 }, /* R3614 (0xe1e) - EQ1_15 */
62262306a36Sopenharmony_ci	{ 0x00000e1f, 0x040a }, /* R3615 (0xe1f) - EQ1_16 */
62362306a36Sopenharmony_ci	{ 0x00000e20, 0x1f14 }, /* R3616 (0xe20) - EQ1_17 */
62462306a36Sopenharmony_ci	{ 0x00000e21, 0x058c }, /* R3617 (0xe21) - EQ1_18 */
62562306a36Sopenharmony_ci	{ 0x00000e22, 0x0563 }, /* R3618 (0xe22) - EQ1_19 */
62662306a36Sopenharmony_ci	{ 0x00000e23, 0x4000 }, /* R3619 (0xe23) - EQ1_20 */
62762306a36Sopenharmony_ci	{ 0x00000e24, 0x0b75 }, /* R3620 (0xe24) - EQ1_21 */
62862306a36Sopenharmony_ci	{ 0x00000e26, 0x6318 }, /* R3622 (0xe26) - EQ2_1 */
62962306a36Sopenharmony_ci	{ 0x00000e27, 0x6300 }, /* R3623 (0xe27) - EQ2_2 */
63062306a36Sopenharmony_ci	{ 0x00000e28, 0x0fc8 }, /* R3624 (0xe28) - EQ2_3 */
63162306a36Sopenharmony_ci	{ 0x00000e29, 0x03fe }, /* R3625 (0xe29) - EQ2_4 */
63262306a36Sopenharmony_ci	{ 0x00000e2a, 0x00e0 }, /* R3626 (0xe2a) - EQ2_5 */
63362306a36Sopenharmony_ci	{ 0x00000e2b, 0x1ec4 }, /* R3627 (0xe2b) - EQ2_6 */
63462306a36Sopenharmony_ci	{ 0x00000e2c, 0xf136 }, /* R3628 (0xe2c) - EQ2_7 */
63562306a36Sopenharmony_ci	{ 0x00000e2d, 0x0409 }, /* R3629 (0xe2d) - EQ2_8 */
63662306a36Sopenharmony_ci	{ 0x00000e2e, 0x04cc }, /* R3630 (0xe2e) - EQ2_9 */
63762306a36Sopenharmony_ci	{ 0x00000e2f, 0x1c9b }, /* R3631 (0xe2f) - EQ2_10 */
63862306a36Sopenharmony_ci	{ 0x00000e30, 0xf337 }, /* R3632 (0xe30) - EQ2_11 */
63962306a36Sopenharmony_ci	{ 0x00000e31, 0x040b }, /* R3633 (0xe31) - EQ2_12 */
64062306a36Sopenharmony_ci	{ 0x00000e32, 0x0cbb }, /* R3634 (0xe32) - EQ2_13 */
64162306a36Sopenharmony_ci	{ 0x00000e33, 0x16f8 }, /* R3635 (0xe33) - EQ2_14 */
64262306a36Sopenharmony_ci	{ 0x00000e34, 0xf7d9 }, /* R3636 (0xe34) - EQ2_15 */
64362306a36Sopenharmony_ci	{ 0x00000e35, 0x040a }, /* R3637 (0xe35) - EQ2_16 */
64462306a36Sopenharmony_ci	{ 0x00000e36, 0x1f14 }, /* R3638 (0xe36) - EQ2_17 */
64562306a36Sopenharmony_ci	{ 0x00000e37, 0x058c }, /* R3639 (0xe37) - EQ2_18 */
64662306a36Sopenharmony_ci	{ 0x00000e38, 0x0563 }, /* R3640 (0xe38) - EQ2_19 */
64762306a36Sopenharmony_ci	{ 0x00000e39, 0x4000 }, /* R3641 (0xe39) - EQ2_20 */
64862306a36Sopenharmony_ci	{ 0x00000e3a, 0x0b75 }, /* R3642 (0xe3a) - EQ2_21 */
64962306a36Sopenharmony_ci	{ 0x00000e3c, 0x6318 }, /* R3644 (0xe3c) - EQ3_1 */
65062306a36Sopenharmony_ci	{ 0x00000e3d, 0x6300 }, /* R3645 (0xe3d) - EQ3_2 */
65162306a36Sopenharmony_ci	{ 0x00000e3e, 0x0fc8 }, /* R3646 (0xe3e) - EQ3_3 */
65262306a36Sopenharmony_ci	{ 0x00000e3f, 0x03fe }, /* R3647 (0xe3f) - EQ3_4 */
65362306a36Sopenharmony_ci	{ 0x00000e40, 0x00e0 }, /* R3648 (0xe40) - EQ3_5 */
65462306a36Sopenharmony_ci	{ 0x00000e41, 0x1ec4 }, /* R3649 (0xe41) - EQ3_6 */
65562306a36Sopenharmony_ci	{ 0x00000e42, 0xf136 }, /* R3650 (0xe42) - EQ3_7 */
65662306a36Sopenharmony_ci	{ 0x00000e43, 0x0409 }, /* R3651 (0xe43) - EQ3_8 */
65762306a36Sopenharmony_ci	{ 0x00000e44, 0x04cc }, /* R3652 (0xe44) - EQ3_9 */
65862306a36Sopenharmony_ci	{ 0x00000e45, 0x1c9b }, /* R3653 (0xe45) - EQ3_10 */
65962306a36Sopenharmony_ci	{ 0x00000e46, 0xf337 }, /* R3654 (0xe46) - EQ3_11 */
66062306a36Sopenharmony_ci	{ 0x00000e47, 0x040b }, /* R3655 (0xe47) - EQ3_12 */
66162306a36Sopenharmony_ci	{ 0x00000e48, 0x0cbb }, /* R3656 (0xe48) - EQ3_13 */
66262306a36Sopenharmony_ci	{ 0x00000e49, 0x16f8 }, /* R3657 (0xe49) - EQ3_14 */
66362306a36Sopenharmony_ci	{ 0x00000e4a, 0xf7d9 }, /* R3658 (0xe4a) - EQ3_15 */
66462306a36Sopenharmony_ci	{ 0x00000e4b, 0x040a }, /* R3659 (0xe4b) - EQ3_16 */
66562306a36Sopenharmony_ci	{ 0x00000e4c, 0x1f14 }, /* R3660 (0xe4c) - EQ3_17 */
66662306a36Sopenharmony_ci	{ 0x00000e4d, 0x058c }, /* R3661 (0xe4d) - EQ3_18 */
66762306a36Sopenharmony_ci	{ 0x00000e4e, 0x0563 }, /* R3662 (0xe4e) - EQ3_19 */
66862306a36Sopenharmony_ci	{ 0x00000e4f, 0x4000 }, /* R3663 (0xe4f) - EQ3_20 */
66962306a36Sopenharmony_ci	{ 0x00000e50, 0x0b75 }, /* R3664 (0xe50) - EQ3_21 */
67062306a36Sopenharmony_ci	{ 0x00000e52, 0x6318 }, /* R3666 (0xe52) - EQ4_1 */
67162306a36Sopenharmony_ci	{ 0x00000e53, 0x6300 }, /* R3667 (0xe53) - EQ4_2 */
67262306a36Sopenharmony_ci	{ 0x00000e54, 0x0fc8 }, /* R3668 (0xe54) - EQ4_3 */
67362306a36Sopenharmony_ci	{ 0x00000e55, 0x03fe }, /* R3669 (0xe55) - EQ4_4 */
67462306a36Sopenharmony_ci	{ 0x00000e56, 0x00e0 }, /* R3670 (0xe56) - EQ4_5 */
67562306a36Sopenharmony_ci	{ 0x00000e57, 0x1ec4 }, /* R3671 (0xe57) - EQ4_6 */
67662306a36Sopenharmony_ci	{ 0x00000e58, 0xf136 }, /* R3672 (0xe58) - EQ4_7 */
67762306a36Sopenharmony_ci	{ 0x00000e59, 0x0409 }, /* R3673 (0xe59) - EQ4_8 */
67862306a36Sopenharmony_ci	{ 0x00000e5a, 0x04cc }, /* R3674 (0xe5a) - EQ4_9 */
67962306a36Sopenharmony_ci	{ 0x00000e5b, 0x1c9b }, /* R3675 (0xe5b) - EQ4_10 */
68062306a36Sopenharmony_ci	{ 0x00000e5c, 0xf337 }, /* R3676 (0xe5c) - EQ4_11 */
68162306a36Sopenharmony_ci	{ 0x00000e5d, 0x040b }, /* R3677 (0xe5d) - EQ4_12 */
68262306a36Sopenharmony_ci	{ 0x00000e5e, 0x0cbb }, /* R3678 (0xe5e) - EQ4_13 */
68362306a36Sopenharmony_ci	{ 0x00000e5f, 0x16f8 }, /* R3679 (0xe5f) - EQ4_14 */
68462306a36Sopenharmony_ci	{ 0x00000e60, 0xf7d9 }, /* R3680 (0xe60) - EQ4_15 */
68562306a36Sopenharmony_ci	{ 0x00000e61, 0x040a }, /* R3681 (0xe61) - EQ4_16 */
68662306a36Sopenharmony_ci	{ 0x00000e62, 0x1f14 }, /* R3682 (0xe62) - EQ4_17 */
68762306a36Sopenharmony_ci	{ 0x00000e63, 0x058c }, /* R3683 (0xe63) - EQ4_18 */
68862306a36Sopenharmony_ci	{ 0x00000e64, 0x0563 }, /* R3684 (0xe64) - EQ4_19 */
68962306a36Sopenharmony_ci	{ 0x00000e65, 0x4000 }, /* R3685 (0xe65) - EQ4_20 */
69062306a36Sopenharmony_ci	{ 0x00000e66, 0x0b75 }, /* R3686 (0xe66) - EQ4_21 */
69162306a36Sopenharmony_ci	{ 0x00000e80, 0x0018 }, /* R3712 (0xe80) - DRC1 ctrl1 */
69262306a36Sopenharmony_ci	{ 0x00000e81, 0x0933 }, /* R3713 (0xe81) - DRC1 ctrl2 */
69362306a36Sopenharmony_ci	{ 0x00000e82, 0x0018 }, /* R3714 (0xe82) - DRC1 ctrl3 */
69462306a36Sopenharmony_ci	{ 0x00000e83, 0x0000 }, /* R3715 (0xe83) - DRC1 ctrl4 */
69562306a36Sopenharmony_ci	{ 0x00000e84, 0x0000 }, /* R3716 (0xe84) - DRC1 ctrl5 */
69662306a36Sopenharmony_ci	{ 0x00000e88, 0x0018 }, /* R3720 (0xe88) - DRC2 ctrl1 */
69762306a36Sopenharmony_ci	{ 0x00000e89, 0x0933 }, /* R3721 (0xe89) - DRC2 ctrl2 */
69862306a36Sopenharmony_ci	{ 0x00000e8a, 0x0018 }, /* R3722 (0xe8a) - DRC2 ctrl3 */
69962306a36Sopenharmony_ci	{ 0x00000e8b, 0x0000 }, /* R3723 (0xe8b) - DRC2 ctrl4 */
70062306a36Sopenharmony_ci	{ 0x00000e8c, 0x0000 }, /* R3724 (0xe8c) - DRC2 ctrl5 */
70162306a36Sopenharmony_ci	{ 0x00000ec0, 0x0000 }, /* R3776 (0xec0) - HPLPF1_1 */
70262306a36Sopenharmony_ci	{ 0x00000ec1, 0x0000 }, /* R3777 (0xec1) - HPLPF1_2 */
70362306a36Sopenharmony_ci	{ 0x00000ec4, 0x0000 }, /* R3780 (0xec4) - HPLPF2_1 */
70462306a36Sopenharmony_ci	{ 0x00000ec5, 0x0000 }, /* R3781 (0xec5) - HPLPF2_2 */
70562306a36Sopenharmony_ci	{ 0x00000ec8, 0x0000 }, /* R3784 (0xec8) - HPLPF3_1 */
70662306a36Sopenharmony_ci	{ 0x00000ec9, 0x0000 }, /* R3785 (0xec9) - HPLPF3_2 */
70762306a36Sopenharmony_ci	{ 0x00000ecc, 0x0000 }, /* R3788 (0xecc) - HPLPF4_1 */
70862306a36Sopenharmony_ci	{ 0x00000ecd, 0x0000 }, /* R3789 (0xecd) - HPLPF4_2 */
70962306a36Sopenharmony_ci	{ 0x00000ef0, 0x0000 }, /* R3824 (0xef0) - ISRC 1 CTRL 1 */
71062306a36Sopenharmony_ci	{ 0x00000ef1, 0x0001 }, /* R3825 (0xef1) - ISRC 1 CTRL 2 */
71162306a36Sopenharmony_ci	{ 0x00000ef2, 0x0000 }, /* R3826 (0xef2) - ISRC 1 CTRL 3 */
71262306a36Sopenharmony_ci	{ 0x00000ef3, 0x0000 }, /* R3827 (0xef3) - ISRC 2 CTRL 1 */
71362306a36Sopenharmony_ci	{ 0x00000ef4, 0x0001 }, /* R3828 (0xef4) - ISRC 2 CTRL 2 */
71462306a36Sopenharmony_ci	{ 0x00000ef5, 0x0000 }, /* R3829 (0xef5) - ISRC 2 CTRL 3 */
71562306a36Sopenharmony_ci	{ 0x00001700, 0x2001 }, /* R5888 (0x1700) - GPIO1 Control 1 */
71662306a36Sopenharmony_ci	{ 0x00001701, 0xf000 }, /* R5889 (0x1701) - GPIO1 Control 2 */
71762306a36Sopenharmony_ci	{ 0x00001702, 0x2001 }, /* R5890 (0x1702) - GPIO2 Control 1 */
71862306a36Sopenharmony_ci	{ 0x00001703, 0xf000 }, /* R5891 (0x1703) - GPIO2 Control 2 */
71962306a36Sopenharmony_ci	{ 0x00001704, 0x2001 }, /* R5892 (0x1704) - GPIO3 Control 1 */
72062306a36Sopenharmony_ci	{ 0x00001705, 0xf000 }, /* R5893 (0x1705) - GPIO3 Control 2 */
72162306a36Sopenharmony_ci	{ 0x00001706, 0x2001 }, /* R5894 (0x1706) - GPIO4 Control 1 */
72262306a36Sopenharmony_ci	{ 0x00001707, 0xf000 }, /* R5895 (0x1707) - GPIO4 Control 2 */
72362306a36Sopenharmony_ci	{ 0x00001708, 0x2001 }, /* R5896 (0x1708) - GPIO5 Control 1 */
72462306a36Sopenharmony_ci	{ 0x00001709, 0xf000 }, /* R5897 (0x1709) - GPIO5 Control 2 */
72562306a36Sopenharmony_ci	{ 0x0000170a, 0x2001 }, /* R5898 (0x170a) - GPIO6 Control 1 */
72662306a36Sopenharmony_ci	{ 0x0000170b, 0xf000 }, /* R5899 (0x170b) - GPIO6 Control 2 */
72762306a36Sopenharmony_ci	{ 0x0000170c, 0x2001 }, /* R5900 (0x170c) - GPIO7 Control 1 */
72862306a36Sopenharmony_ci	{ 0x0000170d, 0xf000 }, /* R5901 (0x170d) - GPIO7 Control 2 */
72962306a36Sopenharmony_ci	{ 0x0000170e, 0x2001 }, /* R5902 (0x170e) - GPIO8 Control 1 */
73062306a36Sopenharmony_ci	{ 0x0000170f, 0xf000 }, /* R5903 (0x170f) - GPIO8 Control 2 */
73162306a36Sopenharmony_ci	{ 0x00001710, 0x2001 }, /* R5904 (0x1710) - GPIO9 Control 1 */
73262306a36Sopenharmony_ci	{ 0x00001711, 0xf000 }, /* R5905 (0x1711) - GPIO9 Control 2 */
73362306a36Sopenharmony_ci	{ 0x00001712, 0x2001 }, /* R5906 (0x1712) - GPIO10 Control 1 */
73462306a36Sopenharmony_ci	{ 0x00001713, 0xf000 }, /* R5907 (0x1713) - GPIO10 Control 2 */
73562306a36Sopenharmony_ci	{ 0x00001714, 0x2001 }, /* R5908 (0x1714) - GPIO11 Control 1 */
73662306a36Sopenharmony_ci	{ 0x00001715, 0xf000 }, /* R5909 (0x1715) - GPIO11 Control 2 */
73762306a36Sopenharmony_ci	{ 0x00001716, 0x2001 }, /* R5910 (0x1716) - GPIO12 Control 1 */
73862306a36Sopenharmony_ci	{ 0x00001717, 0xf000 }, /* R5911 (0x1717) - GPIO12 Control 2 */
73962306a36Sopenharmony_ci	{ 0x00001718, 0x2001 }, /* R5912 (0x1718) - GPIO13 Control 1 */
74062306a36Sopenharmony_ci	{ 0x00001719, 0xf000 }, /* R5913 (0x1719) - GPIO13 Control 2 */
74162306a36Sopenharmony_ci	{ 0x0000171a, 0x2001 }, /* R5914 (0x171a) - GPIO14 Control 1 */
74262306a36Sopenharmony_ci	{ 0x0000171b, 0xf000 }, /* R5915 (0x171b) - GPIO14 Control 2 */
74362306a36Sopenharmony_ci	{ 0x0000171c, 0x2001 }, /* R5916 (0x171c) - GPIO15 Control 1 */
74462306a36Sopenharmony_ci	{ 0x0000171d, 0xf000 }, /* R5917 (0x171d) - GPIO15 Control 2 */
74562306a36Sopenharmony_ci	{ 0x0000171e, 0x2001 }, /* R5918 (0x171e) - GPIO16 Control 1 */
74662306a36Sopenharmony_ci	{ 0x0000171f, 0xf000 }, /* R5919 (0x171f) - GPIO16 Control 2 */
74762306a36Sopenharmony_ci	{ 0x00001840, 0xffff }, /* R6208 (0x1840) - IRQ1 Mask 1 */
74862306a36Sopenharmony_ci	{ 0x00001841, 0xffff }, /* R6209 (0x1841) - IRQ1 Mask 2 */
74962306a36Sopenharmony_ci	{ 0x00001842, 0xffff }, /* R6210 (0x1842) - IRQ1 Mask 3 */
75062306a36Sopenharmony_ci	{ 0x00001843, 0xffff }, /* R6211 (0x1843) - IRQ1 Mask 4 */
75162306a36Sopenharmony_ci	{ 0x00001844, 0xffff }, /* R6212 (0x1844) - IRQ1 Mask 5 */
75262306a36Sopenharmony_ci	{ 0x00001845, 0xffff }, /* R6213 (0x1845) - IRQ1 Mask 6 */
75362306a36Sopenharmony_ci	{ 0x00001846, 0xffff }, /* R6214 (0x1846) - IRQ1 Mask 7 */
75462306a36Sopenharmony_ci	{ 0x00001847, 0xffff }, /* R6215 (0x1847) - IRQ1 Mask 8 */
75562306a36Sopenharmony_ci	{ 0x00001848, 0xffff }, /* R6216 (0x1848) - IRQ1 Mask 9 */
75662306a36Sopenharmony_ci	{ 0x00001849, 0xffff }, /* R6217 (0x1849) - IRQ1 Mask 10 */
75762306a36Sopenharmony_ci	{ 0x0000184a, 0xffff }, /* R6218 (0x184a) - IRQ1 Mask 11 */
75862306a36Sopenharmony_ci	{ 0x0000184b, 0xffff }, /* R6219 (0x184b) - IRQ1 Mask 12 */
75962306a36Sopenharmony_ci	{ 0x0000184c, 0xffff }, /* R6220 (0x184c) - IRQ1 Mask 13 */
76062306a36Sopenharmony_ci	{ 0x0000184d, 0xffff }, /* R6221 (0x184d) - IRQ1 Mask 14 */
76162306a36Sopenharmony_ci	{ 0x0000184e, 0xffff }, /* R6222 (0x184e) - IRQ1 Mask 15 */
76262306a36Sopenharmony_ci	{ 0x0000184f, 0xffff }, /* R6223 (0x184f) - IRQ1 Mask 16 */
76362306a36Sopenharmony_ci	{ 0x00001850, 0xffff }, /* R6224 (0x1850) - IRQ1 Mask 17 */
76462306a36Sopenharmony_ci	{ 0x00001851, 0xffff }, /* R6225 (0x1851) - IRQ1 Mask 18 */
76562306a36Sopenharmony_ci	{ 0x00001852, 0xffff }, /* R6226 (0x1852) - IRQ1 Mask 19 */
76662306a36Sopenharmony_ci	{ 0x00001853, 0xffff }, /* R6227 (0x1853) - IRQ1 Mask 20 */
76762306a36Sopenharmony_ci	{ 0x00001854, 0xffff }, /* R6228 (0x1854) - IRQ1 Mask 21 */
76862306a36Sopenharmony_ci	{ 0x00001855, 0xffff }, /* R6229 (0x1855) - IRQ1 Mask 22 */
76962306a36Sopenharmony_ci	{ 0x00001856, 0xffff }, /* R6230 (0x1856) - IRQ1 Mask 23 */
77062306a36Sopenharmony_ci	{ 0x00001857, 0xffff }, /* R6231 (0x1857) - IRQ1 Mask 24 */
77162306a36Sopenharmony_ci	{ 0x00001858, 0xffff }, /* R6232 (0x1858) - IRQ1 Mask 25 */
77262306a36Sopenharmony_ci	{ 0x00001859, 0xffff }, /* R6233 (0x1859) - IRQ1 Mask 26 */
77362306a36Sopenharmony_ci	{ 0x0000185a, 0xffff }, /* R6234 (0x185a) - IRQ1 Mask 27 */
77462306a36Sopenharmony_ci	{ 0x0000185b, 0xffff }, /* R6235 (0x185b) - IRQ1 Mask 28 */
77562306a36Sopenharmony_ci	{ 0x0000185c, 0xffff }, /* R6236 (0x185c) - IRQ1 Mask 29 */
77662306a36Sopenharmony_ci	{ 0x0000185d, 0xffff }, /* R6237 (0x185d) - IRQ1 Mask 30 */
77762306a36Sopenharmony_ci	{ 0x0000185e, 0xffff }, /* R6238 (0x185e) - IRQ1 Mask 31 */
77862306a36Sopenharmony_ci	{ 0x0000185f, 0xffff }, /* R6239 (0x185f) - IRQ1 Mask 32 */
77962306a36Sopenharmony_ci	{ 0x00001860, 0xffff }, /* R6240 (0x1860) - IRQ1 Mask 33 */
78062306a36Sopenharmony_ci	{ 0x00001a06, 0x0000 }, /* R6662 (0x1a06) - Interrupt Debounce 7 */
78162306a36Sopenharmony_ci	{ 0x00001a80, 0x4400 }, /* R6784 (0x1a80) - IRQ1 CTRL */
78262306a36Sopenharmony_ci};
78362306a36Sopenharmony_ci
78462306a36Sopenharmony_cistatic bool cs47l35_is_adsp_memory(unsigned int reg)
78562306a36Sopenharmony_ci{
78662306a36Sopenharmony_ci	switch (reg) {
78762306a36Sopenharmony_ci	case 0x080000 ... 0x085ffe:
78862306a36Sopenharmony_ci	case 0x0a0000 ... 0x0a7ffe:
78962306a36Sopenharmony_ci	case 0x0c0000 ... 0x0c1ffe:
79062306a36Sopenharmony_ci	case 0x0e0000 ... 0x0e1ffe:
79162306a36Sopenharmony_ci	case 0x100000 ... 0x10effe:
79262306a36Sopenharmony_ci	case 0x120000 ... 0x12bffe:
79362306a36Sopenharmony_ci	case 0x136000 ... 0x137ffe:
79462306a36Sopenharmony_ci	case 0x140000 ... 0x14bffe:
79562306a36Sopenharmony_ci	case 0x160000 ... 0x161ffe:
79662306a36Sopenharmony_ci	case 0x180000 ... 0x18effe:
79762306a36Sopenharmony_ci	case 0x1a0000 ... 0x1b1ffe:
79862306a36Sopenharmony_ci	case 0x1b6000 ... 0x1b7ffe:
79962306a36Sopenharmony_ci	case 0x1c0000 ... 0x1cbffe:
80062306a36Sopenharmony_ci	case 0x1e0000 ... 0x1e1ffe:
80162306a36Sopenharmony_ci		return true;
80262306a36Sopenharmony_ci	default:
80362306a36Sopenharmony_ci		return false;
80462306a36Sopenharmony_ci	}
80562306a36Sopenharmony_ci}
80662306a36Sopenharmony_ci
80762306a36Sopenharmony_cistatic bool cs47l35_16bit_readable_register(struct device *dev,
80862306a36Sopenharmony_ci					    unsigned int reg)
80962306a36Sopenharmony_ci{
81062306a36Sopenharmony_ci	switch (reg) {
81162306a36Sopenharmony_ci	case MADERA_SOFTWARE_RESET:
81262306a36Sopenharmony_ci	case MADERA_HARDWARE_REVISION:
81362306a36Sopenharmony_ci	case MADERA_WRITE_SEQUENCER_CTRL_0:
81462306a36Sopenharmony_ci	case MADERA_WRITE_SEQUENCER_CTRL_1:
81562306a36Sopenharmony_ci	case MADERA_WRITE_SEQUENCER_CTRL_2:
81662306a36Sopenharmony_ci	case MADERA_TONE_GENERATOR_1:
81762306a36Sopenharmony_ci	case MADERA_TONE_GENERATOR_2:
81862306a36Sopenharmony_ci	case MADERA_TONE_GENERATOR_3:
81962306a36Sopenharmony_ci	case MADERA_TONE_GENERATOR_4:
82062306a36Sopenharmony_ci	case MADERA_TONE_GENERATOR_5:
82162306a36Sopenharmony_ci	case MADERA_PWM_DRIVE_1:
82262306a36Sopenharmony_ci	case MADERA_PWM_DRIVE_2:
82362306a36Sopenharmony_ci	case MADERA_PWM_DRIVE_3:
82462306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_SEQUENCE_SELECT_1:
82562306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_SEQUENCE_SELECT_2:
82662306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_SEQUENCE_SELECT_3:
82762306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_SEQUENCE_SELECT_4:
82862306a36Sopenharmony_ci	case MADERA_ALWAYS_ON_TRIGGERS_SEQUENCE_SELECT_1:
82962306a36Sopenharmony_ci	case MADERA_ALWAYS_ON_TRIGGERS_SEQUENCE_SELECT_2:
83062306a36Sopenharmony_ci	case MADERA_HAPTICS_CONTROL_1:
83162306a36Sopenharmony_ci	case MADERA_HAPTICS_CONTROL_2:
83262306a36Sopenharmony_ci	case MADERA_HAPTICS_PHASE_1_INTENSITY:
83362306a36Sopenharmony_ci	case MADERA_HAPTICS_PHASE_1_DURATION:
83462306a36Sopenharmony_ci	case MADERA_HAPTICS_PHASE_2_INTENSITY:
83562306a36Sopenharmony_ci	case MADERA_HAPTICS_PHASE_2_DURATION:
83662306a36Sopenharmony_ci	case MADERA_HAPTICS_PHASE_3_INTENSITY:
83762306a36Sopenharmony_ci	case MADERA_HAPTICS_PHASE_3_DURATION:
83862306a36Sopenharmony_ci	case MADERA_HAPTICS_STATUS:
83962306a36Sopenharmony_ci	case MADERA_COMFORT_NOISE_GENERATOR:
84062306a36Sopenharmony_ci	case MADERA_CLOCK_32K_1:
84162306a36Sopenharmony_ci	case MADERA_SYSTEM_CLOCK_1:
84262306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_1:
84362306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_2:
84462306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_3:
84562306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_1_STATUS:
84662306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_2_STATUS:
84762306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_3_STATUS:
84862306a36Sopenharmony_ci	case MADERA_DSP_CLOCK_1:
84962306a36Sopenharmony_ci	case MADERA_DSP_CLOCK_2:
85062306a36Sopenharmony_ci	case MADERA_OUTPUT_SYSTEM_CLOCK:
85162306a36Sopenharmony_ci	case MADERA_OUTPUT_ASYNC_CLOCK:
85262306a36Sopenharmony_ci	case MADERA_RATE_ESTIMATOR_1:
85362306a36Sopenharmony_ci	case MADERA_RATE_ESTIMATOR_2:
85462306a36Sopenharmony_ci	case MADERA_RATE_ESTIMATOR_3:
85562306a36Sopenharmony_ci	case MADERA_RATE_ESTIMATOR_4:
85662306a36Sopenharmony_ci	case MADERA_RATE_ESTIMATOR_5:
85762306a36Sopenharmony_ci	case MADERA_FLL1_CONTROL_1:
85862306a36Sopenharmony_ci	case MADERA_FLL1_CONTROL_2:
85962306a36Sopenharmony_ci	case MADERA_FLL1_CONTROL_3:
86062306a36Sopenharmony_ci	case MADERA_FLL1_CONTROL_4:
86162306a36Sopenharmony_ci	case MADERA_FLL1_CONTROL_5:
86262306a36Sopenharmony_ci	case MADERA_FLL1_CONTROL_6:
86362306a36Sopenharmony_ci	case MADERA_FLL1_CONTROL_7:
86462306a36Sopenharmony_ci	case MADERA_FLL1_EFS_2:
86562306a36Sopenharmony_ci	case CS47L35_FLL1_SYNCHRONISER_1:
86662306a36Sopenharmony_ci	case CS47L35_FLL1_SYNCHRONISER_2:
86762306a36Sopenharmony_ci	case CS47L35_FLL1_SYNCHRONISER_3:
86862306a36Sopenharmony_ci	case CS47L35_FLL1_SYNCHRONISER_4:
86962306a36Sopenharmony_ci	case CS47L35_FLL1_SYNCHRONISER_5:
87062306a36Sopenharmony_ci	case CS47L35_FLL1_SYNCHRONISER_6:
87162306a36Sopenharmony_ci	case CS47L35_FLL1_SYNCHRONISER_7:
87262306a36Sopenharmony_ci	case CS47L35_FLL1_SPREAD_SPECTRUM:
87362306a36Sopenharmony_ci	case CS47L35_FLL1_GPIO_CLOCK:
87462306a36Sopenharmony_ci	case MADERA_MIC_CHARGE_PUMP_1:
87562306a36Sopenharmony_ci	case MADERA_HP_CHARGE_PUMP_8:
87662306a36Sopenharmony_ci	case MADERA_LDO2_CONTROL_1:
87762306a36Sopenharmony_ci	case MADERA_MIC_BIAS_CTRL_1:
87862306a36Sopenharmony_ci	case MADERA_MIC_BIAS_CTRL_2:
87962306a36Sopenharmony_ci	case MADERA_MIC_BIAS_CTRL_5:
88062306a36Sopenharmony_ci	case MADERA_MIC_BIAS_CTRL_6:
88162306a36Sopenharmony_ci	case MADERA_HP_CTRL_1L:
88262306a36Sopenharmony_ci	case MADERA_HP_CTRL_1R:
88362306a36Sopenharmony_ci	case MADERA_DCS_HP1L_CONTROL:
88462306a36Sopenharmony_ci	case MADERA_DCS_HP1R_CONTROL:
88562306a36Sopenharmony_ci	case MADERA_EDRE_HP_STEREO_CONTROL:
88662306a36Sopenharmony_ci	case MADERA_ACCESSORY_DETECT_MODE_1:
88762306a36Sopenharmony_ci	case MADERA_HEADPHONE_DETECT_1:
88862306a36Sopenharmony_ci	case MADERA_HEADPHONE_DETECT_2:
88962306a36Sopenharmony_ci	case MADERA_HEADPHONE_DETECT_3:
89062306a36Sopenharmony_ci	case MADERA_HEADPHONE_DETECT_5:
89162306a36Sopenharmony_ci	case MADERA_MICD_CLAMP_CONTROL:
89262306a36Sopenharmony_ci	case MADERA_MIC_DETECT_1_CONTROL_1:
89362306a36Sopenharmony_ci	case MADERA_MIC_DETECT_1_CONTROL_2:
89462306a36Sopenharmony_ci	case MADERA_MIC_DETECT_1_CONTROL_3:
89562306a36Sopenharmony_ci	case MADERA_MIC_DETECT_1_LEVEL_1:
89662306a36Sopenharmony_ci	case MADERA_MIC_DETECT_1_LEVEL_2:
89762306a36Sopenharmony_ci	case MADERA_MIC_DETECT_1_LEVEL_3:
89862306a36Sopenharmony_ci	case MADERA_MIC_DETECT_1_LEVEL_4:
89962306a36Sopenharmony_ci	case MADERA_MIC_DETECT_1_CONTROL_4:
90062306a36Sopenharmony_ci	case MADERA_GP_SWITCH_1:
90162306a36Sopenharmony_ci	case MADERA_JACK_DETECT_ANALOGUE:
90262306a36Sopenharmony_ci	case MADERA_INPUT_ENABLES:
90362306a36Sopenharmony_ci	case MADERA_INPUT_ENABLES_STATUS:
90462306a36Sopenharmony_ci	case MADERA_INPUT_RATE:
90562306a36Sopenharmony_ci	case MADERA_INPUT_VOLUME_RAMP:
90662306a36Sopenharmony_ci	case MADERA_HPF_CONTROL:
90762306a36Sopenharmony_ci	case MADERA_IN1L_CONTROL:
90862306a36Sopenharmony_ci	case MADERA_ADC_DIGITAL_VOLUME_1L:
90962306a36Sopenharmony_ci	case MADERA_DMIC1L_CONTROL:
91062306a36Sopenharmony_ci	case MADERA_IN1R_CONTROL:
91162306a36Sopenharmony_ci	case MADERA_ADC_DIGITAL_VOLUME_1R:
91262306a36Sopenharmony_ci	case MADERA_DMIC1R_CONTROL:
91362306a36Sopenharmony_ci	case MADERA_IN2L_CONTROL:
91462306a36Sopenharmony_ci	case MADERA_ADC_DIGITAL_VOLUME_2L:
91562306a36Sopenharmony_ci	case MADERA_DMIC2L_CONTROL:
91662306a36Sopenharmony_ci	case MADERA_IN2R_CONTROL:
91762306a36Sopenharmony_ci	case MADERA_ADC_DIGITAL_VOLUME_2R:
91862306a36Sopenharmony_ci	case MADERA_DMIC2R_CONTROL:
91962306a36Sopenharmony_ci	case MADERA_OUTPUT_ENABLES_1:
92062306a36Sopenharmony_ci	case MADERA_OUTPUT_STATUS_1:
92162306a36Sopenharmony_ci	case MADERA_RAW_OUTPUT_STATUS_1:
92262306a36Sopenharmony_ci	case MADERA_OUTPUT_RATE_1:
92362306a36Sopenharmony_ci	case MADERA_OUTPUT_VOLUME_RAMP:
92462306a36Sopenharmony_ci	case MADERA_OUTPUT_PATH_CONFIG_1L:
92562306a36Sopenharmony_ci	case MADERA_DAC_DIGITAL_VOLUME_1L:
92662306a36Sopenharmony_ci	case MADERA_NOISE_GATE_SELECT_1L:
92762306a36Sopenharmony_ci	case MADERA_OUTPUT_PATH_CONFIG_1R:
92862306a36Sopenharmony_ci	case MADERA_DAC_DIGITAL_VOLUME_1R:
92962306a36Sopenharmony_ci	case MADERA_NOISE_GATE_SELECT_1R:
93062306a36Sopenharmony_ci	case MADERA_OUTPUT_PATH_CONFIG_4L:
93162306a36Sopenharmony_ci	case MADERA_DAC_DIGITAL_VOLUME_4L:
93262306a36Sopenharmony_ci	case MADERA_NOISE_GATE_SELECT_4L:
93362306a36Sopenharmony_ci	case MADERA_OUTPUT_PATH_CONFIG_5L:
93462306a36Sopenharmony_ci	case MADERA_DAC_DIGITAL_VOLUME_5L:
93562306a36Sopenharmony_ci	case MADERA_NOISE_GATE_SELECT_5L:
93662306a36Sopenharmony_ci	case MADERA_OUTPUT_PATH_CONFIG_5R:
93762306a36Sopenharmony_ci	case MADERA_DAC_DIGITAL_VOLUME_5R:
93862306a36Sopenharmony_ci	case MADERA_NOISE_GATE_SELECT_5R:
93962306a36Sopenharmony_ci	case MADERA_DAC_AEC_CONTROL_1:
94062306a36Sopenharmony_ci	case MADERA_DAC_AEC_CONTROL_2:
94162306a36Sopenharmony_ci	case MADERA_NOISE_GATE_CONTROL:
94262306a36Sopenharmony_ci	case MADERA_PDM_SPK1_CTRL_1:
94362306a36Sopenharmony_ci	case MADERA_PDM_SPK1_CTRL_2:
94462306a36Sopenharmony_ci	case MADERA_HP1_SHORT_CIRCUIT_CTRL:
94562306a36Sopenharmony_ci	case MADERA_HP_TEST_CTRL_5:
94662306a36Sopenharmony_ci	case MADERA_HP_TEST_CTRL_6:
94762306a36Sopenharmony_ci	case MADERA_AIF1_BCLK_CTRL:
94862306a36Sopenharmony_ci	case MADERA_AIF1_TX_PIN_CTRL:
94962306a36Sopenharmony_ci	case MADERA_AIF1_RX_PIN_CTRL:
95062306a36Sopenharmony_ci	case MADERA_AIF1_RATE_CTRL:
95162306a36Sopenharmony_ci	case MADERA_AIF1_FORMAT:
95262306a36Sopenharmony_ci	case MADERA_AIF1_RX_BCLK_RATE:
95362306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_1:
95462306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_2:
95562306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_3:
95662306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_4:
95762306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_5:
95862306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_6:
95962306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_7:
96062306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_8:
96162306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_11:
96262306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_12:
96362306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_13:
96462306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_14:
96562306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_15:
96662306a36Sopenharmony_ci	case MADERA_AIF1_FRAME_CTRL_16:
96762306a36Sopenharmony_ci	case MADERA_AIF1_TX_ENABLES:
96862306a36Sopenharmony_ci	case MADERA_AIF1_RX_ENABLES:
96962306a36Sopenharmony_ci	case MADERA_AIF2_BCLK_CTRL:
97062306a36Sopenharmony_ci	case MADERA_AIF2_TX_PIN_CTRL:
97162306a36Sopenharmony_ci	case MADERA_AIF2_RX_PIN_CTRL:
97262306a36Sopenharmony_ci	case MADERA_AIF2_RATE_CTRL:
97362306a36Sopenharmony_ci	case MADERA_AIF2_FORMAT:
97462306a36Sopenharmony_ci	case MADERA_AIF2_RX_BCLK_RATE:
97562306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_1:
97662306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_2:
97762306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_3:
97862306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_4:
97962306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_11:
98062306a36Sopenharmony_ci	case MADERA_AIF2_FRAME_CTRL_12:
98162306a36Sopenharmony_ci	case MADERA_AIF2_TX_ENABLES:
98262306a36Sopenharmony_ci	case MADERA_AIF2_RX_ENABLES:
98362306a36Sopenharmony_ci	case MADERA_AIF3_BCLK_CTRL:
98462306a36Sopenharmony_ci	case MADERA_AIF3_TX_PIN_CTRL:
98562306a36Sopenharmony_ci	case MADERA_AIF3_RX_PIN_CTRL:
98662306a36Sopenharmony_ci	case MADERA_AIF3_RATE_CTRL:
98762306a36Sopenharmony_ci	case MADERA_AIF3_FORMAT:
98862306a36Sopenharmony_ci	case MADERA_AIF3_RX_BCLK_RATE:
98962306a36Sopenharmony_ci	case MADERA_AIF3_FRAME_CTRL_1:
99062306a36Sopenharmony_ci	case MADERA_AIF3_FRAME_CTRL_2:
99162306a36Sopenharmony_ci	case MADERA_AIF3_FRAME_CTRL_3:
99262306a36Sopenharmony_ci	case MADERA_AIF3_FRAME_CTRL_4:
99362306a36Sopenharmony_ci	case MADERA_AIF3_FRAME_CTRL_11:
99462306a36Sopenharmony_ci	case MADERA_AIF3_FRAME_CTRL_12:
99562306a36Sopenharmony_ci	case MADERA_AIF3_TX_ENABLES:
99662306a36Sopenharmony_ci	case MADERA_AIF3_RX_ENABLES:
99762306a36Sopenharmony_ci	case MADERA_SPD1_TX_CONTROL:
99862306a36Sopenharmony_ci	case MADERA_SPD1_TX_CHANNEL_STATUS_1:
99962306a36Sopenharmony_ci	case MADERA_SPD1_TX_CHANNEL_STATUS_2:
100062306a36Sopenharmony_ci	case MADERA_SPD1_TX_CHANNEL_STATUS_3:
100162306a36Sopenharmony_ci	case MADERA_SLIMBUS_FRAMER_REF_GEAR:
100262306a36Sopenharmony_ci	case MADERA_SLIMBUS_RATES_1:
100362306a36Sopenharmony_ci	case MADERA_SLIMBUS_RATES_2:
100462306a36Sopenharmony_ci	case MADERA_SLIMBUS_RATES_3:
100562306a36Sopenharmony_ci	case MADERA_SLIMBUS_RATES_5:
100662306a36Sopenharmony_ci	case MADERA_SLIMBUS_RATES_6:
100762306a36Sopenharmony_ci	case MADERA_SLIMBUS_RATES_7:
100862306a36Sopenharmony_ci	case MADERA_SLIMBUS_RX_CHANNEL_ENABLE:
100962306a36Sopenharmony_ci	case MADERA_SLIMBUS_TX_CHANNEL_ENABLE:
101062306a36Sopenharmony_ci	case MADERA_SLIMBUS_RX_PORT_STATUS:
101162306a36Sopenharmony_ci	case MADERA_SLIMBUS_TX_PORT_STATUS:
101262306a36Sopenharmony_ci	case MADERA_PWM1MIX_INPUT_1_SOURCE:
101362306a36Sopenharmony_ci	case MADERA_PWM1MIX_INPUT_1_VOLUME:
101462306a36Sopenharmony_ci	case MADERA_PWM1MIX_INPUT_2_SOURCE:
101562306a36Sopenharmony_ci	case MADERA_PWM1MIX_INPUT_2_VOLUME:
101662306a36Sopenharmony_ci	case MADERA_PWM1MIX_INPUT_3_SOURCE:
101762306a36Sopenharmony_ci	case MADERA_PWM1MIX_INPUT_3_VOLUME:
101862306a36Sopenharmony_ci	case MADERA_PWM1MIX_INPUT_4_SOURCE:
101962306a36Sopenharmony_ci	case MADERA_PWM1MIX_INPUT_4_VOLUME:
102062306a36Sopenharmony_ci	case MADERA_PWM2MIX_INPUT_1_SOURCE:
102162306a36Sopenharmony_ci	case MADERA_PWM2MIX_INPUT_1_VOLUME:
102262306a36Sopenharmony_ci	case MADERA_PWM2MIX_INPUT_2_SOURCE:
102362306a36Sopenharmony_ci	case MADERA_PWM2MIX_INPUT_2_VOLUME:
102462306a36Sopenharmony_ci	case MADERA_PWM2MIX_INPUT_3_SOURCE:
102562306a36Sopenharmony_ci	case MADERA_PWM2MIX_INPUT_3_VOLUME:
102662306a36Sopenharmony_ci	case MADERA_PWM2MIX_INPUT_4_SOURCE:
102762306a36Sopenharmony_ci	case MADERA_PWM2MIX_INPUT_4_VOLUME:
102862306a36Sopenharmony_ci	case MADERA_OUT1LMIX_INPUT_1_SOURCE:
102962306a36Sopenharmony_ci	case MADERA_OUT1LMIX_INPUT_1_VOLUME:
103062306a36Sopenharmony_ci	case MADERA_OUT1LMIX_INPUT_2_SOURCE:
103162306a36Sopenharmony_ci	case MADERA_OUT1LMIX_INPUT_2_VOLUME:
103262306a36Sopenharmony_ci	case MADERA_OUT1LMIX_INPUT_3_SOURCE:
103362306a36Sopenharmony_ci	case MADERA_OUT1LMIX_INPUT_3_VOLUME:
103462306a36Sopenharmony_ci	case MADERA_OUT1LMIX_INPUT_4_SOURCE:
103562306a36Sopenharmony_ci	case MADERA_OUT1LMIX_INPUT_4_VOLUME:
103662306a36Sopenharmony_ci	case MADERA_OUT1RMIX_INPUT_1_SOURCE:
103762306a36Sopenharmony_ci	case MADERA_OUT1RMIX_INPUT_1_VOLUME:
103862306a36Sopenharmony_ci	case MADERA_OUT1RMIX_INPUT_2_SOURCE:
103962306a36Sopenharmony_ci	case MADERA_OUT1RMIX_INPUT_2_VOLUME:
104062306a36Sopenharmony_ci	case MADERA_OUT1RMIX_INPUT_3_SOURCE:
104162306a36Sopenharmony_ci	case MADERA_OUT1RMIX_INPUT_3_VOLUME:
104262306a36Sopenharmony_ci	case MADERA_OUT1RMIX_INPUT_4_SOURCE:
104362306a36Sopenharmony_ci	case MADERA_OUT1RMIX_INPUT_4_VOLUME:
104462306a36Sopenharmony_ci	case MADERA_OUT4LMIX_INPUT_1_SOURCE:
104562306a36Sopenharmony_ci	case MADERA_OUT4LMIX_INPUT_1_VOLUME:
104662306a36Sopenharmony_ci	case MADERA_OUT4LMIX_INPUT_2_SOURCE:
104762306a36Sopenharmony_ci	case MADERA_OUT4LMIX_INPUT_2_VOLUME:
104862306a36Sopenharmony_ci	case MADERA_OUT4LMIX_INPUT_3_SOURCE:
104962306a36Sopenharmony_ci	case MADERA_OUT4LMIX_INPUT_3_VOLUME:
105062306a36Sopenharmony_ci	case MADERA_OUT4LMIX_INPUT_4_SOURCE:
105162306a36Sopenharmony_ci	case MADERA_OUT4LMIX_INPUT_4_VOLUME:
105262306a36Sopenharmony_ci	case MADERA_OUT5LMIX_INPUT_1_SOURCE:
105362306a36Sopenharmony_ci	case MADERA_OUT5LMIX_INPUT_1_VOLUME:
105462306a36Sopenharmony_ci	case MADERA_OUT5LMIX_INPUT_2_SOURCE:
105562306a36Sopenharmony_ci	case MADERA_OUT5LMIX_INPUT_2_VOLUME:
105662306a36Sopenharmony_ci	case MADERA_OUT5LMIX_INPUT_3_SOURCE:
105762306a36Sopenharmony_ci	case MADERA_OUT5LMIX_INPUT_3_VOLUME:
105862306a36Sopenharmony_ci	case MADERA_OUT5LMIX_INPUT_4_SOURCE:
105962306a36Sopenharmony_ci	case MADERA_OUT5LMIX_INPUT_4_VOLUME:
106062306a36Sopenharmony_ci	case MADERA_OUT5RMIX_INPUT_1_SOURCE:
106162306a36Sopenharmony_ci	case MADERA_OUT5RMIX_INPUT_1_VOLUME:
106262306a36Sopenharmony_ci	case MADERA_OUT5RMIX_INPUT_2_SOURCE:
106362306a36Sopenharmony_ci	case MADERA_OUT5RMIX_INPUT_2_VOLUME:
106462306a36Sopenharmony_ci	case MADERA_OUT5RMIX_INPUT_3_SOURCE:
106562306a36Sopenharmony_ci	case MADERA_OUT5RMIX_INPUT_3_VOLUME:
106662306a36Sopenharmony_ci	case MADERA_OUT5RMIX_INPUT_4_SOURCE:
106762306a36Sopenharmony_ci	case MADERA_OUT5RMIX_INPUT_4_VOLUME:
106862306a36Sopenharmony_ci	case MADERA_AIF1TX1MIX_INPUT_1_SOURCE:
106962306a36Sopenharmony_ci	case MADERA_AIF1TX1MIX_INPUT_1_VOLUME:
107062306a36Sopenharmony_ci	case MADERA_AIF1TX1MIX_INPUT_2_SOURCE:
107162306a36Sopenharmony_ci	case MADERA_AIF1TX1MIX_INPUT_2_VOLUME:
107262306a36Sopenharmony_ci	case MADERA_AIF1TX1MIX_INPUT_3_SOURCE:
107362306a36Sopenharmony_ci	case MADERA_AIF1TX1MIX_INPUT_3_VOLUME:
107462306a36Sopenharmony_ci	case MADERA_AIF1TX1MIX_INPUT_4_SOURCE:
107562306a36Sopenharmony_ci	case MADERA_AIF1TX1MIX_INPUT_4_VOLUME:
107662306a36Sopenharmony_ci	case MADERA_AIF1TX2MIX_INPUT_1_SOURCE:
107762306a36Sopenharmony_ci	case MADERA_AIF1TX2MIX_INPUT_1_VOLUME:
107862306a36Sopenharmony_ci	case MADERA_AIF1TX2MIX_INPUT_2_SOURCE:
107962306a36Sopenharmony_ci	case MADERA_AIF1TX2MIX_INPUT_2_VOLUME:
108062306a36Sopenharmony_ci	case MADERA_AIF1TX2MIX_INPUT_3_SOURCE:
108162306a36Sopenharmony_ci	case MADERA_AIF1TX2MIX_INPUT_3_VOLUME:
108262306a36Sopenharmony_ci	case MADERA_AIF1TX2MIX_INPUT_4_SOURCE:
108362306a36Sopenharmony_ci	case MADERA_AIF1TX2MIX_INPUT_4_VOLUME:
108462306a36Sopenharmony_ci	case MADERA_AIF1TX3MIX_INPUT_1_SOURCE:
108562306a36Sopenharmony_ci	case MADERA_AIF1TX3MIX_INPUT_1_VOLUME:
108662306a36Sopenharmony_ci	case MADERA_AIF1TX3MIX_INPUT_2_SOURCE:
108762306a36Sopenharmony_ci	case MADERA_AIF1TX3MIX_INPUT_2_VOLUME:
108862306a36Sopenharmony_ci	case MADERA_AIF1TX3MIX_INPUT_3_SOURCE:
108962306a36Sopenharmony_ci	case MADERA_AIF1TX3MIX_INPUT_3_VOLUME:
109062306a36Sopenharmony_ci	case MADERA_AIF1TX3MIX_INPUT_4_SOURCE:
109162306a36Sopenharmony_ci	case MADERA_AIF1TX3MIX_INPUT_4_VOLUME:
109262306a36Sopenharmony_ci	case MADERA_AIF1TX4MIX_INPUT_1_SOURCE:
109362306a36Sopenharmony_ci	case MADERA_AIF1TX4MIX_INPUT_1_VOLUME:
109462306a36Sopenharmony_ci	case MADERA_AIF1TX4MIX_INPUT_2_SOURCE:
109562306a36Sopenharmony_ci	case MADERA_AIF1TX4MIX_INPUT_2_VOLUME:
109662306a36Sopenharmony_ci	case MADERA_AIF1TX4MIX_INPUT_3_SOURCE:
109762306a36Sopenharmony_ci	case MADERA_AIF1TX4MIX_INPUT_3_VOLUME:
109862306a36Sopenharmony_ci	case MADERA_AIF1TX4MIX_INPUT_4_SOURCE:
109962306a36Sopenharmony_ci	case MADERA_AIF1TX4MIX_INPUT_4_VOLUME:
110062306a36Sopenharmony_ci	case MADERA_AIF1TX5MIX_INPUT_1_SOURCE:
110162306a36Sopenharmony_ci	case MADERA_AIF1TX5MIX_INPUT_1_VOLUME:
110262306a36Sopenharmony_ci	case MADERA_AIF1TX5MIX_INPUT_2_SOURCE:
110362306a36Sopenharmony_ci	case MADERA_AIF1TX5MIX_INPUT_2_VOLUME:
110462306a36Sopenharmony_ci	case MADERA_AIF1TX5MIX_INPUT_3_SOURCE:
110562306a36Sopenharmony_ci	case MADERA_AIF1TX5MIX_INPUT_3_VOLUME:
110662306a36Sopenharmony_ci	case MADERA_AIF1TX5MIX_INPUT_4_SOURCE:
110762306a36Sopenharmony_ci	case MADERA_AIF1TX5MIX_INPUT_4_VOLUME:
110862306a36Sopenharmony_ci	case MADERA_AIF1TX6MIX_INPUT_1_SOURCE:
110962306a36Sopenharmony_ci	case MADERA_AIF1TX6MIX_INPUT_1_VOLUME:
111062306a36Sopenharmony_ci	case MADERA_AIF1TX6MIX_INPUT_2_SOURCE:
111162306a36Sopenharmony_ci	case MADERA_AIF1TX6MIX_INPUT_2_VOLUME:
111262306a36Sopenharmony_ci	case MADERA_AIF1TX6MIX_INPUT_3_SOURCE:
111362306a36Sopenharmony_ci	case MADERA_AIF1TX6MIX_INPUT_3_VOLUME:
111462306a36Sopenharmony_ci	case MADERA_AIF1TX6MIX_INPUT_4_SOURCE:
111562306a36Sopenharmony_ci	case MADERA_AIF1TX6MIX_INPUT_4_VOLUME:
111662306a36Sopenharmony_ci	case MADERA_AIF2TX1MIX_INPUT_1_SOURCE:
111762306a36Sopenharmony_ci	case MADERA_AIF2TX1MIX_INPUT_1_VOLUME:
111862306a36Sopenharmony_ci	case MADERA_AIF2TX1MIX_INPUT_2_SOURCE:
111962306a36Sopenharmony_ci	case MADERA_AIF2TX1MIX_INPUT_2_VOLUME:
112062306a36Sopenharmony_ci	case MADERA_AIF2TX1MIX_INPUT_3_SOURCE:
112162306a36Sopenharmony_ci	case MADERA_AIF2TX1MIX_INPUT_3_VOLUME:
112262306a36Sopenharmony_ci	case MADERA_AIF2TX1MIX_INPUT_4_SOURCE:
112362306a36Sopenharmony_ci	case MADERA_AIF2TX1MIX_INPUT_4_VOLUME:
112462306a36Sopenharmony_ci	case MADERA_AIF2TX2MIX_INPUT_1_SOURCE:
112562306a36Sopenharmony_ci	case MADERA_AIF2TX2MIX_INPUT_1_VOLUME:
112662306a36Sopenharmony_ci	case MADERA_AIF2TX2MIX_INPUT_2_SOURCE:
112762306a36Sopenharmony_ci	case MADERA_AIF2TX2MIX_INPUT_2_VOLUME:
112862306a36Sopenharmony_ci	case MADERA_AIF2TX2MIX_INPUT_3_SOURCE:
112962306a36Sopenharmony_ci	case MADERA_AIF2TX2MIX_INPUT_3_VOLUME:
113062306a36Sopenharmony_ci	case MADERA_AIF2TX2MIX_INPUT_4_SOURCE:
113162306a36Sopenharmony_ci	case MADERA_AIF2TX2MIX_INPUT_4_VOLUME:
113262306a36Sopenharmony_ci	case MADERA_AIF3TX1MIX_INPUT_1_SOURCE:
113362306a36Sopenharmony_ci	case MADERA_AIF3TX1MIX_INPUT_1_VOLUME:
113462306a36Sopenharmony_ci	case MADERA_AIF3TX1MIX_INPUT_2_SOURCE:
113562306a36Sopenharmony_ci	case MADERA_AIF3TX1MIX_INPUT_2_VOLUME:
113662306a36Sopenharmony_ci	case MADERA_AIF3TX1MIX_INPUT_3_SOURCE:
113762306a36Sopenharmony_ci	case MADERA_AIF3TX1MIX_INPUT_3_VOLUME:
113862306a36Sopenharmony_ci	case MADERA_AIF3TX1MIX_INPUT_4_SOURCE:
113962306a36Sopenharmony_ci	case MADERA_AIF3TX1MIX_INPUT_4_VOLUME:
114062306a36Sopenharmony_ci	case MADERA_AIF3TX2MIX_INPUT_1_SOURCE:
114162306a36Sopenharmony_ci	case MADERA_AIF3TX2MIX_INPUT_1_VOLUME:
114262306a36Sopenharmony_ci	case MADERA_AIF3TX2MIX_INPUT_2_SOURCE:
114362306a36Sopenharmony_ci	case MADERA_AIF3TX2MIX_INPUT_2_VOLUME:
114462306a36Sopenharmony_ci	case MADERA_AIF3TX2MIX_INPUT_3_SOURCE:
114562306a36Sopenharmony_ci	case MADERA_AIF3TX2MIX_INPUT_3_VOLUME:
114662306a36Sopenharmony_ci	case MADERA_AIF3TX2MIX_INPUT_4_SOURCE:
114762306a36Sopenharmony_ci	case MADERA_AIF3TX2MIX_INPUT_4_VOLUME:
114862306a36Sopenharmony_ci	case MADERA_SLIMTX1MIX_INPUT_1_SOURCE:
114962306a36Sopenharmony_ci	case MADERA_SLIMTX1MIX_INPUT_1_VOLUME:
115062306a36Sopenharmony_ci	case MADERA_SLIMTX1MIX_INPUT_2_SOURCE:
115162306a36Sopenharmony_ci	case MADERA_SLIMTX1MIX_INPUT_2_VOLUME:
115262306a36Sopenharmony_ci	case MADERA_SLIMTX1MIX_INPUT_3_SOURCE:
115362306a36Sopenharmony_ci	case MADERA_SLIMTX1MIX_INPUT_3_VOLUME:
115462306a36Sopenharmony_ci	case MADERA_SLIMTX1MIX_INPUT_4_SOURCE:
115562306a36Sopenharmony_ci	case MADERA_SLIMTX1MIX_INPUT_4_VOLUME:
115662306a36Sopenharmony_ci	case MADERA_SLIMTX2MIX_INPUT_1_SOURCE:
115762306a36Sopenharmony_ci	case MADERA_SLIMTX2MIX_INPUT_1_VOLUME:
115862306a36Sopenharmony_ci	case MADERA_SLIMTX2MIX_INPUT_2_SOURCE:
115962306a36Sopenharmony_ci	case MADERA_SLIMTX2MIX_INPUT_2_VOLUME:
116062306a36Sopenharmony_ci	case MADERA_SLIMTX2MIX_INPUT_3_SOURCE:
116162306a36Sopenharmony_ci	case MADERA_SLIMTX2MIX_INPUT_3_VOLUME:
116262306a36Sopenharmony_ci	case MADERA_SLIMTX2MIX_INPUT_4_SOURCE:
116362306a36Sopenharmony_ci	case MADERA_SLIMTX2MIX_INPUT_4_VOLUME:
116462306a36Sopenharmony_ci	case MADERA_SLIMTX3MIX_INPUT_1_SOURCE:
116562306a36Sopenharmony_ci	case MADERA_SLIMTX3MIX_INPUT_1_VOLUME:
116662306a36Sopenharmony_ci	case MADERA_SLIMTX3MIX_INPUT_2_SOURCE:
116762306a36Sopenharmony_ci	case MADERA_SLIMTX3MIX_INPUT_2_VOLUME:
116862306a36Sopenharmony_ci	case MADERA_SLIMTX3MIX_INPUT_3_SOURCE:
116962306a36Sopenharmony_ci	case MADERA_SLIMTX3MIX_INPUT_3_VOLUME:
117062306a36Sopenharmony_ci	case MADERA_SLIMTX3MIX_INPUT_4_SOURCE:
117162306a36Sopenharmony_ci	case MADERA_SLIMTX3MIX_INPUT_4_VOLUME:
117262306a36Sopenharmony_ci	case MADERA_SLIMTX4MIX_INPUT_1_SOURCE:
117362306a36Sopenharmony_ci	case MADERA_SLIMTX4MIX_INPUT_1_VOLUME:
117462306a36Sopenharmony_ci	case MADERA_SLIMTX4MIX_INPUT_2_SOURCE:
117562306a36Sopenharmony_ci	case MADERA_SLIMTX4MIX_INPUT_2_VOLUME:
117662306a36Sopenharmony_ci	case MADERA_SLIMTX4MIX_INPUT_3_SOURCE:
117762306a36Sopenharmony_ci	case MADERA_SLIMTX4MIX_INPUT_3_VOLUME:
117862306a36Sopenharmony_ci	case MADERA_SLIMTX4MIX_INPUT_4_SOURCE:
117962306a36Sopenharmony_ci	case MADERA_SLIMTX4MIX_INPUT_4_VOLUME:
118062306a36Sopenharmony_ci	case MADERA_SLIMTX5MIX_INPUT_1_SOURCE:
118162306a36Sopenharmony_ci	case MADERA_SLIMTX5MIX_INPUT_1_VOLUME:
118262306a36Sopenharmony_ci	case MADERA_SLIMTX5MIX_INPUT_2_SOURCE:
118362306a36Sopenharmony_ci	case MADERA_SLIMTX5MIX_INPUT_2_VOLUME:
118462306a36Sopenharmony_ci	case MADERA_SLIMTX5MIX_INPUT_3_SOURCE:
118562306a36Sopenharmony_ci	case MADERA_SLIMTX5MIX_INPUT_3_VOLUME:
118662306a36Sopenharmony_ci	case MADERA_SLIMTX5MIX_INPUT_4_SOURCE:
118762306a36Sopenharmony_ci	case MADERA_SLIMTX5MIX_INPUT_4_VOLUME:
118862306a36Sopenharmony_ci	case MADERA_SLIMTX6MIX_INPUT_1_SOURCE:
118962306a36Sopenharmony_ci	case MADERA_SLIMTX6MIX_INPUT_1_VOLUME:
119062306a36Sopenharmony_ci	case MADERA_SLIMTX6MIX_INPUT_2_SOURCE:
119162306a36Sopenharmony_ci	case MADERA_SLIMTX6MIX_INPUT_2_VOLUME:
119262306a36Sopenharmony_ci	case MADERA_SLIMTX6MIX_INPUT_3_SOURCE:
119362306a36Sopenharmony_ci	case MADERA_SLIMTX6MIX_INPUT_3_VOLUME:
119462306a36Sopenharmony_ci	case MADERA_SLIMTX6MIX_INPUT_4_SOURCE:
119562306a36Sopenharmony_ci	case MADERA_SLIMTX6MIX_INPUT_4_VOLUME:
119662306a36Sopenharmony_ci	case MADERA_SPDIF1TX1MIX_INPUT_1_SOURCE:
119762306a36Sopenharmony_ci	case MADERA_SPDIF1TX1MIX_INPUT_1_VOLUME:
119862306a36Sopenharmony_ci	case MADERA_SPDIF1TX2MIX_INPUT_1_SOURCE:
119962306a36Sopenharmony_ci	case MADERA_SPDIF1TX2MIX_INPUT_1_VOLUME:
120062306a36Sopenharmony_ci	case MADERA_EQ1MIX_INPUT_1_SOURCE:
120162306a36Sopenharmony_ci	case MADERA_EQ1MIX_INPUT_1_VOLUME:
120262306a36Sopenharmony_ci	case MADERA_EQ1MIX_INPUT_2_SOURCE:
120362306a36Sopenharmony_ci	case MADERA_EQ1MIX_INPUT_2_VOLUME:
120462306a36Sopenharmony_ci	case MADERA_EQ1MIX_INPUT_3_SOURCE:
120562306a36Sopenharmony_ci	case MADERA_EQ1MIX_INPUT_3_VOLUME:
120662306a36Sopenharmony_ci	case MADERA_EQ1MIX_INPUT_4_SOURCE:
120762306a36Sopenharmony_ci	case MADERA_EQ1MIX_INPUT_4_VOLUME:
120862306a36Sopenharmony_ci	case MADERA_EQ2MIX_INPUT_1_SOURCE:
120962306a36Sopenharmony_ci	case MADERA_EQ2MIX_INPUT_1_VOLUME:
121062306a36Sopenharmony_ci	case MADERA_EQ2MIX_INPUT_2_SOURCE:
121162306a36Sopenharmony_ci	case MADERA_EQ2MIX_INPUT_2_VOLUME:
121262306a36Sopenharmony_ci	case MADERA_EQ2MIX_INPUT_3_SOURCE:
121362306a36Sopenharmony_ci	case MADERA_EQ2MIX_INPUT_3_VOLUME:
121462306a36Sopenharmony_ci	case MADERA_EQ2MIX_INPUT_4_SOURCE:
121562306a36Sopenharmony_ci	case MADERA_EQ2MIX_INPUT_4_VOLUME:
121662306a36Sopenharmony_ci	case MADERA_EQ3MIX_INPUT_1_SOURCE:
121762306a36Sopenharmony_ci	case MADERA_EQ3MIX_INPUT_1_VOLUME:
121862306a36Sopenharmony_ci	case MADERA_EQ3MIX_INPUT_2_SOURCE:
121962306a36Sopenharmony_ci	case MADERA_EQ3MIX_INPUT_2_VOLUME:
122062306a36Sopenharmony_ci	case MADERA_EQ3MIX_INPUT_3_SOURCE:
122162306a36Sopenharmony_ci	case MADERA_EQ3MIX_INPUT_3_VOLUME:
122262306a36Sopenharmony_ci	case MADERA_EQ3MIX_INPUT_4_SOURCE:
122362306a36Sopenharmony_ci	case MADERA_EQ3MIX_INPUT_4_VOLUME:
122462306a36Sopenharmony_ci	case MADERA_EQ4MIX_INPUT_1_SOURCE:
122562306a36Sopenharmony_ci	case MADERA_EQ4MIX_INPUT_1_VOLUME:
122662306a36Sopenharmony_ci	case MADERA_EQ4MIX_INPUT_2_SOURCE:
122762306a36Sopenharmony_ci	case MADERA_EQ4MIX_INPUT_2_VOLUME:
122862306a36Sopenharmony_ci	case MADERA_EQ4MIX_INPUT_3_SOURCE:
122962306a36Sopenharmony_ci	case MADERA_EQ4MIX_INPUT_3_VOLUME:
123062306a36Sopenharmony_ci	case MADERA_EQ4MIX_INPUT_4_SOURCE:
123162306a36Sopenharmony_ci	case MADERA_EQ4MIX_INPUT_4_VOLUME:
123262306a36Sopenharmony_ci	case MADERA_DRC1LMIX_INPUT_1_SOURCE:
123362306a36Sopenharmony_ci	case MADERA_DRC1LMIX_INPUT_1_VOLUME:
123462306a36Sopenharmony_ci	case MADERA_DRC1LMIX_INPUT_2_SOURCE:
123562306a36Sopenharmony_ci	case MADERA_DRC1LMIX_INPUT_2_VOLUME:
123662306a36Sopenharmony_ci	case MADERA_DRC1LMIX_INPUT_3_SOURCE:
123762306a36Sopenharmony_ci	case MADERA_DRC1LMIX_INPUT_3_VOLUME:
123862306a36Sopenharmony_ci	case MADERA_DRC1LMIX_INPUT_4_SOURCE:
123962306a36Sopenharmony_ci	case MADERA_DRC1LMIX_INPUT_4_VOLUME:
124062306a36Sopenharmony_ci	case MADERA_DRC1RMIX_INPUT_1_SOURCE:
124162306a36Sopenharmony_ci	case MADERA_DRC1RMIX_INPUT_1_VOLUME:
124262306a36Sopenharmony_ci	case MADERA_DRC1RMIX_INPUT_2_SOURCE:
124362306a36Sopenharmony_ci	case MADERA_DRC1RMIX_INPUT_2_VOLUME:
124462306a36Sopenharmony_ci	case MADERA_DRC1RMIX_INPUT_3_SOURCE:
124562306a36Sopenharmony_ci	case MADERA_DRC1RMIX_INPUT_3_VOLUME:
124662306a36Sopenharmony_ci	case MADERA_DRC1RMIX_INPUT_4_SOURCE:
124762306a36Sopenharmony_ci	case MADERA_DRC1RMIX_INPUT_4_VOLUME:
124862306a36Sopenharmony_ci	case MADERA_DRC2LMIX_INPUT_1_SOURCE:
124962306a36Sopenharmony_ci	case MADERA_DRC2LMIX_INPUT_1_VOLUME:
125062306a36Sopenharmony_ci	case MADERA_DRC2LMIX_INPUT_2_SOURCE:
125162306a36Sopenharmony_ci	case MADERA_DRC2LMIX_INPUT_2_VOLUME:
125262306a36Sopenharmony_ci	case MADERA_DRC2LMIX_INPUT_3_SOURCE:
125362306a36Sopenharmony_ci	case MADERA_DRC2LMIX_INPUT_3_VOLUME:
125462306a36Sopenharmony_ci	case MADERA_DRC2LMIX_INPUT_4_SOURCE:
125562306a36Sopenharmony_ci	case MADERA_DRC2LMIX_INPUT_4_VOLUME:
125662306a36Sopenharmony_ci	case MADERA_DRC2RMIX_INPUT_1_SOURCE:
125762306a36Sopenharmony_ci	case MADERA_DRC2RMIX_INPUT_1_VOLUME:
125862306a36Sopenharmony_ci	case MADERA_DRC2RMIX_INPUT_2_SOURCE:
125962306a36Sopenharmony_ci	case MADERA_DRC2RMIX_INPUT_2_VOLUME:
126062306a36Sopenharmony_ci	case MADERA_DRC2RMIX_INPUT_3_SOURCE:
126162306a36Sopenharmony_ci	case MADERA_DRC2RMIX_INPUT_3_VOLUME:
126262306a36Sopenharmony_ci	case MADERA_DRC2RMIX_INPUT_4_SOURCE:
126362306a36Sopenharmony_ci	case MADERA_DRC2RMIX_INPUT_4_VOLUME:
126462306a36Sopenharmony_ci	case MADERA_HPLP1MIX_INPUT_1_SOURCE:
126562306a36Sopenharmony_ci	case MADERA_HPLP1MIX_INPUT_1_VOLUME:
126662306a36Sopenharmony_ci	case MADERA_HPLP1MIX_INPUT_2_SOURCE:
126762306a36Sopenharmony_ci	case MADERA_HPLP1MIX_INPUT_2_VOLUME:
126862306a36Sopenharmony_ci	case MADERA_HPLP1MIX_INPUT_3_SOURCE:
126962306a36Sopenharmony_ci	case MADERA_HPLP1MIX_INPUT_3_VOLUME:
127062306a36Sopenharmony_ci	case MADERA_HPLP1MIX_INPUT_4_SOURCE:
127162306a36Sopenharmony_ci	case MADERA_HPLP1MIX_INPUT_4_VOLUME:
127262306a36Sopenharmony_ci	case MADERA_HPLP2MIX_INPUT_1_SOURCE:
127362306a36Sopenharmony_ci	case MADERA_HPLP2MIX_INPUT_1_VOLUME:
127462306a36Sopenharmony_ci	case MADERA_HPLP2MIX_INPUT_2_SOURCE:
127562306a36Sopenharmony_ci	case MADERA_HPLP2MIX_INPUT_2_VOLUME:
127662306a36Sopenharmony_ci	case MADERA_HPLP2MIX_INPUT_3_SOURCE:
127762306a36Sopenharmony_ci	case MADERA_HPLP2MIX_INPUT_3_VOLUME:
127862306a36Sopenharmony_ci	case MADERA_HPLP2MIX_INPUT_4_SOURCE:
127962306a36Sopenharmony_ci	case MADERA_HPLP2MIX_INPUT_4_VOLUME:
128062306a36Sopenharmony_ci	case MADERA_HPLP3MIX_INPUT_1_SOURCE:
128162306a36Sopenharmony_ci	case MADERA_HPLP3MIX_INPUT_1_VOLUME:
128262306a36Sopenharmony_ci	case MADERA_HPLP3MIX_INPUT_2_SOURCE:
128362306a36Sopenharmony_ci	case MADERA_HPLP3MIX_INPUT_2_VOLUME:
128462306a36Sopenharmony_ci	case MADERA_HPLP3MIX_INPUT_3_SOURCE:
128562306a36Sopenharmony_ci	case MADERA_HPLP3MIX_INPUT_3_VOLUME:
128662306a36Sopenharmony_ci	case MADERA_HPLP3MIX_INPUT_4_SOURCE:
128762306a36Sopenharmony_ci	case MADERA_HPLP3MIX_INPUT_4_VOLUME:
128862306a36Sopenharmony_ci	case MADERA_HPLP4MIX_INPUT_1_SOURCE:
128962306a36Sopenharmony_ci	case MADERA_HPLP4MIX_INPUT_1_VOLUME:
129062306a36Sopenharmony_ci	case MADERA_HPLP4MIX_INPUT_2_SOURCE:
129162306a36Sopenharmony_ci	case MADERA_HPLP4MIX_INPUT_2_VOLUME:
129262306a36Sopenharmony_ci	case MADERA_HPLP4MIX_INPUT_3_SOURCE:
129362306a36Sopenharmony_ci	case MADERA_HPLP4MIX_INPUT_3_VOLUME:
129462306a36Sopenharmony_ci	case MADERA_HPLP4MIX_INPUT_4_SOURCE:
129562306a36Sopenharmony_ci	case MADERA_HPLP4MIX_INPUT_4_VOLUME:
129662306a36Sopenharmony_ci	case MADERA_DSP1LMIX_INPUT_1_SOURCE:
129762306a36Sopenharmony_ci	case MADERA_DSP1LMIX_INPUT_1_VOLUME:
129862306a36Sopenharmony_ci	case MADERA_DSP1LMIX_INPUT_2_SOURCE:
129962306a36Sopenharmony_ci	case MADERA_DSP1LMIX_INPUT_2_VOLUME:
130062306a36Sopenharmony_ci	case MADERA_DSP1LMIX_INPUT_3_SOURCE:
130162306a36Sopenharmony_ci	case MADERA_DSP1LMIX_INPUT_3_VOLUME:
130262306a36Sopenharmony_ci	case MADERA_DSP1LMIX_INPUT_4_SOURCE:
130362306a36Sopenharmony_ci	case MADERA_DSP1LMIX_INPUT_4_VOLUME:
130462306a36Sopenharmony_ci	case MADERA_DSP1RMIX_INPUT_1_SOURCE:
130562306a36Sopenharmony_ci	case MADERA_DSP1RMIX_INPUT_1_VOLUME:
130662306a36Sopenharmony_ci	case MADERA_DSP1RMIX_INPUT_2_SOURCE:
130762306a36Sopenharmony_ci	case MADERA_DSP1RMIX_INPUT_2_VOLUME:
130862306a36Sopenharmony_ci	case MADERA_DSP1RMIX_INPUT_3_SOURCE:
130962306a36Sopenharmony_ci	case MADERA_DSP1RMIX_INPUT_3_VOLUME:
131062306a36Sopenharmony_ci	case MADERA_DSP1RMIX_INPUT_4_SOURCE:
131162306a36Sopenharmony_ci	case MADERA_DSP1RMIX_INPUT_4_VOLUME:
131262306a36Sopenharmony_ci	case MADERA_DSP1AUX1MIX_INPUT_1_SOURCE:
131362306a36Sopenharmony_ci	case MADERA_DSP1AUX2MIX_INPUT_1_SOURCE:
131462306a36Sopenharmony_ci	case MADERA_DSP1AUX3MIX_INPUT_1_SOURCE:
131562306a36Sopenharmony_ci	case MADERA_DSP1AUX4MIX_INPUT_1_SOURCE:
131662306a36Sopenharmony_ci	case MADERA_DSP1AUX5MIX_INPUT_1_SOURCE:
131762306a36Sopenharmony_ci	case MADERA_DSP1AUX6MIX_INPUT_1_SOURCE:
131862306a36Sopenharmony_ci	case MADERA_DSP2LMIX_INPUT_1_SOURCE:
131962306a36Sopenharmony_ci	case MADERA_DSP2LMIX_INPUT_1_VOLUME:
132062306a36Sopenharmony_ci	case MADERA_DSP2LMIX_INPUT_2_SOURCE:
132162306a36Sopenharmony_ci	case MADERA_DSP2LMIX_INPUT_2_VOLUME:
132262306a36Sopenharmony_ci	case MADERA_DSP2LMIX_INPUT_3_SOURCE:
132362306a36Sopenharmony_ci	case MADERA_DSP2LMIX_INPUT_3_VOLUME:
132462306a36Sopenharmony_ci	case MADERA_DSP2LMIX_INPUT_4_SOURCE:
132562306a36Sopenharmony_ci	case MADERA_DSP2LMIX_INPUT_4_VOLUME:
132662306a36Sopenharmony_ci	case MADERA_DSP2RMIX_INPUT_1_SOURCE:
132762306a36Sopenharmony_ci	case MADERA_DSP2RMIX_INPUT_1_VOLUME:
132862306a36Sopenharmony_ci	case MADERA_DSP2RMIX_INPUT_2_SOURCE:
132962306a36Sopenharmony_ci	case MADERA_DSP2RMIX_INPUT_2_VOLUME:
133062306a36Sopenharmony_ci	case MADERA_DSP2RMIX_INPUT_3_SOURCE:
133162306a36Sopenharmony_ci	case MADERA_DSP2RMIX_INPUT_3_VOLUME:
133262306a36Sopenharmony_ci	case MADERA_DSP2RMIX_INPUT_4_SOURCE:
133362306a36Sopenharmony_ci	case MADERA_DSP2RMIX_INPUT_4_VOLUME:
133462306a36Sopenharmony_ci	case MADERA_DSP2AUX1MIX_INPUT_1_SOURCE:
133562306a36Sopenharmony_ci	case MADERA_DSP2AUX2MIX_INPUT_1_SOURCE:
133662306a36Sopenharmony_ci	case MADERA_DSP2AUX3MIX_INPUT_1_SOURCE:
133762306a36Sopenharmony_ci	case MADERA_DSP2AUX4MIX_INPUT_1_SOURCE:
133862306a36Sopenharmony_ci	case MADERA_DSP2AUX5MIX_INPUT_1_SOURCE:
133962306a36Sopenharmony_ci	case MADERA_DSP2AUX6MIX_INPUT_1_SOURCE:
134062306a36Sopenharmony_ci	case MADERA_DSP3LMIX_INPUT_1_SOURCE:
134162306a36Sopenharmony_ci	case MADERA_DSP3LMIX_INPUT_1_VOLUME:
134262306a36Sopenharmony_ci	case MADERA_DSP3LMIX_INPUT_2_SOURCE:
134362306a36Sopenharmony_ci	case MADERA_DSP3LMIX_INPUT_2_VOLUME:
134462306a36Sopenharmony_ci	case MADERA_DSP3LMIX_INPUT_3_SOURCE:
134562306a36Sopenharmony_ci	case MADERA_DSP3LMIX_INPUT_3_VOLUME:
134662306a36Sopenharmony_ci	case MADERA_DSP3LMIX_INPUT_4_SOURCE:
134762306a36Sopenharmony_ci	case MADERA_DSP3LMIX_INPUT_4_VOLUME:
134862306a36Sopenharmony_ci	case MADERA_DSP3RMIX_INPUT_1_SOURCE:
134962306a36Sopenharmony_ci	case MADERA_DSP3RMIX_INPUT_1_VOLUME:
135062306a36Sopenharmony_ci	case MADERA_DSP3RMIX_INPUT_2_SOURCE:
135162306a36Sopenharmony_ci	case MADERA_DSP3RMIX_INPUT_2_VOLUME:
135262306a36Sopenharmony_ci	case MADERA_DSP3RMIX_INPUT_3_SOURCE:
135362306a36Sopenharmony_ci	case MADERA_DSP3RMIX_INPUT_3_VOLUME:
135462306a36Sopenharmony_ci	case MADERA_DSP3RMIX_INPUT_4_SOURCE:
135562306a36Sopenharmony_ci	case MADERA_DSP3RMIX_INPUT_4_VOLUME:
135662306a36Sopenharmony_ci	case MADERA_DSP3AUX1MIX_INPUT_1_SOURCE:
135762306a36Sopenharmony_ci	case MADERA_DSP3AUX2MIX_INPUT_1_SOURCE:
135862306a36Sopenharmony_ci	case MADERA_DSP3AUX3MIX_INPUT_1_SOURCE:
135962306a36Sopenharmony_ci	case MADERA_DSP3AUX4MIX_INPUT_1_SOURCE:
136062306a36Sopenharmony_ci	case MADERA_DSP3AUX5MIX_INPUT_1_SOURCE:
136162306a36Sopenharmony_ci	case MADERA_DSP3AUX6MIX_INPUT_1_SOURCE:
136262306a36Sopenharmony_ci	case MADERA_ISRC1DEC1MIX_INPUT_1_SOURCE:
136362306a36Sopenharmony_ci	case MADERA_ISRC1DEC2MIX_INPUT_1_SOURCE:
136462306a36Sopenharmony_ci	case MADERA_ISRC1DEC3MIX_INPUT_1_SOURCE:
136562306a36Sopenharmony_ci	case MADERA_ISRC1DEC4MIX_INPUT_1_SOURCE:
136662306a36Sopenharmony_ci	case MADERA_ISRC1INT1MIX_INPUT_1_SOURCE:
136762306a36Sopenharmony_ci	case MADERA_ISRC1INT2MIX_INPUT_1_SOURCE:
136862306a36Sopenharmony_ci	case MADERA_ISRC1INT3MIX_INPUT_1_SOURCE:
136962306a36Sopenharmony_ci	case MADERA_ISRC1INT4MIX_INPUT_1_SOURCE:
137062306a36Sopenharmony_ci	case MADERA_ISRC2DEC1MIX_INPUT_1_SOURCE:
137162306a36Sopenharmony_ci	case MADERA_ISRC2DEC2MIX_INPUT_1_SOURCE:
137262306a36Sopenharmony_ci	case MADERA_ISRC2DEC3MIX_INPUT_1_SOURCE:
137362306a36Sopenharmony_ci	case MADERA_ISRC2DEC4MIX_INPUT_1_SOURCE:
137462306a36Sopenharmony_ci	case MADERA_ISRC2INT1MIX_INPUT_1_SOURCE:
137562306a36Sopenharmony_ci	case MADERA_ISRC2INT2MIX_INPUT_1_SOURCE:
137662306a36Sopenharmony_ci	case MADERA_ISRC2INT3MIX_INPUT_1_SOURCE:
137762306a36Sopenharmony_ci	case MADERA_ISRC2INT4MIX_INPUT_1_SOURCE:
137862306a36Sopenharmony_ci	case MADERA_FX_CTRL1:
137962306a36Sopenharmony_ci	case MADERA_FX_CTRL2:
138062306a36Sopenharmony_ci	case MADERA_EQ1_1 ... MADERA_EQ1_21:
138162306a36Sopenharmony_ci	case MADERA_EQ2_1 ... MADERA_EQ2_21:
138262306a36Sopenharmony_ci	case MADERA_EQ3_1 ... MADERA_EQ3_21:
138362306a36Sopenharmony_ci	case MADERA_EQ4_1 ... MADERA_EQ4_21:
138462306a36Sopenharmony_ci	case MADERA_DRC1_CTRL1:
138562306a36Sopenharmony_ci	case MADERA_DRC1_CTRL2:
138662306a36Sopenharmony_ci	case MADERA_DRC1_CTRL3:
138762306a36Sopenharmony_ci	case MADERA_DRC1_CTRL4:
138862306a36Sopenharmony_ci	case MADERA_DRC1_CTRL5:
138962306a36Sopenharmony_ci	case MADERA_DRC2_CTRL1:
139062306a36Sopenharmony_ci	case MADERA_DRC2_CTRL2:
139162306a36Sopenharmony_ci	case MADERA_DRC2_CTRL3:
139262306a36Sopenharmony_ci	case MADERA_DRC2_CTRL4:
139362306a36Sopenharmony_ci	case MADERA_DRC2_CTRL5:
139462306a36Sopenharmony_ci	case MADERA_HPLPF1_1:
139562306a36Sopenharmony_ci	case MADERA_HPLPF1_2:
139662306a36Sopenharmony_ci	case MADERA_HPLPF2_1:
139762306a36Sopenharmony_ci	case MADERA_HPLPF2_2:
139862306a36Sopenharmony_ci	case MADERA_HPLPF3_1:
139962306a36Sopenharmony_ci	case MADERA_HPLPF3_2:
140062306a36Sopenharmony_ci	case MADERA_HPLPF4_1:
140162306a36Sopenharmony_ci	case MADERA_HPLPF4_2:
140262306a36Sopenharmony_ci	case MADERA_ISRC_1_CTRL_1:
140362306a36Sopenharmony_ci	case MADERA_ISRC_1_CTRL_2:
140462306a36Sopenharmony_ci	case MADERA_ISRC_1_CTRL_3:
140562306a36Sopenharmony_ci	case MADERA_ISRC_2_CTRL_1:
140662306a36Sopenharmony_ci	case MADERA_ISRC_2_CTRL_2:
140762306a36Sopenharmony_ci	case MADERA_ISRC_2_CTRL_3:
140862306a36Sopenharmony_ci	case MADERA_GPIO1_CTRL_1 ... MADERA_GPIO16_CTRL_2:
140962306a36Sopenharmony_ci	case MADERA_IRQ1_STATUS_1 ... MADERA_IRQ1_STATUS_33:
141062306a36Sopenharmony_ci	case MADERA_IRQ1_MASK_1 ... MADERA_IRQ1_MASK_33:
141162306a36Sopenharmony_ci	case MADERA_IRQ1_RAW_STATUS_1 ... MADERA_IRQ1_RAW_STATUS_33:
141262306a36Sopenharmony_ci	case MADERA_INTERRUPT_DEBOUNCE_7:
141362306a36Sopenharmony_ci	case MADERA_IRQ1_CTRL:
141462306a36Sopenharmony_ci		return true;
141562306a36Sopenharmony_ci	default:
141662306a36Sopenharmony_ci		return false;
141762306a36Sopenharmony_ci	}
141862306a36Sopenharmony_ci}
141962306a36Sopenharmony_ci
142062306a36Sopenharmony_cistatic bool cs47l35_16bit_volatile_register(struct device *dev,
142162306a36Sopenharmony_ci					    unsigned int reg)
142262306a36Sopenharmony_ci{
142362306a36Sopenharmony_ci	switch (reg) {
142462306a36Sopenharmony_ci	case MADERA_SOFTWARE_RESET:
142562306a36Sopenharmony_ci	case MADERA_HARDWARE_REVISION:
142662306a36Sopenharmony_ci	case MADERA_WRITE_SEQUENCER_CTRL_0:
142762306a36Sopenharmony_ci	case MADERA_WRITE_SEQUENCER_CTRL_1:
142862306a36Sopenharmony_ci	case MADERA_WRITE_SEQUENCER_CTRL_2:
142962306a36Sopenharmony_ci	case MADERA_HAPTICS_STATUS:
143062306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_1_STATUS:
143162306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_2_STATUS:
143262306a36Sopenharmony_ci	case MADERA_SAMPLE_RATE_3_STATUS:
143362306a36Sopenharmony_ci	case MADERA_HP_CTRL_1L:
143462306a36Sopenharmony_ci	case MADERA_HP_CTRL_1R:
143562306a36Sopenharmony_ci	case MADERA_DCS_HP1L_CONTROL:
143662306a36Sopenharmony_ci	case MADERA_DCS_HP1R_CONTROL:
143762306a36Sopenharmony_ci	case MADERA_MIC_DETECT_1_CONTROL_3:
143862306a36Sopenharmony_ci	case MADERA_MIC_DETECT_1_CONTROL_4:
143962306a36Sopenharmony_ci	case MADERA_HEADPHONE_DETECT_2:
144062306a36Sopenharmony_ci	case MADERA_HEADPHONE_DETECT_3:
144162306a36Sopenharmony_ci	case MADERA_HEADPHONE_DETECT_5:
144262306a36Sopenharmony_ci	case MADERA_INPUT_ENABLES_STATUS:
144362306a36Sopenharmony_ci	case MADERA_OUTPUT_STATUS_1:
144462306a36Sopenharmony_ci	case MADERA_RAW_OUTPUT_STATUS_1:
144562306a36Sopenharmony_ci	case MADERA_SPD1_TX_CHANNEL_STATUS_1:
144662306a36Sopenharmony_ci	case MADERA_SPD1_TX_CHANNEL_STATUS_2:
144762306a36Sopenharmony_ci	case MADERA_SPD1_TX_CHANNEL_STATUS_3:
144862306a36Sopenharmony_ci	case MADERA_SLIMBUS_RX_PORT_STATUS:
144962306a36Sopenharmony_ci	case MADERA_SLIMBUS_TX_PORT_STATUS:
145062306a36Sopenharmony_ci	case MADERA_FX_CTRL2:
145162306a36Sopenharmony_ci	case MADERA_IRQ1_STATUS_1 ... MADERA_IRQ1_STATUS_33:
145262306a36Sopenharmony_ci	case MADERA_IRQ1_RAW_STATUS_1 ... MADERA_IRQ1_RAW_STATUS_33:
145362306a36Sopenharmony_ci		return true;
145462306a36Sopenharmony_ci	default:
145562306a36Sopenharmony_ci		return false;
145662306a36Sopenharmony_ci	}
145762306a36Sopenharmony_ci}
145862306a36Sopenharmony_ci
145962306a36Sopenharmony_cistatic bool cs47l35_32bit_readable_register(struct device *dev,
146062306a36Sopenharmony_ci					    unsigned int reg)
146162306a36Sopenharmony_ci{
146262306a36Sopenharmony_ci	switch (reg) {
146362306a36Sopenharmony_ci	case MADERA_WSEQ_SEQUENCE_1 ... MADERA_WSEQ_SEQUENCE_252:
146462306a36Sopenharmony_ci	case CS47L35_OTP_HPDET_CAL_1 ... CS47L35_OTP_HPDET_CAL_2:
146562306a36Sopenharmony_ci	case MADERA_DSP1_CONFIG_1 ... MADERA_DSP1_SCRATCH_2:
146662306a36Sopenharmony_ci	case MADERA_DSP2_CONFIG_1 ... MADERA_DSP2_SCRATCH_2:
146762306a36Sopenharmony_ci	case MADERA_DSP3_CONFIG_1 ... MADERA_DSP3_SCRATCH_2:
146862306a36Sopenharmony_ci		return true;
146962306a36Sopenharmony_ci	default:
147062306a36Sopenharmony_ci		return cs47l35_is_adsp_memory(reg);
147162306a36Sopenharmony_ci	}
147262306a36Sopenharmony_ci}
147362306a36Sopenharmony_ci
147462306a36Sopenharmony_cistatic bool cs47l35_32bit_volatile_register(struct device *dev,
147562306a36Sopenharmony_ci					    unsigned int reg)
147662306a36Sopenharmony_ci{
147762306a36Sopenharmony_ci	switch (reg) {
147862306a36Sopenharmony_ci	case MADERA_WSEQ_SEQUENCE_1 ... MADERA_WSEQ_SEQUENCE_252:
147962306a36Sopenharmony_ci	case CS47L35_OTP_HPDET_CAL_1 ... CS47L35_OTP_HPDET_CAL_2:
148062306a36Sopenharmony_ci	case MADERA_DSP1_CONFIG_1 ... MADERA_DSP1_SCRATCH_2:
148162306a36Sopenharmony_ci	case MADERA_DSP2_CONFIG_1 ... MADERA_DSP2_SCRATCH_2:
148262306a36Sopenharmony_ci	case MADERA_DSP3_CONFIG_1 ... MADERA_DSP3_SCRATCH_2:
148362306a36Sopenharmony_ci		return true;
148462306a36Sopenharmony_ci	default:
148562306a36Sopenharmony_ci		return cs47l35_is_adsp_memory(reg);
148662306a36Sopenharmony_ci	}
148762306a36Sopenharmony_ci}
148862306a36Sopenharmony_ci
148962306a36Sopenharmony_ciconst struct regmap_config cs47l35_16bit_spi_regmap = {
149062306a36Sopenharmony_ci	.name = "cs47l35_16bit",
149162306a36Sopenharmony_ci	.reg_bits = 32,
149262306a36Sopenharmony_ci	.pad_bits = 16,
149362306a36Sopenharmony_ci	.val_bits = 16,
149462306a36Sopenharmony_ci	.reg_format_endian = REGMAP_ENDIAN_BIG,
149562306a36Sopenharmony_ci	.val_format_endian = REGMAP_ENDIAN_BIG,
149662306a36Sopenharmony_ci
149762306a36Sopenharmony_ci	.max_register = 0x1b00,
149862306a36Sopenharmony_ci	.readable_reg = cs47l35_16bit_readable_register,
149962306a36Sopenharmony_ci	.volatile_reg = cs47l35_16bit_volatile_register,
150062306a36Sopenharmony_ci
150162306a36Sopenharmony_ci	.cache_type = REGCACHE_MAPLE,
150262306a36Sopenharmony_ci	.reg_defaults = cs47l35_reg_default,
150362306a36Sopenharmony_ci	.num_reg_defaults = ARRAY_SIZE(cs47l35_reg_default),
150462306a36Sopenharmony_ci};
150562306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(cs47l35_16bit_spi_regmap);
150662306a36Sopenharmony_ci
150762306a36Sopenharmony_ciconst struct regmap_config cs47l35_16bit_i2c_regmap = {
150862306a36Sopenharmony_ci	.name = "cs47l35_16bit",
150962306a36Sopenharmony_ci	.reg_bits = 32,
151062306a36Sopenharmony_ci	.val_bits = 16,
151162306a36Sopenharmony_ci	.reg_format_endian = REGMAP_ENDIAN_BIG,
151262306a36Sopenharmony_ci	.val_format_endian = REGMAP_ENDIAN_BIG,
151362306a36Sopenharmony_ci
151462306a36Sopenharmony_ci	.max_register = 0x1b00,
151562306a36Sopenharmony_ci	.readable_reg = cs47l35_16bit_readable_register,
151662306a36Sopenharmony_ci	.volatile_reg = cs47l35_16bit_volatile_register,
151762306a36Sopenharmony_ci
151862306a36Sopenharmony_ci	.cache_type = REGCACHE_MAPLE,
151962306a36Sopenharmony_ci	.reg_defaults = cs47l35_reg_default,
152062306a36Sopenharmony_ci	.num_reg_defaults = ARRAY_SIZE(cs47l35_reg_default),
152162306a36Sopenharmony_ci};
152262306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(cs47l35_16bit_i2c_regmap);
152362306a36Sopenharmony_ci
152462306a36Sopenharmony_ciconst struct regmap_config cs47l35_32bit_spi_regmap = {
152562306a36Sopenharmony_ci	.name = "cs47l35_32bit",
152662306a36Sopenharmony_ci	.reg_bits = 32,
152762306a36Sopenharmony_ci	.reg_stride = 2,
152862306a36Sopenharmony_ci	.pad_bits = 16,
152962306a36Sopenharmony_ci	.val_bits = 32,
153062306a36Sopenharmony_ci	.reg_format_endian = REGMAP_ENDIAN_BIG,
153162306a36Sopenharmony_ci	.val_format_endian = REGMAP_ENDIAN_BIG,
153262306a36Sopenharmony_ci
153362306a36Sopenharmony_ci	.max_register = MADERA_DSP3_SCRATCH_2,
153462306a36Sopenharmony_ci	.readable_reg = cs47l35_32bit_readable_register,
153562306a36Sopenharmony_ci	.volatile_reg = cs47l35_32bit_volatile_register,
153662306a36Sopenharmony_ci
153762306a36Sopenharmony_ci	.cache_type = REGCACHE_MAPLE,
153862306a36Sopenharmony_ci};
153962306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(cs47l35_32bit_spi_regmap);
154062306a36Sopenharmony_ci
154162306a36Sopenharmony_ciconst struct regmap_config cs47l35_32bit_i2c_regmap = {
154262306a36Sopenharmony_ci	.name = "cs47l35_32bit",
154362306a36Sopenharmony_ci	.reg_bits = 32,
154462306a36Sopenharmony_ci	.reg_stride = 2,
154562306a36Sopenharmony_ci	.val_bits = 32,
154662306a36Sopenharmony_ci	.reg_format_endian = REGMAP_ENDIAN_BIG,
154762306a36Sopenharmony_ci	.val_format_endian = REGMAP_ENDIAN_BIG,
154862306a36Sopenharmony_ci
154962306a36Sopenharmony_ci	.max_register = MADERA_DSP3_SCRATCH_2,
155062306a36Sopenharmony_ci	.readable_reg = cs47l35_32bit_readable_register,
155162306a36Sopenharmony_ci	.volatile_reg = cs47l35_32bit_volatile_register,
155262306a36Sopenharmony_ci
155362306a36Sopenharmony_ci	.cache_type = REGCACHE_MAPLE,
155462306a36Sopenharmony_ci};
155562306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(cs47l35_32bit_i2c_regmap);
1556