162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Regmap tables for CS47L92 codec 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Copyright (C) 2016-2019 Cirrus Logic, Inc. and 662306a36Sopenharmony_ci * Cirrus Logic International Semiconductor Ltd. 762306a36Sopenharmony_ci * 862306a36Sopenharmony_ci * Author: Stuart Henderson <stuarth@opensource.cirrus.com> 962306a36Sopenharmony_ci */ 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#include <linux/device.h> 1262306a36Sopenharmony_ci#include <linux/module.h> 1362306a36Sopenharmony_ci#include <linux/regmap.h> 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci#include <linux/mfd/madera/core.h> 1662306a36Sopenharmony_ci#include <linux/mfd/madera/registers.h> 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ci#include "madera.h" 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_cistatic const struct reg_sequence cs47l92_reva_16_patch[] = { 2162306a36Sopenharmony_ci { 0x3A2, 0x2C29 }, 2262306a36Sopenharmony_ci { 0x3A3, 0x0E00 }, 2362306a36Sopenharmony_ci { 0x281, 0x0000 }, 2462306a36Sopenharmony_ci { 0x282, 0x0000 }, 2562306a36Sopenharmony_ci { 0x4EA, 0x0100 }, 2662306a36Sopenharmony_ci { 0x22B, 0x0000 }, 2762306a36Sopenharmony_ci { 0x4A0, 0x0080 }, 2862306a36Sopenharmony_ci { 0x4A1, 0x0000 }, 2962306a36Sopenharmony_ci { 0x4A2, 0x0000 }, 3062306a36Sopenharmony_ci { 0x180B, 0x033F }, 3162306a36Sopenharmony_ci { 0x190B, 0x033F }, 3262306a36Sopenharmony_ci { 0x442, 0x0304 }, 3362306a36Sopenharmony_ci { 0x34C, 0x0003 }, 3462306a36Sopenharmony_ci { 0x124, 0x0C49 }, 3562306a36Sopenharmony_ci { 0x120, 0x0345 }, 3662306a36Sopenharmony_ci { 0x120, 0x0305 }, 3762306a36Sopenharmony_ci { 0x4FA, 0x5064 }, 3862306a36Sopenharmony_ci { 0x1300, 0x050E }, 3962306a36Sopenharmony_ci { 0x1302, 0x0101 }, 4062306a36Sopenharmony_ci { 0x1380, 0x02E0 }, 4162306a36Sopenharmony_ci { 0x1381, 0xF942 }, 4262306a36Sopenharmony_ci { 0x1382, 0x04CE }, 4362306a36Sopenharmony_ci { 0x1383, 0xFF06 }, 4462306a36Sopenharmony_ci { 0x1390, 0x0304 }, 4562306a36Sopenharmony_ci { 0x1391, 0xF8FF }, 4662306a36Sopenharmony_ci { 0x1392, 0x04F3 }, 4762306a36Sopenharmony_ci { 0x1393, 0xFF00 }, 4862306a36Sopenharmony_ci { 0x13A0, 0x02E0 }, 4962306a36Sopenharmony_ci { 0x13A1, 0xF942 }, 5062306a36Sopenharmony_ci { 0x13A2, 0x04CE }, 5162306a36Sopenharmony_ci { 0x13A3, 0xFF06 }, 5262306a36Sopenharmony_ci { 0x13B0, 0x0304 }, 5362306a36Sopenharmony_ci { 0x13B1, 0xF8FF }, 5462306a36Sopenharmony_ci { 0x13B2, 0x04F3 }, 5562306a36Sopenharmony_ci { 0x13B3, 0xFF00 }, 5662306a36Sopenharmony_ci { 0x412, 0x0005 }, 5762306a36Sopenharmony_ci { 0x41A, 0x0005 }, 5862306a36Sopenharmony_ci { 0x422, 0x0005 }, 5962306a36Sopenharmony_ci}; 6062306a36Sopenharmony_ci 6162306a36Sopenharmony_cistatic const struct reg_sequence cs47l92_reva_32_patch[] = { 6262306a36Sopenharmony_ci { 0x3030, 0x04A00C01 }, 6362306a36Sopenharmony_ci { 0x3032, 0x0225F501 }, 6462306a36Sopenharmony_ci { 0x3044, 0x04A00C00 }, 6562306a36Sopenharmony_ci { 0x3046, 0x0225FF01 }, 6662306a36Sopenharmony_ci { 0x3080, 0x04A00C01 }, 6762306a36Sopenharmony_ci { 0x3082, 0x0226F501 }, 6862306a36Sopenharmony_ci { 0x3094, 0x04A00C00 }, 6962306a36Sopenharmony_ci { 0x3096, 0x0226FF01 }, 7062306a36Sopenharmony_ci { 0x30D1, 0x04A10C01 }, 7162306a36Sopenharmony_ci { 0x30D2, 0x0227F501 }, 7262306a36Sopenharmony_ci { 0x30E4, 0x04A10C00 }, 7362306a36Sopenharmony_ci { 0x30E6, 0x0227FF01 }, 7462306a36Sopenharmony_ci { 0x3120, 0x04A10C01 }, 7562306a36Sopenharmony_ci { 0x3122, 0x0228F501 }, 7662306a36Sopenharmony_ci { 0x3134, 0x04A10C00 }, 7762306a36Sopenharmony_ci { 0x3136, 0x0228FF01 }, 7862306a36Sopenharmony_ci { 0x3170, 0x04A20C01 }, 7962306a36Sopenharmony_ci { 0x3172, 0x022B0101 }, 8062306a36Sopenharmony_ci { 0x3174, 0x0229F501 }, 8162306a36Sopenharmony_ci { 0x3184, 0x04A20C00 }, 8262306a36Sopenharmony_ci { 0x3186, 0x022B0100 }, 8362306a36Sopenharmony_ci { 0x3188, 0x0229FF01 }, 8462306a36Sopenharmony_ci { 0x31C0, 0x04A20C01 }, 8562306a36Sopenharmony_ci { 0x31C2, 0x022B0001 }, 8662306a36Sopenharmony_ci { 0x31C4, 0x022AF501 }, 8762306a36Sopenharmony_ci { 0x31D4, 0x04A20C00 }, 8862306a36Sopenharmony_ci { 0x31D6, 0x022B0000 }, 8962306a36Sopenharmony_ci { 0x31D8, 0x022AFF01 }, 9062306a36Sopenharmony_ci}; 9162306a36Sopenharmony_ci 9262306a36Sopenharmony_ciint cs47l92_patch(struct madera *madera) 9362306a36Sopenharmony_ci{ 9462306a36Sopenharmony_ci int ret; 9562306a36Sopenharmony_ci 9662306a36Sopenharmony_ci ret = regmap_register_patch(madera->regmap, 9762306a36Sopenharmony_ci cs47l92_reva_16_patch, 9862306a36Sopenharmony_ci ARRAY_SIZE(cs47l92_reva_16_patch)); 9962306a36Sopenharmony_ci if (ret < 0) { 10062306a36Sopenharmony_ci dev_err(madera->dev, 10162306a36Sopenharmony_ci "Error in applying 16-bit patch: %d\n", ret); 10262306a36Sopenharmony_ci return ret; 10362306a36Sopenharmony_ci } 10462306a36Sopenharmony_ci 10562306a36Sopenharmony_ci ret = regmap_register_patch(madera->regmap_32bit, 10662306a36Sopenharmony_ci cs47l92_reva_32_patch, 10762306a36Sopenharmony_ci ARRAY_SIZE(cs47l92_reva_32_patch)); 10862306a36Sopenharmony_ci if (ret < 0) { 10962306a36Sopenharmony_ci dev_err(madera->dev, 11062306a36Sopenharmony_ci "Error in applying 32-bit patch: %d\n", ret); 11162306a36Sopenharmony_ci return ret; 11262306a36Sopenharmony_ci } 11362306a36Sopenharmony_ci 11462306a36Sopenharmony_ci return 0; 11562306a36Sopenharmony_ci} 11662306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(cs47l92_patch); 11762306a36Sopenharmony_ci 11862306a36Sopenharmony_cistatic const struct reg_default cs47l92_reg_default[] = { 11962306a36Sopenharmony_ci { 0x00000020, 0x0000 }, /* R32 (0x20) - Tone Generator 1 */ 12062306a36Sopenharmony_ci { 0x00000021, 0x1000 }, /* R33 (0x21) - Tone Generator 2 */ 12162306a36Sopenharmony_ci { 0x00000022, 0x0000 }, /* R34 (0x22) - Tone Generator 3 */ 12262306a36Sopenharmony_ci { 0x00000023, 0x1000 }, /* R35 (0x23) - Tone Generator 4 */ 12362306a36Sopenharmony_ci { 0x00000024, 0x0000 }, /* R36 (0x24) - Tone Generator 5 */ 12462306a36Sopenharmony_ci { 0x00000030, 0x0000 }, /* R48 (0x30) - PWM Drive 1 */ 12562306a36Sopenharmony_ci { 0x00000031, 0x0100 }, /* R49 (0x31) - PWM Drive 2 */ 12662306a36Sopenharmony_ci { 0x00000032, 0x0100 }, /* R50 (0x32) - PWM Drive 3 */ 12762306a36Sopenharmony_ci { 0x00000061, 0x01ff }, /* R97 (0x61) - Sample Rate Sequence Select 1 */ 12862306a36Sopenharmony_ci { 0x00000062, 0x01ff }, /* R98 (0x62) - Sample Rate Sequence Select 2 */ 12962306a36Sopenharmony_ci { 0x00000063, 0x01ff }, /* R99 (0x63) - Sample Rate Sequence Select 3 */ 13062306a36Sopenharmony_ci { 0x00000064, 0x01ff }, /* R100 (0x64) - Sample Rate Sequence Select 4 */ 13162306a36Sopenharmony_ci { 0x00000090, 0x0000 }, /* R144 (0x90) - Haptics Control 1 */ 13262306a36Sopenharmony_ci { 0x00000091, 0x7fff }, /* R145 (0x91) - Haptics Control 2 */ 13362306a36Sopenharmony_ci { 0x00000092, 0x0000 }, /* R146 (0x92) - Haptics Phase 1 Intensity */ 13462306a36Sopenharmony_ci { 0x00000093, 0x0000 }, /* R147 (0x93) - Haptics Phase 1 Duration */ 13562306a36Sopenharmony_ci { 0x00000094, 0x0000 }, /* R148 (0x94) - Haptics Phase 2 Intensity */ 13662306a36Sopenharmony_ci { 0x00000095, 0x0000 }, /* R149 (0x95) - Haptics Phase 2 Duration */ 13762306a36Sopenharmony_ci { 0x00000096, 0x0000 }, /* R150 (0x96) - Haptics Phase 3 Intensity */ 13862306a36Sopenharmony_ci { 0x00000097, 0x0000 }, /* R151 (0x97) - Haptics Phase 3 Duration */ 13962306a36Sopenharmony_ci { 0x000000a0, 0x0000 }, /* R160 (0xa0) - Comfort Noise Generator */ 14062306a36Sopenharmony_ci { 0x00000100, 0x0002 }, /* R256 (0x100) - Clock 32k 1 */ 14162306a36Sopenharmony_ci { 0x00000101, 0x0404 }, /* R257 (0x101) - System Clock 1 */ 14262306a36Sopenharmony_ci { 0x00000102, 0x0011 }, /* R258 (0x102) - Sample Rate 1 */ 14362306a36Sopenharmony_ci { 0x00000103, 0x0011 }, /* R259 (0x103) - Sample Rate 2 */ 14462306a36Sopenharmony_ci { 0x00000104, 0x0011 }, /* R260 (0x104) - Sample Rate 3 */ 14562306a36Sopenharmony_ci { 0x00000112, 0x0305 }, /* R274 (0x112) - Async Clock 1 */ 14662306a36Sopenharmony_ci { 0x00000113, 0x0011 }, /* R275 (0x113) - Async Sample Rate 1 */ 14762306a36Sopenharmony_ci { 0x00000114, 0x0011 }, /* R276 (0x114) - Async Sample Rate 2 */ 14862306a36Sopenharmony_ci { 0x00000120, 0x0305 }, /* R288 (0x120) - DSP Clock 1 */ 14962306a36Sopenharmony_ci { 0x00000122, 0x0000 }, /* R290 (0x122) - DSP Clock 2 */ 15062306a36Sopenharmony_ci { 0x00000149, 0x0000 }, /* R329 (0x149) - Output System Clock */ 15162306a36Sopenharmony_ci { 0x0000014a, 0x0000 }, /* R330 (0x14a) - Output Async Clock */ 15262306a36Sopenharmony_ci { 0x00000152, 0x0000 }, /* R338 (0x152) - Rate Estimator 1 */ 15362306a36Sopenharmony_ci { 0x00000153, 0x0000 }, /* R339 (0x153) - Rate Estimator 2 */ 15462306a36Sopenharmony_ci { 0x00000154, 0x0000 }, /* R340 (0x154) - Rate Estimator 3 */ 15562306a36Sopenharmony_ci { 0x00000155, 0x0000 }, /* R341 (0x155) - Rate Estimator 4 */ 15662306a36Sopenharmony_ci { 0x00000156, 0x0000 }, /* R342 (0x156) - Rate Estimator 5 */ 15762306a36Sopenharmony_ci { 0x00000171, 0x7004 }, /* R369 (0x171) - FLL1 Control 1 */ 15862306a36Sopenharmony_ci { 0x00000172, 0x0004 }, /* R370 (0x172) - FLL1 Control 2 */ 15962306a36Sopenharmony_ci { 0x00000173, 0x0000 }, /* R371 (0x173) - FLL1 Control 3 */ 16062306a36Sopenharmony_ci { 0x00000174, 0x0000 }, /* R372 (0x174) - FLL1 Control 4 */ 16162306a36Sopenharmony_ci { 0x00000175, 0x0001 }, /* R373 (0x175) - FLL1 Control 5 */ 16262306a36Sopenharmony_ci { 0x00000176, 0x8000 }, /* R374 (0x176) - FLL1 Control 6 */ 16362306a36Sopenharmony_ci { 0x00000177, 0x0680 }, /* R375 (0x177) - FLL1 Control 7 */ 16462306a36Sopenharmony_ci { 0x00000178, 0x21f0 }, /* R376 (0x178) - FLL1 Control 8 */ 16562306a36Sopenharmony_ci { 0x00000179, 0x0000 }, /* R377 (0x179) - FLL1 Control 9 */ 16662306a36Sopenharmony_ci { 0x0000017a, 0x0000 }, /* R378 (0x17a) - FLL1 Control 10 */ 16762306a36Sopenharmony_ci { 0x0000017b, 0x0011 }, /* R379 (0x17b) - FLL1 Control 11 */ 16862306a36Sopenharmony_ci { 0x0000017d, 0x33e8 }, /* R381 (0x17d) - FLL1 Digital Test 1 */ 16962306a36Sopenharmony_ci { 0x00000181, 0x7000 }, /* R385 (0x181) - FLL1 Synchroniser 1 */ 17062306a36Sopenharmony_ci { 0x00000182, 0x0004 }, /* R386 (0x182) - FLL1 Synchroniser 2 */ 17162306a36Sopenharmony_ci { 0x00000183, 0x0000 }, /* R387 (0x183) - FLL1 Synchroniser 3 */ 17262306a36Sopenharmony_ci { 0x00000184, 0x0000 }, /* R388 (0x184) - FLL1 Synchroniser 4 */ 17362306a36Sopenharmony_ci { 0x00000185, 0x0001 }, /* R389 (0x185) - FLL1 Synchroniser 5 */ 17462306a36Sopenharmony_ci { 0x00000186, 0x0000 }, /* R390 (0x186) - FLL1 Synchroniser 6 */ 17562306a36Sopenharmony_ci { 0x0000018e, 0x0c04 }, /* R398 (0x18e) - FLL1 GPIO Clock */ 17662306a36Sopenharmony_ci { 0x00000191, 0x7000 }, /* R401 (0x191) - FLL2 Control 1 */ 17762306a36Sopenharmony_ci { 0x00000192, 0x0004 }, /* R402 (0x192) - FLL2 Control 2 */ 17862306a36Sopenharmony_ci { 0x00000193, 0x0000 }, /* R403 (0x193) - FLL2 Control 3 */ 17962306a36Sopenharmony_ci { 0x00000194, 0x0000 }, /* R404 (0x194) - FLL2 Control 4 */ 18062306a36Sopenharmony_ci { 0x00000195, 0x0001 }, /* R405 (0x195) - FLL2 Control 5 */ 18162306a36Sopenharmony_ci { 0x00000196, 0x8000 }, /* R406 (0x196) - FLL2 Control 6 */ 18262306a36Sopenharmony_ci { 0x00000197, 0x0680 }, /* R407 (0x197) - FLL2 Control 7 */ 18362306a36Sopenharmony_ci { 0x00000198, 0x21f0 }, /* R408 (0x198) - FLL2 Control 8 */ 18462306a36Sopenharmony_ci { 0x00000199, 0x0000 }, /* R409 (0x199) - FLL2 Control 9 */ 18562306a36Sopenharmony_ci { 0x0000019a, 0x0000 }, /* R410 (0x19a) - FLL2 Control 10 */ 18662306a36Sopenharmony_ci { 0x0000019b, 0x0011 }, /* R411 (0x19b) - FLL2 Control 11 */ 18762306a36Sopenharmony_ci { 0x0000019d, 0x33e8 }, /* R413 (0x19d) - FLL2 Digital Test 1 */ 18862306a36Sopenharmony_ci { 0x000001a1, 0x7000 }, /* R417 (0x1a1) - FLL2 Synchroniser 1 */ 18962306a36Sopenharmony_ci { 0x000001a2, 0x0004 }, /* R418 (0x1a2) - FLL2 Synchroniser 2 */ 19062306a36Sopenharmony_ci { 0x000001a3, 0x0000 }, /* R419 (0x1a3) - FLL2 Synchroniser 3 */ 19162306a36Sopenharmony_ci { 0x000001a4, 0x0000 }, /* R420 (0x1a4) - FLL2 Synchroniser 4 */ 19262306a36Sopenharmony_ci { 0x000001a5, 0x0001 }, /* R421 (0x1a5) - FLL2 Synchroniser 5 */ 19362306a36Sopenharmony_ci { 0x000001a6, 0x0000 }, /* R422 (0x1a6) - FLL2 Synchroniser 6 */ 19462306a36Sopenharmony_ci { 0x000001ae, 0x0c04 }, /* R430 (0x1ae) - FLL2 GPIO Clock */ 19562306a36Sopenharmony_ci { 0x00000200, 0x0006 }, /* R512 (0x200) - Mic Charge Pump 1 */ 19662306a36Sopenharmony_ci { 0x00000213, 0x03e4 }, /* R531 (0x213) - LDO2 Control 1 */ 19762306a36Sopenharmony_ci { 0x00000218, 0x00e6 }, /* R536 (0x218) - Mic Bias Ctrl 1 */ 19862306a36Sopenharmony_ci { 0x00000219, 0x00e6 }, /* R537 (0x219) - Mic Bias Ctrl 2 */ 19962306a36Sopenharmony_ci { 0x0000021c, 0x2222 }, /* R540 (0x21c) - Mic Bias Ctrl 5 */ 20062306a36Sopenharmony_ci { 0x0000021e, 0x0022 }, /* R542 (0x21e) - Mic Bias Ctrl 6 */ 20162306a36Sopenharmony_ci { 0x00000293, 0x0080 }, /* R659 (0x293) - Accessory Detect Mode 1 */ 20262306a36Sopenharmony_ci { 0x00000299, 0x0000 }, /* R665 (0x299) - Headphone Detect 0 */ 20362306a36Sopenharmony_ci { 0x0000029b, 0x0000 }, /* R667 (0x29b) - Headphone Detect 1 */ 20462306a36Sopenharmony_ci { 0x000002a2, 0x0010 }, /* R674 (0x2a2) - Mic Detect 1 Control 0 */ 20562306a36Sopenharmony_ci { 0x000002a3, 0x1102 }, /* R675 (0x2a3) - Mic Detect 1 Control 1 */ 20662306a36Sopenharmony_ci { 0x000002a4, 0x009f }, /* R676 (0x2a4) - Mic Detect 1 Control 2 */ 20762306a36Sopenharmony_ci { 0x000002a6, 0x3d3d }, /* R678 (0x2a6) - Mic Detect 1 Level 1 */ 20862306a36Sopenharmony_ci { 0x000002a7, 0x3d3d }, /* R679 (0x2a7) - Mic Detect 1 Level 2 */ 20962306a36Sopenharmony_ci { 0x000002a8, 0x333d }, /* R680 (0x2a8) - Mic Detect 1 Level 3 */ 21062306a36Sopenharmony_ci { 0x000002a9, 0x202d }, /* R681 (0x2a9) - Mic Detect 1 Level 4 */ 21162306a36Sopenharmony_ci { 0x000002b2, 0x0010 }, /* R690 (0x2b2) - Mic Detect 2 Control 0 */ 21262306a36Sopenharmony_ci { 0x000002b3, 0x1102 }, /* R691 (0x2b3) - Mic Detect 2 Control 1 */ 21362306a36Sopenharmony_ci { 0x000002b4, 0x009f }, /* R692 (0x2b4) - Mic Detect 2 Control 2 */ 21462306a36Sopenharmony_ci { 0x000002b6, 0x3d3d }, /* R694 (0x2b6) - Mic Detect 2 Level 1 */ 21562306a36Sopenharmony_ci { 0x000002b7, 0x3d3d }, /* R695 (0x2b7) - Mic Detect 2 Level 2 */ 21662306a36Sopenharmony_ci { 0x000002b8, 0x333d }, /* R696 (0x2b8) - Mic Detect 2 Level 3 */ 21762306a36Sopenharmony_ci { 0x000002b9, 0x202d }, /* R697 (0x2b9) - Mic Detect 2 Level 4 */ 21862306a36Sopenharmony_ci { 0x000002c6, 0x0210 }, /* R710 (0x2c6) - Micd Clamp control */ 21962306a36Sopenharmony_ci { 0x000002c8, 0x0000 }, /* R712 (0x2c8) - GP Switch 1 */ 22062306a36Sopenharmony_ci { 0x000002d3, 0x0000 }, /* R723 (0x2d3) - Jack Detect Analogue */ 22162306a36Sopenharmony_ci { 0x00000300, 0x0000 }, /* R768 (0x300) - Input Enables */ 22262306a36Sopenharmony_ci { 0x00000308, 0x0400 }, /* R776 (0x308) - Input Rate */ 22362306a36Sopenharmony_ci { 0x00000309, 0x0022 }, /* R777 (0x309) - Input Volume Ramp */ 22462306a36Sopenharmony_ci { 0x0000030c, 0x0002 }, /* R780 (0x30c) - HPF Control */ 22562306a36Sopenharmony_ci { 0x00000310, 0x0080 }, /* R784 (0x310) - IN1L Control */ 22662306a36Sopenharmony_ci { 0x00000311, 0x0180 }, /* R785 (0x311) - ADC Digital Volume 1L */ 22762306a36Sopenharmony_ci { 0x00000312, 0x0500 }, /* R786 (0x312) - DMIC1L Control */ 22862306a36Sopenharmony_ci { 0x00000313, 0x0000 }, /* R787 (0x313) - IN1L Rate Control */ 22962306a36Sopenharmony_ci { 0x00000314, 0x0080 }, /* R788 (0x314) - IN1R Control */ 23062306a36Sopenharmony_ci { 0x00000315, 0x0180 }, /* R789 (0x315) - ADC Digital Volume 1R */ 23162306a36Sopenharmony_ci { 0x00000316, 0x0000 }, /* R790 (0x316) - DMIC1R Control */ 23262306a36Sopenharmony_ci { 0x00000317, 0x0000 }, /* R791 (0x317) - IN1R Rate Control */ 23362306a36Sopenharmony_ci { 0x00000318, 0x0080 }, /* R792 (0x318) - IN2L Control */ 23462306a36Sopenharmony_ci { 0x00000319, 0x0180 }, /* R793 (0x319) - ADC Digital Volume 2L */ 23562306a36Sopenharmony_ci { 0x0000031a, 0x0500 }, /* R794 (0x31a) - DMIC2L Control */ 23662306a36Sopenharmony_ci { 0x0000031b, 0x0000 }, /* R795 (0x31b) - IN2L Rate Control */ 23762306a36Sopenharmony_ci { 0x0000031c, 0x0080 }, /* R796 (0x31c) - IN2R Control */ 23862306a36Sopenharmony_ci { 0x0000031d, 0x0180 }, /* R797 (0x31d) - ADC Digital Volume 2R */ 23962306a36Sopenharmony_ci { 0x0000031e, 0x0000 }, /* R798 (0x31e) - DMIC2R Control */ 24062306a36Sopenharmony_ci { 0x0000031f, 0x0000 }, /* R799 (0x31f) - IN2R Rate Control */ 24162306a36Sopenharmony_ci { 0x00000320, 0x0000 }, /* R800 (0x320) - IN3L Control */ 24262306a36Sopenharmony_ci { 0x00000321, 0x0180 }, /* R801 (0x321) - ADC Digital Volume 3L */ 24362306a36Sopenharmony_ci { 0x00000322, 0x0500 }, /* R802 (0x322) - DMIC3L Control */ 24462306a36Sopenharmony_ci { 0x00000323, 0x0000 }, /* R803 (0x323) - IN3L Rate Control */ 24562306a36Sopenharmony_ci { 0x00000324, 0x0000 }, /* R804 (0x324) - IN3R Control */ 24662306a36Sopenharmony_ci { 0x00000325, 0x0180 }, /* R805 (0x325) - ADC Digital Volume 3R */ 24762306a36Sopenharmony_ci { 0x00000326, 0x0000 }, /* R806 (0x326) - DMIC3R Control */ 24862306a36Sopenharmony_ci { 0x00000327, 0x0000 }, /* R807 (0x327) - IN3R Rate Control */ 24962306a36Sopenharmony_ci { 0x00000328, 0x0000 }, /* R808 (0x328) - IN4L Control */ 25062306a36Sopenharmony_ci { 0x00000329, 0x0180 }, /* R809 (0x329) - ADC Digital Volume 4L */ 25162306a36Sopenharmony_ci { 0x0000032a, 0x0500 }, /* R810 (0x32a) - DMIC4L Control */ 25262306a36Sopenharmony_ci { 0x0000032b, 0x0000 }, /* R811 (0x32b) - IN4L Rate Control */ 25362306a36Sopenharmony_ci { 0x0000032c, 0x0000 }, /* R812 (0x32c) - IN4R Control */ 25462306a36Sopenharmony_ci { 0x0000032d, 0x0180 }, /* R813 (0x32d) - ADC Digital Volume 4R */ 25562306a36Sopenharmony_ci { 0x0000032e, 0x0000 }, /* R814 (0x32e) - DMIC4R Control */ 25662306a36Sopenharmony_ci { 0x0000032f, 0x0000 }, /* R815 (0x32f) - IN4R Rate Control */ 25762306a36Sopenharmony_ci { 0x00000400, 0x0000 }, /* R1024 (0x400) - Output Enables 1 */ 25862306a36Sopenharmony_ci { 0x00000408, 0x0040 }, /* R1032 (0x408) - Output Rate 1 */ 25962306a36Sopenharmony_ci { 0x00000409, 0x0022 }, /* R1033 (0x409) - Output Volume Ramp */ 26062306a36Sopenharmony_ci { 0x00000410, 0x0080 }, /* R1040 (0x410) - Output Path Config 1L */ 26162306a36Sopenharmony_ci { 0x00000411, 0x0180 }, /* R1041 (0x411) - DAC Digital Volume 1L */ 26262306a36Sopenharmony_ci { 0x00000412, 0x0005 }, /* R1042 (0x412) - Output Path Config 1 */ 26362306a36Sopenharmony_ci { 0x00000413, 0x0001 }, /* R1043 (0x413) - Noise Gate Select 1L */ 26462306a36Sopenharmony_ci { 0x00000414, 0x0080 }, /* R1044 (0x414) - Output Path Config 1R */ 26562306a36Sopenharmony_ci { 0x00000415, 0x0180 }, /* R1045 (0x415) - DAC Digital Volume 1R */ 26662306a36Sopenharmony_ci { 0x00000417, 0x0002 }, /* R1047 (0x417) - Noise Gate Select 1R */ 26762306a36Sopenharmony_ci { 0x00000418, 0x0080 }, /* R1048 (0x418) - Output Path Config 2L */ 26862306a36Sopenharmony_ci { 0x00000419, 0x0180 }, /* R1049 (0x419) - DAC Digital Volume 2L */ 26962306a36Sopenharmony_ci { 0x0000041a, 0x0005 }, /* R1050 (0x41a) - Output Path Config 2 */ 27062306a36Sopenharmony_ci { 0x0000041b, 0x0004 }, /* R1051 (0x41b) - Noise Gate Select 2L */ 27162306a36Sopenharmony_ci { 0x0000041c, 0x0080 }, /* R1052 (0x41c) - Output Path Config 2R */ 27262306a36Sopenharmony_ci { 0x0000041d, 0x0180 }, /* R1053 (0x41d) - DAC Digital Volume 2R */ 27362306a36Sopenharmony_ci { 0x0000041f, 0x0008 }, /* R1055 (0x41f) - Noise Gate Select 2R */ 27462306a36Sopenharmony_ci { 0x00000420, 0x0080 }, /* R1056 (0x420) - Output Path Config 3L */ 27562306a36Sopenharmony_ci { 0x00000421, 0x0180 }, /* R1057 (0x421) - DAC Digital Volume 3L */ 27662306a36Sopenharmony_ci { 0x00000422, 0x0005 }, /* R1058 (0x422) - Output Path Config 3 */ 27762306a36Sopenharmony_ci { 0x00000423, 0x0010 }, /* R1059 (0x423) - Noise Gate Select 3L */ 27862306a36Sopenharmony_ci { 0x00000424, 0x0080 }, /* R1060 (0x424) - Output Path Config 3R */ 27962306a36Sopenharmony_ci { 0x00000425, 0x0180 }, /* R1061 (0x425) - DAC Digital Volume 3R */ 28062306a36Sopenharmony_ci { 0x00000427, 0x0020 }, /* R1063 (0x427) - Noise Gate Select 3R */ 28162306a36Sopenharmony_ci { 0x00000430, 0x0000 }, /* R1072 (0x430) - Output Path Config 5L */ 28262306a36Sopenharmony_ci { 0x00000431, 0x0180 }, /* R1073 (0x431) - DAC Digital Volume 5L */ 28362306a36Sopenharmony_ci { 0x00000433, 0x0100 }, /* R1075 (0x433) - Noise Gate Select 5L */ 28462306a36Sopenharmony_ci { 0x00000434, 0x0000 }, /* R1076 (0x434) - Output Path Config 5R */ 28562306a36Sopenharmony_ci { 0x00000435, 0x0180 }, /* R1077 (0x435) - DAC Digital Volume 5R */ 28662306a36Sopenharmony_ci { 0x00000437, 0x0200 }, /* R1079 (0x437) - Noise Gate Select 5R */ 28762306a36Sopenharmony_ci { 0x00000450, 0x0000 }, /* R1104 (0x450) - DAC AEC Control 1 */ 28862306a36Sopenharmony_ci { 0x00000451, 0x0000 }, /* R1105 (0x451) - DAC AEC Control 2 */ 28962306a36Sopenharmony_ci { 0x00000458, 0x0000 }, /* R1112 (0x458) - Noise Gate Control */ 29062306a36Sopenharmony_ci { 0x00000490, 0x0069 }, /* R1168 (0x490) - PDM SPK1 Ctrl 1 */ 29162306a36Sopenharmony_ci { 0x00000491, 0x0000 }, /* R1169 (0x491) - PDM SPK1 Ctrl 2 */ 29262306a36Sopenharmony_ci { 0x000004a0, 0x0080 }, /* R1184 (0x4a0) - HP1 Short Circuit Ctrl */ 29362306a36Sopenharmony_ci { 0x000004a1, 0x0000 }, /* R1185 (0x4a1) - HP2 Short Circuit Ctrl */ 29462306a36Sopenharmony_ci { 0x000004a2, 0x0000 }, /* R1186 (0x4a2) - HP3 Short Circuit Ctrl */ 29562306a36Sopenharmony_ci { 0x00000500, 0x000c }, /* R1280 (0x500) - AIF1 BCLK Ctrl */ 29662306a36Sopenharmony_ci { 0x00000501, 0x0000 }, /* R1281 (0x501) - AIF1 Tx Pin Ctrl */ 29762306a36Sopenharmony_ci { 0x00000502, 0x0000 }, /* R1282 (0x502) - AIF1 Rx Pin Ctrl */ 29862306a36Sopenharmony_ci { 0x00000503, 0x0000 }, /* R1283 (0x503) - AIF1 Rate Ctrl */ 29962306a36Sopenharmony_ci { 0x00000504, 0x0000 }, /* R1284 (0x504) - AIF1 Format */ 30062306a36Sopenharmony_ci { 0x00000506, 0x0040 }, /* R1286 (0x506) - AIF1 Rx BCLK Rate */ 30162306a36Sopenharmony_ci { 0x00000507, 0x1818 }, /* R1287 (0x507) - AIF1 Frame Ctrl 1 */ 30262306a36Sopenharmony_ci { 0x00000508, 0x1818 }, /* R1288 (0x508) - AIF1 Frame Ctrl 2 */ 30362306a36Sopenharmony_ci { 0x00000509, 0x0000 }, /* R1289 (0x509) - AIF1 Frame Ctrl 3 */ 30462306a36Sopenharmony_ci { 0x0000050a, 0x0001 }, /* R1290 (0x50a) - AIF1 Frame Ctrl 4 */ 30562306a36Sopenharmony_ci { 0x0000050b, 0x0002 }, /* R1291 (0x50b) - AIF1 Frame Ctrl 5 */ 30662306a36Sopenharmony_ci { 0x0000050c, 0x0003 }, /* R1292 (0x50c) - AIF1 Frame Ctrl 6 */ 30762306a36Sopenharmony_ci { 0x0000050d, 0x0004 }, /* R1293 (0x50d) - AIF1 Frame Ctrl 7 */ 30862306a36Sopenharmony_ci { 0x0000050e, 0x0005 }, /* R1294 (0x50e) - AIF1 Frame Ctrl 8 */ 30962306a36Sopenharmony_ci { 0x0000050f, 0x0006 }, /* R1295 (0x50f) - AIF1 Frame Ctrl 9 */ 31062306a36Sopenharmony_ci { 0x00000510, 0x0007 }, /* R1296 (0x510) - AIF1 Frame Ctrl 10 */ 31162306a36Sopenharmony_ci { 0x00000511, 0x0000 }, /* R1297 (0x511) - AIF1 Frame Ctrl 11 */ 31262306a36Sopenharmony_ci { 0x00000512, 0x0001 }, /* R1298 (0x512) - AIF1 Frame Ctrl 12 */ 31362306a36Sopenharmony_ci { 0x00000513, 0x0002 }, /* R1299 (0x513) - AIF1 Frame Ctrl 13 */ 31462306a36Sopenharmony_ci { 0x00000514, 0x0003 }, /* R1300 (0x514) - AIF1 Frame Ctrl 14 */ 31562306a36Sopenharmony_ci { 0x00000515, 0x0004 }, /* R1301 (0x515) - AIF1 Frame Ctrl 15 */ 31662306a36Sopenharmony_ci { 0x00000516, 0x0005 }, /* R1302 (0x516) - AIF1 Frame Ctrl 16 */ 31762306a36Sopenharmony_ci { 0x00000517, 0x0006 }, /* R1303 (0x517) - AIF1 Frame Ctrl 17 */ 31862306a36Sopenharmony_ci { 0x00000518, 0x0007 }, /* R1304 (0x518) - AIF1 Frame Ctrl 18 */ 31962306a36Sopenharmony_ci { 0x00000519, 0x0000 }, /* R1305 (0x519) - AIF1 Tx Enables */ 32062306a36Sopenharmony_ci { 0x0000051a, 0x0000 }, /* R1306 (0x51a) - AIF1 Rx Enables */ 32162306a36Sopenharmony_ci { 0x00000540, 0x000c }, /* R1344 (0x540) - AIF2 BCLK Ctrl */ 32262306a36Sopenharmony_ci { 0x00000541, 0x0000 }, /* R1345 (0x541) - AIF2 Tx Pin Ctrl */ 32362306a36Sopenharmony_ci { 0x00000542, 0x0000 }, /* R1346 (0x542) - AIF2 Rx Pin Ctrl */ 32462306a36Sopenharmony_ci { 0x00000543, 0x0000 }, /* R1347 (0x543) - AIF2 Rate Ctrl */ 32562306a36Sopenharmony_ci { 0x00000544, 0x0000 }, /* R1348 (0x544) - AIF2 Format */ 32662306a36Sopenharmony_ci { 0x00000546, 0x0040 }, /* R1350 (0x546) - AIF2 Rx BCLK Rate */ 32762306a36Sopenharmony_ci { 0x00000547, 0x1818 }, /* R1351 (0x547) - AIF2 Frame Ctrl 1 */ 32862306a36Sopenharmony_ci { 0x00000548, 0x1818 }, /* R1352 (0x548) - AIF2 Frame Ctrl 2 */ 32962306a36Sopenharmony_ci { 0x00000549, 0x0000 }, /* R1353 (0x549) - AIF2 Frame Ctrl 3 */ 33062306a36Sopenharmony_ci { 0x0000054a, 0x0001 }, /* R1354 (0x54a) - AIF2 Frame Ctrl 4 */ 33162306a36Sopenharmony_ci { 0x0000054b, 0x0002 }, /* R1355 (0x54b) - AIF2 Frame Ctrl 5 */ 33262306a36Sopenharmony_ci { 0x0000054c, 0x0003 }, /* R1356 (0x54c) - AIF2 Frame Ctrl 6 */ 33362306a36Sopenharmony_ci { 0x0000054d, 0x0004 }, /* R1357 (0x54d) - AIF2 Frame Ctrl 7 */ 33462306a36Sopenharmony_ci { 0x0000054e, 0x0005 }, /* R1358 (0x54e) - AIF2 Frame Ctrl 8 */ 33562306a36Sopenharmony_ci { 0x0000054f, 0x0006 }, /* R1359 (0x54f) - AIF2 Frame Ctrl 9 */ 33662306a36Sopenharmony_ci { 0x00000550, 0x0007 }, /* R1360 (0x550) - AIF2 Frame Ctrl 10 */ 33762306a36Sopenharmony_ci { 0x00000551, 0x0000 }, /* R1361 (0x551) - AIF2 Frame Ctrl 11 */ 33862306a36Sopenharmony_ci { 0x00000552, 0x0001 }, /* R1362 (0x552) - AIF2 Frame Ctrl 12 */ 33962306a36Sopenharmony_ci { 0x00000553, 0x0002 }, /* R1363 (0x553) - AIF2 Frame Ctrl 13 */ 34062306a36Sopenharmony_ci { 0x00000554, 0x0003 }, /* R1364 (0x554) - AIF2 Frame Ctrl 14 */ 34162306a36Sopenharmony_ci { 0x00000555, 0x0004 }, /* R1365 (0x555) - AIF2 Frame Ctrl 15 */ 34262306a36Sopenharmony_ci { 0x00000556, 0x0005 }, /* R1366 (0x556) - AIF2 Frame Ctrl 16 */ 34362306a36Sopenharmony_ci { 0x00000557, 0x0006 }, /* R1367 (0x557) - AIF2 Frame Ctrl 17 */ 34462306a36Sopenharmony_ci { 0x00000558, 0x0007 }, /* R1368 (0x558) - AIF2 Frame Ctrl 18 */ 34562306a36Sopenharmony_ci { 0x00000559, 0x0000 }, /* R1369 (0x559) - AIF2 Tx Enables */ 34662306a36Sopenharmony_ci { 0x0000055a, 0x0000 }, /* R1370 (0x55a) - AIF2 Rx Enables */ 34762306a36Sopenharmony_ci { 0x00000580, 0x000c }, /* R1408 (0x580) - AIF3 BCLK Ctrl */ 34862306a36Sopenharmony_ci { 0x00000581, 0x0000 }, /* R1409 (0x581) - AIF3 Tx Pin Ctrl */ 34962306a36Sopenharmony_ci { 0x00000582, 0x0000 }, /* R1410 (0x582) - AIF3 Rx Pin Ctrl */ 35062306a36Sopenharmony_ci { 0x00000583, 0x0000 }, /* R1411 (0x583) - AIF3 Rate Ctrl */ 35162306a36Sopenharmony_ci { 0x00000584, 0x0000 }, /* R1412 (0x584) - AIF3 Format */ 35262306a36Sopenharmony_ci { 0x00000586, 0x0040 }, /* R1414 (0x586) - AIF3 Rx BCLK Rate */ 35362306a36Sopenharmony_ci { 0x00000587, 0x1818 }, /* R1415 (0x587) - AIF3 Frame Ctrl 1 */ 35462306a36Sopenharmony_ci { 0x00000588, 0x1818 }, /* R1416 (0x588) - AIF3 Frame Ctrl 2 */ 35562306a36Sopenharmony_ci { 0x00000589, 0x0000 }, /* R1417 (0x589) - AIF3 Frame Ctrl 3 */ 35662306a36Sopenharmony_ci { 0x0000058a, 0x0001 }, /* R1418 (0x58a) - AIF3 Frame Ctrl 4 */ 35762306a36Sopenharmony_ci { 0x0000058b, 0x0002 }, /* R1419 (0x58b) - AIF3 Frame Ctrl 5 */ 35862306a36Sopenharmony_ci { 0x0000058c, 0x0003 }, /* R1420 (0x58c) - AIF3 Frame Ctrl 6 */ 35962306a36Sopenharmony_ci { 0x0000058d, 0x0004 }, /* R1421 (0x58d) - AIF3 Frame Ctrl 7 */ 36062306a36Sopenharmony_ci { 0x0000058e, 0x0005 }, /* R1422 (0x58e) - AIF3 Frame Ctrl 8 */ 36162306a36Sopenharmony_ci { 0x0000058f, 0x0006 }, /* R1423 (0x58f) - AIF3 Frame Ctrl 9 */ 36262306a36Sopenharmony_ci { 0x00000590, 0x0007 }, /* R1424 (0x590) - AIF3 Frame Ctrl 10 */ 36362306a36Sopenharmony_ci { 0x00000591, 0x0000 }, /* R1425 (0x591) - AIF3 Frame Ctrl 11 */ 36462306a36Sopenharmony_ci { 0x00000592, 0x0001 }, /* R1426 (0x592) - AIF3 Frame Ctrl 12 */ 36562306a36Sopenharmony_ci { 0x00000593, 0x0002 }, /* R1427 (0x593) - AIF3 Frame Ctrl 13 */ 36662306a36Sopenharmony_ci { 0x00000594, 0x0003 }, /* R1428 (0x594) - AIF3 Frame Ctrl 14 */ 36762306a36Sopenharmony_ci { 0x00000595, 0x0004 }, /* R1429 (0x595) - AIF3 Frame Ctrl 15 */ 36862306a36Sopenharmony_ci { 0x00000596, 0x0005 }, /* R1430 (0x596) - AIF3 Frame Ctrl 16 */ 36962306a36Sopenharmony_ci { 0x00000597, 0x0006 }, /* R1431 (0x597) - AIF3 Frame Ctrl 17 */ 37062306a36Sopenharmony_ci { 0x00000598, 0x0007 }, /* R1432 (0x598) - AIF3 Frame Ctrl 18 */ 37162306a36Sopenharmony_ci { 0x00000599, 0x0000 }, /* R1433 (0x599) - AIF3 Tx Enables */ 37262306a36Sopenharmony_ci { 0x0000059a, 0x0000 }, /* R1434 (0x59a) - AIF3 Rx Enables */ 37362306a36Sopenharmony_ci { 0x000005c2, 0x0000 }, /* R1474 (0x5c2) - SPD1 Tx Control */ 37462306a36Sopenharmony_ci { 0x000005e3, 0x0000 }, /* R1507 (0x5e3) - SLIMBus Framer Ref Gear */ 37562306a36Sopenharmony_ci { 0x000005e5, 0x0000 }, /* R1509 (0x5e5) - SLIMBus Rates 1 */ 37662306a36Sopenharmony_ci { 0x000005e6, 0x0000 }, /* R1510 (0x5e6) - SLIMBus Rates 2 */ 37762306a36Sopenharmony_ci { 0x000005e7, 0x0000 }, /* R1511 (0x5e7) - SLIMBus Rates 3 */ 37862306a36Sopenharmony_ci { 0x000005e8, 0x0000 }, /* R1512 (0x5e8) - SLIMBus Rates 4 */ 37962306a36Sopenharmony_ci { 0x000005e9, 0x0000 }, /* R1513 (0x5e9) - SLIMBus Rates 5 */ 38062306a36Sopenharmony_ci { 0x000005ea, 0x0000 }, /* R1514 (0x5ea) - SLIMBus Rates 6 */ 38162306a36Sopenharmony_ci { 0x000005eb, 0x0000 }, /* R1515 (0x5eb) - SLIMBus Rates 7 */ 38262306a36Sopenharmony_ci { 0x000005ec, 0x0000 }, /* R1516 (0x5ec) - SLIMBus Rates 8 */ 38362306a36Sopenharmony_ci { 0x000005f5, 0x0000 }, /* R1525 (0x5f5) - SLIMBus RX Channel Enable */ 38462306a36Sopenharmony_ci { 0x000005f6, 0x0000 }, /* R1526 (0x5f6) - SLIMBus TX Channel Enable */ 38562306a36Sopenharmony_ci { 0x00000640, 0x0000 }, /* R1600 (0x640) - PWM1MIX Input 1 Source */ 38662306a36Sopenharmony_ci { 0x00000641, 0x0080 }, /* R1601 (0x641) - PWM1MIX Input 1 Volume */ 38762306a36Sopenharmony_ci { 0x00000642, 0x0000 }, /* R1602 (0x642) - PWM1MIX Input 2 Source */ 38862306a36Sopenharmony_ci { 0x00000643, 0x0080 }, /* R1603 (0x643) - PWM1MIX Input 2 Volume */ 38962306a36Sopenharmony_ci { 0x00000644, 0x0000 }, /* R1604 (0x644) - PWM1MIX Input 3 Source */ 39062306a36Sopenharmony_ci { 0x00000645, 0x0080 }, /* R1605 (0x645) - PWM1MIX Input 3 Volume */ 39162306a36Sopenharmony_ci { 0x00000646, 0x0000 }, /* R1606 (0x646) - PWM1MIX Input 4 Source */ 39262306a36Sopenharmony_ci { 0x00000647, 0x0080 }, /* R1607 (0x647) - PWM1MIX Input 4 Volume */ 39362306a36Sopenharmony_ci { 0x00000648, 0x0000 }, /* R1608 (0x648) - PWM2MIX Input 1 Source */ 39462306a36Sopenharmony_ci { 0x00000649, 0x0080 }, /* R1609 (0x649) - PWM2MIX Input 1 Volume */ 39562306a36Sopenharmony_ci { 0x0000064a, 0x0000 }, /* R1610 (0x64a) - PWM2MIX Input 2 Source */ 39662306a36Sopenharmony_ci { 0x0000064b, 0x0080 }, /* R1611 (0x64b) - PWM2MIX Input 2 Volume */ 39762306a36Sopenharmony_ci { 0x0000064c, 0x0000 }, /* R1612 (0x64c) - PWM2MIX Input 3 Source */ 39862306a36Sopenharmony_ci { 0x0000064d, 0x0080 }, /* R1613 (0x64d) - PWM2MIX Input 3 Volume */ 39962306a36Sopenharmony_ci { 0x0000064e, 0x0000 }, /* R1614 (0x64e) - PWM2MIX Input 4 Source */ 40062306a36Sopenharmony_ci { 0x0000064f, 0x0080 }, /* R1615 (0x64f) - PWM2MIX Input 4 Volume */ 40162306a36Sopenharmony_ci { 0x00000680, 0x0000 }, /* R1664 (0x680) - OUT1LMIX Input 1 Source */ 40262306a36Sopenharmony_ci { 0x00000681, 0x0080 }, /* R1665 (0x681) - OUT1LMIX Input 1 Volume */ 40362306a36Sopenharmony_ci { 0x00000682, 0x0000 }, /* R1666 (0x682) - OUT1LMIX Input 2 Source */ 40462306a36Sopenharmony_ci { 0x00000683, 0x0080 }, /* R1667 (0x683) - OUT1LMIX Input 2 Volume */ 40562306a36Sopenharmony_ci { 0x00000684, 0x0000 }, /* R1668 (0x684) - OUT1LMIX Input 3 Source */ 40662306a36Sopenharmony_ci { 0x00000685, 0x0080 }, /* R1669 (0x685) - OUT1LMIX Input 3 Volume */ 40762306a36Sopenharmony_ci { 0x00000686, 0x0000 }, /* R1670 (0x686) - OUT1LMIX Input 4 Source */ 40862306a36Sopenharmony_ci { 0x00000687, 0x0080 }, /* R1671 (0x687) - OUT1LMIX Input 4 Volume */ 40962306a36Sopenharmony_ci { 0x00000688, 0x0000 }, /* R1672 (0x688) - OUT1RMIX Input 1 Source */ 41062306a36Sopenharmony_ci { 0x00000689, 0x0080 }, /* R1673 (0x689) - OUT1RMIX Input 1 Volume */ 41162306a36Sopenharmony_ci { 0x0000068a, 0x0000 }, /* R1674 (0x68a) - OUT1RMIX Input 2 Source */ 41262306a36Sopenharmony_ci { 0x0000068b, 0x0080 }, /* R1675 (0x68b) - OUT1RMIX Input 2 Volume */ 41362306a36Sopenharmony_ci { 0x0000068c, 0x0000 }, /* R1676 (0x68c) - OUT1RMIX Input 3 Source */ 41462306a36Sopenharmony_ci { 0x0000068d, 0x0080 }, /* R1677 (0x68d) - OUT1RMIX Input 3 Volume */ 41562306a36Sopenharmony_ci { 0x0000068e, 0x0000 }, /* R1678 (0x68e) - OUT1RMIX Input 4 Source */ 41662306a36Sopenharmony_ci { 0x0000068f, 0x0080 }, /* R1679 (0x68f) - OUT1RMIX Input 4 Volume */ 41762306a36Sopenharmony_ci { 0x00000690, 0x0000 }, /* R1680 (0x690) - OUT2LMIX Input 1 Source */ 41862306a36Sopenharmony_ci { 0x00000691, 0x0080 }, /* R1681 (0x691) - OUT2LMIX Input 1 Volume */ 41962306a36Sopenharmony_ci { 0x00000692, 0x0000 }, /* R1682 (0x692) - OUT2LMIX Input 2 Source */ 42062306a36Sopenharmony_ci { 0x00000693, 0x0080 }, /* R1683 (0x693) - OUT2LMIX Input 2 Volume */ 42162306a36Sopenharmony_ci { 0x00000694, 0x0000 }, /* R1684 (0x694) - OUT2LMIX Input 3 Source */ 42262306a36Sopenharmony_ci { 0x00000695, 0x0080 }, /* R1685 (0x695) - OUT2LMIX Input 3 Volume */ 42362306a36Sopenharmony_ci { 0x00000696, 0x0000 }, /* R1686 (0x696) - OUT2LMIX Input 4 Source */ 42462306a36Sopenharmony_ci { 0x00000697, 0x0080 }, /* R1687 (0x697) - OUT2LMIX Input 4 Volume */ 42562306a36Sopenharmony_ci { 0x00000698, 0x0000 }, /* R1688 (0x698) - OUT2RMIX Input 1 Source */ 42662306a36Sopenharmony_ci { 0x00000699, 0x0080 }, /* R1689 (0x699) - OUT2RMIX Input 1 Volume */ 42762306a36Sopenharmony_ci { 0x0000069a, 0x0000 }, /* R1690 (0x69a) - OUT2RMIX Input 2 Source */ 42862306a36Sopenharmony_ci { 0x0000069b, 0x0080 }, /* R1691 (0x69b) - OUT2RMIX Input 2 Volume */ 42962306a36Sopenharmony_ci { 0x0000069c, 0x0000 }, /* R1692 (0x69c) - OUT2RMIX Input 3 Source */ 43062306a36Sopenharmony_ci { 0x0000069d, 0x0080 }, /* R1693 (0x69d) - OUT2RMIX Input 3 Volume */ 43162306a36Sopenharmony_ci { 0x0000069e, 0x0000 }, /* R1694 (0x69e) - OUT2RMIX Input 4 Source */ 43262306a36Sopenharmony_ci { 0x0000069f, 0x0080 }, /* R1695 (0x69f) - OUT2RMIX Input 4 Volume */ 43362306a36Sopenharmony_ci { 0x000006a0, 0x0000 }, /* R1696 (0x6a0) - OUT3LMIX Input 1 Source */ 43462306a36Sopenharmony_ci { 0x000006a1, 0x0080 }, /* R1697 (0x6a1) - OUT3LMIX Input 1 Volume */ 43562306a36Sopenharmony_ci { 0x000006a2, 0x0000 }, /* R1698 (0x6a2) - OUT3LMIX Input 2 Source */ 43662306a36Sopenharmony_ci { 0x000006a3, 0x0080 }, /* R1699 (0x6a3) - OUT3LMIX Input 2 Volume */ 43762306a36Sopenharmony_ci { 0x000006a4, 0x0000 }, /* R1700 (0x6a4) - OUT3LMIX Input 3 Source */ 43862306a36Sopenharmony_ci { 0x000006a5, 0x0080 }, /* R1701 (0x6a5) - OUT3LMIX Input 3 Volume */ 43962306a36Sopenharmony_ci { 0x000006a6, 0x0000 }, /* R1702 (0x6a6) - OUT3LMIX Input 4 Source */ 44062306a36Sopenharmony_ci { 0x000006a7, 0x0080 }, /* R1703 (0x6a7) - OUT3LMIX Input 4 Volume */ 44162306a36Sopenharmony_ci { 0x000006a8, 0x0000 }, /* R1704 (0x6a8) - OUT3RMIX Input 1 Source */ 44262306a36Sopenharmony_ci { 0x000006a9, 0x0080 }, /* R1705 (0x6a9) - OUT3RMIX Input 1 Volume */ 44362306a36Sopenharmony_ci { 0x000006aa, 0x0000 }, /* R1706 (0x6aa) - OUT3RMIX Input 2 Source */ 44462306a36Sopenharmony_ci { 0x000006ab, 0x0080 }, /* R1707 (0x6ab) - OUT3RMIX Input 2 Volume */ 44562306a36Sopenharmony_ci { 0x000006ac, 0x0000 }, /* R1708 (0x6ac) - OUT3RMIX Input 3 Source */ 44662306a36Sopenharmony_ci { 0x000006ad, 0x0080 }, /* R1709 (0x6ad) - OUT3RMIX Input 3 Volume */ 44762306a36Sopenharmony_ci { 0x000006ae, 0x0000 }, /* R1710 (0x6ae) - OUT3RMIX Input 4 Source */ 44862306a36Sopenharmony_ci { 0x000006af, 0x0080 }, /* R1711 (0x6af) - OUT3RMIX Input 4 Volume */ 44962306a36Sopenharmony_ci { 0x000006c0, 0x0000 }, /* R1728 (0x6c0) - OUT5LMIX Input 1 Source */ 45062306a36Sopenharmony_ci { 0x000006c1, 0x0080 }, /* R1729 (0x6c1) - OUT5LMIX Input 1 Volume */ 45162306a36Sopenharmony_ci { 0x000006c2, 0x0000 }, /* R1730 (0x6c2) - OUT5LMIX Input 2 Source */ 45262306a36Sopenharmony_ci { 0x000006c3, 0x0080 }, /* R1731 (0x6c3) - OUT5LMIX Input 2 Volume */ 45362306a36Sopenharmony_ci { 0x000006c4, 0x0000 }, /* R1732 (0x6c4) - OUT5LMIX Input 3 Source */ 45462306a36Sopenharmony_ci { 0x000006c5, 0x0080 }, /* R1733 (0x6c5) - OUT5LMIX Input 3 Volume */ 45562306a36Sopenharmony_ci { 0x000006c6, 0x0000 }, /* R1734 (0x6c6) - OUT5LMIX Input 4 Source */ 45662306a36Sopenharmony_ci { 0x000006c7, 0x0080 }, /* R1735 (0x6c7) - OUT5LMIX Input 4 Volume */ 45762306a36Sopenharmony_ci { 0x000006c8, 0x0000 }, /* R1736 (0x6c8) - OUT5RMIX Input 1 Source */ 45862306a36Sopenharmony_ci { 0x000006c9, 0x0080 }, /* R1737 (0x6c9) - OUT5RMIX Input 1 Volume */ 45962306a36Sopenharmony_ci { 0x000006ca, 0x0000 }, /* R1738 (0x6ca) - OUT5RMIX Input 2 Source */ 46062306a36Sopenharmony_ci { 0x000006cb, 0x0080 }, /* R1739 (0x6cb) - OUT5RMIX Input 2 Volume */ 46162306a36Sopenharmony_ci { 0x000006cc, 0x0000 }, /* R1740 (0x6cc) - OUT5RMIX Input 3 Source */ 46262306a36Sopenharmony_ci { 0x000006cd, 0x0080 }, /* R1741 (0x6cd) - OUT5RMIX Input 3 Volume */ 46362306a36Sopenharmony_ci { 0x000006ce, 0x0000 }, /* R1742 (0x6ce) - OUT5RMIX Input 4 Source */ 46462306a36Sopenharmony_ci { 0x000006cf, 0x0080 }, /* R1743 (0x6cf) - OUT5RMIX Input 4 Volume */ 46562306a36Sopenharmony_ci { 0x00000700, 0x0000 }, /* R1792 (0x700) - AIF1TX1MIX Input 1 Source */ 46662306a36Sopenharmony_ci { 0x00000701, 0x0080 }, /* R1793 (0x701) - AIF1TX1MIX Input 1 Volume */ 46762306a36Sopenharmony_ci { 0x00000702, 0x0000 }, /* R1794 (0x702) - AIF1TX1MIX Input 2 Source */ 46862306a36Sopenharmony_ci { 0x00000703, 0x0080 }, /* R1795 (0x703) - AIF1TX1MIX Input 2 Volume */ 46962306a36Sopenharmony_ci { 0x00000704, 0x0000 }, /* R1796 (0x704) - AIF1TX1MIX Input 3 Source */ 47062306a36Sopenharmony_ci { 0x00000705, 0x0080 }, /* R1797 (0x705) - AIF1TX1MIX Input 3 Volume */ 47162306a36Sopenharmony_ci { 0x00000706, 0x0000 }, /* R1798 (0x706) - AIF1TX1MIX Input 4 Source */ 47262306a36Sopenharmony_ci { 0x00000707, 0x0080 }, /* R1799 (0x707) - AIF1TX1MIX Input 4 Volume */ 47362306a36Sopenharmony_ci { 0x00000708, 0x0000 }, /* R1800 (0x708) - AIF1TX2MIX Input 1 Source */ 47462306a36Sopenharmony_ci { 0x00000709, 0x0080 }, /* R1801 (0x709) - AIF1TX2MIX Input 1 Volume */ 47562306a36Sopenharmony_ci { 0x0000070a, 0x0000 }, /* R1802 (0x70a) - AIF1TX2MIX Input 2 Source */ 47662306a36Sopenharmony_ci { 0x0000070b, 0x0080 }, /* R1803 (0x70b) - AIF1TX2MIX Input 2 Volume */ 47762306a36Sopenharmony_ci { 0x0000070c, 0x0000 }, /* R1804 (0x70c) - AIF1TX2MIX Input 3 Source */ 47862306a36Sopenharmony_ci { 0x0000070d, 0x0080 }, /* R1805 (0x70d) - AIF1TX2MIX Input 3 Volume */ 47962306a36Sopenharmony_ci { 0x0000070e, 0x0000 }, /* R1806 (0x70e) - AIF1TX2MIX Input 4 Source */ 48062306a36Sopenharmony_ci { 0x0000070f, 0x0080 }, /* R1807 (0x70f) - AIF1TX2MIX Input 4 Volume */ 48162306a36Sopenharmony_ci { 0x00000710, 0x0000 }, /* R1808 (0x710) - AIF1TX3MIX Input 1 Source */ 48262306a36Sopenharmony_ci { 0x00000711, 0x0080 }, /* R1809 (0x711) - AIF1TX3MIX Input 1 Volume */ 48362306a36Sopenharmony_ci { 0x00000712, 0x0000 }, /* R1810 (0x712) - AIF1TX3MIX Input 2 Source */ 48462306a36Sopenharmony_ci { 0x00000713, 0x0080 }, /* R1811 (0x713) - AIF1TX3MIX Input 2 Volume */ 48562306a36Sopenharmony_ci { 0x00000714, 0x0000 }, /* R1812 (0x714) - AIF1TX3MIX Input 3 Source */ 48662306a36Sopenharmony_ci { 0x00000715, 0x0080 }, /* R1813 (0x715) - AIF1TX3MIX Input 3 Volume */ 48762306a36Sopenharmony_ci { 0x00000716, 0x0000 }, /* R1814 (0x716) - AIF1TX3MIX Input 4 Source */ 48862306a36Sopenharmony_ci { 0x00000717, 0x0080 }, /* R1815 (0x717) - AIF1TX3MIX Input 4 Volume */ 48962306a36Sopenharmony_ci { 0x00000718, 0x0000 }, /* R1816 (0x718) - AIF1TX4MIX Input 1 Source */ 49062306a36Sopenharmony_ci { 0x00000719, 0x0080 }, /* R1817 (0x719) - AIF1TX4MIX Input 1 Volume */ 49162306a36Sopenharmony_ci { 0x0000071a, 0x0000 }, /* R1818 (0x71a) - AIF1TX4MIX Input 2 Source */ 49262306a36Sopenharmony_ci { 0x0000071b, 0x0080 }, /* R1819 (0x71b) - AIF1TX4MIX Input 2 Volume */ 49362306a36Sopenharmony_ci { 0x0000071c, 0x0000 }, /* R1820 (0x71c) - AIF1TX4MIX Input 3 Source */ 49462306a36Sopenharmony_ci { 0x0000071d, 0x0080 }, /* R1821 (0x71d) - AIF1TX4MIX Input 3 Volume */ 49562306a36Sopenharmony_ci { 0x0000071e, 0x0000 }, /* R1822 (0x71e) - AIF1TX4MIX Input 4 Source */ 49662306a36Sopenharmony_ci { 0x0000071f, 0x0080 }, /* R1823 (0x71f) - AIF1TX4MIX Input 4 Volume */ 49762306a36Sopenharmony_ci { 0x00000720, 0x0000 }, /* R1824 (0x720) - AIF1TX5MIX Input 1 Source */ 49862306a36Sopenharmony_ci { 0x00000721, 0x0080 }, /* R1825 (0x721) - AIF1TX5MIX Input 1 Volume */ 49962306a36Sopenharmony_ci { 0x00000722, 0x0000 }, /* R1826 (0x722) - AIF1TX5MIX Input 2 Source */ 50062306a36Sopenharmony_ci { 0x00000723, 0x0080 }, /* R1827 (0x723) - AIF1TX5MIX Input 2 Volume */ 50162306a36Sopenharmony_ci { 0x00000724, 0x0000 }, /* R1828 (0x724) - AIF1TX5MIX Input 3 Source */ 50262306a36Sopenharmony_ci { 0x00000725, 0x0080 }, /* R1829 (0x725) - AIF1TX5MIX Input 3 Volume */ 50362306a36Sopenharmony_ci { 0x00000726, 0x0000 }, /* R1830 (0x726) - AIF1TX5MIX Input 4 Source */ 50462306a36Sopenharmony_ci { 0x00000727, 0x0080 }, /* R1831 (0x727) - AIF1TX5MIX Input 4 Volume */ 50562306a36Sopenharmony_ci { 0x00000728, 0x0000 }, /* R1832 (0x728) - AIF1TX6MIX Input 1 Source */ 50662306a36Sopenharmony_ci { 0x00000729, 0x0080 }, /* R1833 (0x729) - AIF1TX6MIX Input 1 Volume */ 50762306a36Sopenharmony_ci { 0x0000072a, 0x0000 }, /* R1834 (0x72a) - AIF1TX6MIX Input 2 Source */ 50862306a36Sopenharmony_ci { 0x0000072b, 0x0080 }, /* R1835 (0x72b) - AIF1TX6MIX Input 2 Volume */ 50962306a36Sopenharmony_ci { 0x0000072c, 0x0000 }, /* R1836 (0x72c) - AIF1TX6MIX Input 3 Source */ 51062306a36Sopenharmony_ci { 0x0000072d, 0x0080 }, /* R1837 (0x72d) - AIF1TX6MIX Input 3 Volume */ 51162306a36Sopenharmony_ci { 0x0000072e, 0x0000 }, /* R1838 (0x72e) - AIF1TX6MIX Input 4 Source */ 51262306a36Sopenharmony_ci { 0x0000072f, 0x0080 }, /* R1839 (0x72f) - AIF1TX6MIX Input 4 Volume */ 51362306a36Sopenharmony_ci { 0x00000730, 0x0000 }, /* R1840 (0x730) - AIF1TX7MIX Input 1 Source */ 51462306a36Sopenharmony_ci { 0x00000731, 0x0080 }, /* R1841 (0x731) - AIF1TX7MIX Input 1 Volume */ 51562306a36Sopenharmony_ci { 0x00000732, 0x0000 }, /* R1842 (0x732) - AIF1TX7MIX Input 2 Source */ 51662306a36Sopenharmony_ci { 0x00000733, 0x0080 }, /* R1843 (0x733) - AIF1TX7MIX Input 2 Volume */ 51762306a36Sopenharmony_ci { 0x00000734, 0x0000 }, /* R1844 (0x734) - AIF1TX7MIX Input 3 Source */ 51862306a36Sopenharmony_ci { 0x00000735, 0x0080 }, /* R1845 (0x735) - AIF1TX7MIX Input 3 Volume */ 51962306a36Sopenharmony_ci { 0x00000736, 0x0000 }, /* R1846 (0x736) - AIF1TX7MIX Input 4 Source */ 52062306a36Sopenharmony_ci { 0x00000737, 0x0080 }, /* R1847 (0x737) - AIF1TX7MIX Input 4 Volume */ 52162306a36Sopenharmony_ci { 0x00000738, 0x0000 }, /* R1848 (0x738) - AIF1TX8MIX Input 1 Source */ 52262306a36Sopenharmony_ci { 0x00000739, 0x0080 }, /* R1849 (0x739) - AIF1TX8MIX Input 1 Volume */ 52362306a36Sopenharmony_ci { 0x0000073a, 0x0000 }, /* R1850 (0x73a) - AIF1TX8MIX Input 2 Source */ 52462306a36Sopenharmony_ci { 0x0000073b, 0x0080 }, /* R1851 (0x73b) - AIF1TX8MIX Input 2 Volume */ 52562306a36Sopenharmony_ci { 0x0000073c, 0x0000 }, /* R1852 (0x73c) - AIF1TX8MIX Input 3 Source */ 52662306a36Sopenharmony_ci { 0x0000073d, 0x0080 }, /* R1853 (0x73d) - AIF1TX8MIX Input 3 Volume */ 52762306a36Sopenharmony_ci { 0x0000073e, 0x0000 }, /* R1854 (0x73e) - AIF1TX8MIX Input 4 Source */ 52862306a36Sopenharmony_ci { 0x0000073f, 0x0080 }, /* R1855 (0x73f) - AIF1TX8MIX Input 4 Volume */ 52962306a36Sopenharmony_ci { 0x00000740, 0x0000 }, /* R1856 (0x740) - AIF2TX1MIX Input 1 Source */ 53062306a36Sopenharmony_ci { 0x00000741, 0x0080 }, /* R1857 (0x741) - AIF2TX1MIX Input 1 Volume */ 53162306a36Sopenharmony_ci { 0x00000742, 0x0000 }, /* R1858 (0x742) - AIF2TX1MIX Input 2 Source */ 53262306a36Sopenharmony_ci { 0x00000743, 0x0080 }, /* R1859 (0x743) - AIF2TX1MIX Input 2 Volume */ 53362306a36Sopenharmony_ci { 0x00000744, 0x0000 }, /* R1860 (0x744) - AIF2TX1MIX Input 3 Source */ 53462306a36Sopenharmony_ci { 0x00000745, 0x0080 }, /* R1861 (0x745) - AIF2TX1MIX Input 3 Volume */ 53562306a36Sopenharmony_ci { 0x00000746, 0x0000 }, /* R1862 (0x746) - AIF2TX1MIX Input 4 Source */ 53662306a36Sopenharmony_ci { 0x00000747, 0x0080 }, /* R1863 (0x747) - AIF2TX1MIX Input 4 Volume */ 53762306a36Sopenharmony_ci { 0x00000748, 0x0000 }, /* R1864 (0x748) - AIF2TX2MIX Input 1 Source */ 53862306a36Sopenharmony_ci { 0x00000749, 0x0080 }, /* R1865 (0x749) - AIF2TX2MIX Input 1 Volume */ 53962306a36Sopenharmony_ci { 0x0000074a, 0x0000 }, /* R1866 (0x74a) - AIF2TX2MIX Input 2 Source */ 54062306a36Sopenharmony_ci { 0x0000074b, 0x0080 }, /* R1867 (0x74b) - AIF2TX2MIX Input 2 Volume */ 54162306a36Sopenharmony_ci { 0x0000074c, 0x0000 }, /* R1868 (0x74c) - AIF2TX2MIX Input 3 Source */ 54262306a36Sopenharmony_ci { 0x0000074d, 0x0080 }, /* R1869 (0x74d) - AIF2TX2MIX Input 3 Volume */ 54362306a36Sopenharmony_ci { 0x0000074e, 0x0000 }, /* R1870 (0x74e) - AIF2TX2MIX Input 4 Source */ 54462306a36Sopenharmony_ci { 0x0000074f, 0x0080 }, /* R1871 (0x74f) - AIF2TX2MIX Input 4 Volume */ 54562306a36Sopenharmony_ci { 0x00000750, 0x0000 }, /* R1872 (0x750) - AIF2TX3MIX Input 1 Source */ 54662306a36Sopenharmony_ci { 0x00000751, 0x0080 }, /* R1873 (0x751) - AIF2TX3MIX Input 1 Volume */ 54762306a36Sopenharmony_ci { 0x00000752, 0x0000 }, /* R1874 (0x752) - AIF2TX3MIX Input 2 Source */ 54862306a36Sopenharmony_ci { 0x00000753, 0x0080 }, /* R1875 (0x753) - AIF2TX3MIX Input 2 Volume */ 54962306a36Sopenharmony_ci { 0x00000754, 0x0000 }, /* R1876 (0x754) - AIF2TX3MIX Input 3 Source */ 55062306a36Sopenharmony_ci { 0x00000755, 0x0080 }, /* R1877 (0x755) - AIF2TX3MIX Input 3 Volume */ 55162306a36Sopenharmony_ci { 0x00000756, 0x0000 }, /* R1878 (0x756) - AIF2TX3MIX Input 4 Source */ 55262306a36Sopenharmony_ci { 0x00000757, 0x0080 }, /* R1879 (0x757) - AIF2TX3MIX Input 4 Volume */ 55362306a36Sopenharmony_ci { 0x00000758, 0x0000 }, /* R1880 (0x758) - AIF2TX4MIX Input 1 Source */ 55462306a36Sopenharmony_ci { 0x00000759, 0x0080 }, /* R1881 (0x759) - AIF2TX4MIX Input 1 Volume */ 55562306a36Sopenharmony_ci { 0x0000075a, 0x0000 }, /* R1882 (0x75a) - AIF2TX4MIX Input 2 Source */ 55662306a36Sopenharmony_ci { 0x0000075b, 0x0080 }, /* R1883 (0x75b) - AIF2TX4MIX Input 2 Volume */ 55762306a36Sopenharmony_ci { 0x0000075c, 0x0000 }, /* R1884 (0x75c) - AIF2TX4MIX Input 3 Source */ 55862306a36Sopenharmony_ci { 0x0000075d, 0x0080 }, /* R1885 (0x75d) - AIF2TX4MIX Input 3 Volume */ 55962306a36Sopenharmony_ci { 0x0000075e, 0x0000 }, /* R1886 (0x75e) - AIF2TX4MIX Input 4 Source */ 56062306a36Sopenharmony_ci { 0x0000075f, 0x0080 }, /* R1887 (0x75f) - AIF2TX4MIX Input 4 Volume */ 56162306a36Sopenharmony_ci { 0x00000760, 0x0000 }, /* R1888 (0x760) - AIF2TX5MIX Input 1 Source */ 56262306a36Sopenharmony_ci { 0x00000761, 0x0080 }, /* R1889 (0x761) - AIF2TX5MIX Input 1 Volume */ 56362306a36Sopenharmony_ci { 0x00000762, 0x0000 }, /* R1890 (0x762) - AIF2TX5MIX Input 2 Source */ 56462306a36Sopenharmony_ci { 0x00000763, 0x0080 }, /* R1891 (0x763) - AIF2TX5MIX Input 2 Volume */ 56562306a36Sopenharmony_ci { 0x00000764, 0x0000 }, /* R1892 (0x764) - AIF2TX5MIX Input 3 Source */ 56662306a36Sopenharmony_ci { 0x00000765, 0x0080 }, /* R1893 (0x765) - AIF2TX5MIX Input 3 Volume */ 56762306a36Sopenharmony_ci { 0x00000766, 0x0000 }, /* R1894 (0x766) - AIF2TX5MIX Input 4 Source */ 56862306a36Sopenharmony_ci { 0x00000767, 0x0080 }, /* R1895 (0x767) - AIF2TX5MIX Input 4 Volume */ 56962306a36Sopenharmony_ci { 0x00000768, 0x0000 }, /* R1896 (0x768) - AIF2TX6MIX Input 1 Source */ 57062306a36Sopenharmony_ci { 0x00000769, 0x0080 }, /* R1897 (0x769) - AIF2TX6MIX Input 1 Volume */ 57162306a36Sopenharmony_ci { 0x0000076a, 0x0000 }, /* R1898 (0x76a) - AIF2TX6MIX Input 2 Source */ 57262306a36Sopenharmony_ci { 0x0000076b, 0x0080 }, /* R1899 (0x76b) - AIF2TX6MIX Input 2 Volume */ 57362306a36Sopenharmony_ci { 0x0000076c, 0x0000 }, /* R1900 (0x76c) - AIF2TX6MIX Input 3 Source */ 57462306a36Sopenharmony_ci { 0x0000076d, 0x0080 }, /* R1901 (0x76d) - AIF2TX6MIX Input 3 Volume */ 57562306a36Sopenharmony_ci { 0x0000076e, 0x0000 }, /* R1902 (0x76e) - AIF2TX6MIX Input 4 Source */ 57662306a36Sopenharmony_ci { 0x0000076f, 0x0080 }, /* R1903 (0x76f) - AIF2TX6MIX Input 4 Volume */ 57762306a36Sopenharmony_ci { 0x00000770, 0x0000 }, /* R1904 (0x770) - AIF2TX7MIX Input 1 Source */ 57862306a36Sopenharmony_ci { 0x00000771, 0x0080 }, /* R1905 (0x771) - AIF2TX7MIX Input 1 Volume */ 57962306a36Sopenharmony_ci { 0x00000772, 0x0000 }, /* R1906 (0x772) - AIF2TX7MIX Input 2 Source */ 58062306a36Sopenharmony_ci { 0x00000773, 0x0080 }, /* R1907 (0x773) - AIF2TX7MIX Input 2 Volume */ 58162306a36Sopenharmony_ci { 0x00000774, 0x0000 }, /* R1908 (0x774) - AIF2TX7MIX Input 3 Source */ 58262306a36Sopenharmony_ci { 0x00000775, 0x0080 }, /* R1909 (0x775) - AIF2TX7MIX Input 3 Volume */ 58362306a36Sopenharmony_ci { 0x00000776, 0x0000 }, /* R1910 (0x776) - AIF2TX7MIX Input 4 Source */ 58462306a36Sopenharmony_ci { 0x00000777, 0x0080 }, /* R1911 (0x777) - AIF2TX7MIX Input 4 Volume */ 58562306a36Sopenharmony_ci { 0x00000778, 0x0000 }, /* R1912 (0x778) - AIF2TX8MIX Input 1 Source */ 58662306a36Sopenharmony_ci { 0x00000779, 0x0080 }, /* R1913 (0x779) - AIF2TX8MIX Input 1 Volume */ 58762306a36Sopenharmony_ci { 0x0000077a, 0x0000 }, /* R1914 (0x77a) - AIF2TX8MIX Input 2 Source */ 58862306a36Sopenharmony_ci { 0x0000077b, 0x0080 }, /* R1915 (0x77b) - AIF2TX8MIX Input 2 Volume */ 58962306a36Sopenharmony_ci { 0x0000077c, 0x0000 }, /* R1916 (0x77c) - AIF2TX8MIX Input 3 Source */ 59062306a36Sopenharmony_ci { 0x0000077d, 0x0080 }, /* R1917 (0x77d) - AIF2TX8MIX Input 3 Volume */ 59162306a36Sopenharmony_ci { 0x0000077e, 0x0000 }, /* R1918 (0x77e) - AIF2TX8MIX Input 4 Source */ 59262306a36Sopenharmony_ci { 0x0000077f, 0x0080 }, /* R1919 (0x77f) - AIF2TX8MIX Input 4 Volume */ 59362306a36Sopenharmony_ci { 0x00000780, 0x0000 }, /* R1920 (0x780) - AIF3TX1MIX Input 1 Source */ 59462306a36Sopenharmony_ci { 0x00000781, 0x0080 }, /* R1921 (0x781) - AIF3TX1MIX Input 1 Volume */ 59562306a36Sopenharmony_ci { 0x00000782, 0x0000 }, /* R1922 (0x782) - AIF3TX1MIX Input 2 Source */ 59662306a36Sopenharmony_ci { 0x00000783, 0x0080 }, /* R1923 (0x783) - AIF3TX1MIX Input 2 Volume */ 59762306a36Sopenharmony_ci { 0x00000784, 0x0000 }, /* R1924 (0x784) - AIF3TX1MIX Input 3 Source */ 59862306a36Sopenharmony_ci { 0x00000785, 0x0080 }, /* R1925 (0x785) - AIF3TX1MIX Input 3 Volume */ 59962306a36Sopenharmony_ci { 0x00000786, 0x0000 }, /* R1926 (0x786) - AIF3TX1MIX Input 4 Source */ 60062306a36Sopenharmony_ci { 0x00000787, 0x0080 }, /* R1927 (0x787) - AIF3TX1MIX Input 4 Volume */ 60162306a36Sopenharmony_ci { 0x00000788, 0x0000 }, /* R1928 (0x788) - AIF3TX2MIX Input 1 Source */ 60262306a36Sopenharmony_ci { 0x00000789, 0x0080 }, /* R1929 (0x789) - AIF3TX2MIX Input 1 Volume */ 60362306a36Sopenharmony_ci { 0x0000078a, 0x0000 }, /* R1930 (0x78a) - AIF3TX2MIX Input 2 Source */ 60462306a36Sopenharmony_ci { 0x0000078b, 0x0080 }, /* R1931 (0x78b) - AIF3TX2MIX Input 2 Volume */ 60562306a36Sopenharmony_ci { 0x0000078c, 0x0000 }, /* R1932 (0x78c) - AIF3TX2MIX Input 3 Source */ 60662306a36Sopenharmony_ci { 0x0000078d, 0x0080 }, /* R1933 (0x78d) - AIF3TX2MIX Input 3 Volume */ 60762306a36Sopenharmony_ci { 0x0000078e, 0x0000 }, /* R1934 (0x78e) - AIF3TX2MIX Input 4 Source */ 60862306a36Sopenharmony_ci { 0x0000078f, 0x0080 }, /* R1935 (0x78f) - AIF3TX2MIX Input 4 Volume */ 60962306a36Sopenharmony_ci { 0x00000790, 0x0000 }, /* R1936 (0x790) - AIF3TX3MIX Input 1 Source */ 61062306a36Sopenharmony_ci { 0x00000791, 0x0080 }, /* R1937 (0x791) - AIF3TX3MIX Input 1 Volume */ 61162306a36Sopenharmony_ci { 0x00000792, 0x0000 }, /* R1938 (0x792) - AIF3TX3MIX Input 2 Source */ 61262306a36Sopenharmony_ci { 0x00000793, 0x0080 }, /* R1939 (0x793) - AIF3TX3MIX Input 2 Volume */ 61362306a36Sopenharmony_ci { 0x00000794, 0x0000 }, /* R1940 (0x794) - AIF3TX3MIX Input 3 Source */ 61462306a36Sopenharmony_ci { 0x00000795, 0x0080 }, /* R1941 (0x795) - AIF3TX3MIX Input 3 Volume */ 61562306a36Sopenharmony_ci { 0x00000796, 0x0000 }, /* R1942 (0x796) - AIF3TX3MIX Input 4 Source */ 61662306a36Sopenharmony_ci { 0x00000797, 0x0080 }, /* R1943 (0x797) - AIF3TX3MIX Input 4 Volume */ 61762306a36Sopenharmony_ci { 0x00000798, 0x0000 }, /* R1944 (0x798) - AIF3TX4MIX Input 1 Source */ 61862306a36Sopenharmony_ci { 0x00000799, 0x0080 }, /* R1945 (0x799) - AIF3TX4MIX Input 1 Volume */ 61962306a36Sopenharmony_ci { 0x0000079a, 0x0000 }, /* R1946 (0x79a) - AIF3TX4MIX Input 2 Source */ 62062306a36Sopenharmony_ci { 0x0000079b, 0x0080 }, /* R1947 (0x79b) - AIF3TX4MIX Input 2 Volume */ 62162306a36Sopenharmony_ci { 0x0000079c, 0x0000 }, /* R1948 (0x79c) - AIF3TX4MIX Input 3 Source */ 62262306a36Sopenharmony_ci { 0x0000079d, 0x0080 }, /* R1949 (0x79d) - AIF3TX4MIX Input 3 Volume */ 62362306a36Sopenharmony_ci { 0x0000079e, 0x0000 }, /* R1950 (0x79e) - AIF3TX4MIX Input 4 Source */ 62462306a36Sopenharmony_ci { 0x0000079f, 0x0080 }, /* R1951 (0x79f) - AIF3TX4MIX Input 4 Volume */ 62562306a36Sopenharmony_ci { 0x000007a0, 0x0000 }, /* R1952 (0x7a0) - AIF3TX5MIX Input 1 Source */ 62662306a36Sopenharmony_ci { 0x000007a1, 0x0080 }, /* R1953 (0x7a1) - AIF3TX5MIX Input 1 Volume */ 62762306a36Sopenharmony_ci { 0x000007a2, 0x0000 }, /* R1954 (0x7a2) - AIF3TX5MIX Input 2 Source */ 62862306a36Sopenharmony_ci { 0x000007a3, 0x0080 }, /* R1955 (0x7a3) - AIF3TX5MIX Input 2 Volume */ 62962306a36Sopenharmony_ci { 0x000007a4, 0x0000 }, /* R1956 (0x7a4) - AIF3TX5MIX Input 3 Source */ 63062306a36Sopenharmony_ci { 0x000007a5, 0x0080 }, /* R1957 (0x7a5) - AIF3TX5MIX Input 3 Volume */ 63162306a36Sopenharmony_ci { 0x000007a6, 0x0000 }, /* R1958 (0x7a6) - AIF3TX5MIX Input 4 Source */ 63262306a36Sopenharmony_ci { 0x000007a7, 0x0080 }, /* R1959 (0x7a7) - AIF3TX5MIX Input 4 Volume */ 63362306a36Sopenharmony_ci { 0x000007a8, 0x0000 }, /* R1960 (0x7a8) - AIF3TX6MIX Input 1 Source */ 63462306a36Sopenharmony_ci { 0x000007a9, 0x0080 }, /* R1961 (0x7a9) - AIF3TX6MIX Input 1 Volume */ 63562306a36Sopenharmony_ci { 0x000007aa, 0x0000 }, /* R1962 (0x7aa) - AIF3TX6MIX Input 2 Source */ 63662306a36Sopenharmony_ci { 0x000007ab, 0x0080 }, /* R1963 (0x7ab) - AIF3TX6MIX Input 2 Volume */ 63762306a36Sopenharmony_ci { 0x000007ac, 0x0000 }, /* R1964 (0x7ac) - AIF3TX6MIX Input 3 Source */ 63862306a36Sopenharmony_ci { 0x000007ad, 0x0080 }, /* R1965 (0x7ad) - AIF3TX6MIX Input 3 Volume */ 63962306a36Sopenharmony_ci { 0x000007ae, 0x0000 }, /* R1966 (0x7ae) - AIF3TX6MIX Input 4 Source */ 64062306a36Sopenharmony_ci { 0x000007af, 0x0080 }, /* R1967 (0x7af) - AIF3TX6MIX Input 4 Volume */ 64162306a36Sopenharmony_ci { 0x000007b0, 0x0000 }, /* R1968 (0x7b0) - AIF3TX7MIX Input 1 Source */ 64262306a36Sopenharmony_ci { 0x000007b1, 0x0080 }, /* R1969 (0x7b1) - AIF3TX7MIX Input 1 Volume */ 64362306a36Sopenharmony_ci { 0x000007b2, 0x0000 }, /* R1970 (0x7b2) - AIF3TX7MIX Input 2 Source */ 64462306a36Sopenharmony_ci { 0x000007b3, 0x0080 }, /* R1971 (0x7b3) - AIF3TX7MIX Input 2 Volume */ 64562306a36Sopenharmony_ci { 0x000007b4, 0x0000 }, /* R1972 (0x7b4) - AIF3TX7MIX Input 3 Source */ 64662306a36Sopenharmony_ci { 0x000007b5, 0x0080 }, /* R1973 (0x7b5) - AIF3TX7MIX Input 3 Volume */ 64762306a36Sopenharmony_ci { 0x000007b6, 0x0000 }, /* R1974 (0x7b6) - AIF3TX7MIX Input 4 Source */ 64862306a36Sopenharmony_ci { 0x000007b7, 0x0080 }, /* R1975 (0x7b7) - AIF3TX7MIX Input 4 Volume */ 64962306a36Sopenharmony_ci { 0x000007b8, 0x0000 }, /* R1976 (0x7b8) - AIF3TX8MIX Input 1 Source */ 65062306a36Sopenharmony_ci { 0x000007b9, 0x0080 }, /* R1977 (0x7b9) - AIF3TX8MIX Input 1 Volume */ 65162306a36Sopenharmony_ci { 0x000007ba, 0x0000 }, /* R1978 (0x7ba) - AIF3TX8MIX Input 2 Source */ 65262306a36Sopenharmony_ci { 0x000007bb, 0x0080 }, /* R1979 (0x7bb) - AIF3TX8MIX Input 2 Volume */ 65362306a36Sopenharmony_ci { 0x000007bc, 0x0000 }, /* R1980 (0x7bc) - AIF3TX8MIX Input 3 Source */ 65462306a36Sopenharmony_ci { 0x000007bd, 0x0080 }, /* R1981 (0x7bd) - AIF3TX8MIX Input 3 Volume */ 65562306a36Sopenharmony_ci { 0x000007be, 0x0000 }, /* R1982 (0x7be) - AIF3TX8MIX Input 4 Source */ 65662306a36Sopenharmony_ci { 0x000007bf, 0x0080 }, /* R1983 (0x7bf) - AIF3TX8MIX Input 4 Volume */ 65762306a36Sopenharmony_ci { 0x000007c0, 0x0000 }, /* R1984 (0x7c0) - SLIMTX1MIX Input 1 Source */ 65862306a36Sopenharmony_ci { 0x000007c1, 0x0080 }, /* R1985 (0x7c1) - SLIMTX1MIX Input 1 Volume */ 65962306a36Sopenharmony_ci { 0x000007c2, 0x0000 }, /* R1986 (0x7c2) - SLIMTX1MIX Input 2 Source */ 66062306a36Sopenharmony_ci { 0x000007c3, 0x0080 }, /* R1987 (0x7c3) - SLIMTX1MIX Input 2 Volume */ 66162306a36Sopenharmony_ci { 0x000007c4, 0x0000 }, /* R1988 (0x7c4) - SLIMTX1MIX Input 3 Source */ 66262306a36Sopenharmony_ci { 0x000007c5, 0x0080 }, /* R1989 (0x7c5) - SLIMTX1MIX Input 3 Volume */ 66362306a36Sopenharmony_ci { 0x000007c6, 0x0000 }, /* R1990 (0x7c6) - SLIMTX1MIX Input 4 Source */ 66462306a36Sopenharmony_ci { 0x000007c7, 0x0080 }, /* R1991 (0x7c7) - SLIMTX1MIX Input 4 Volume */ 66562306a36Sopenharmony_ci { 0x000007c8, 0x0000 }, /* R1992 (0x7c8) - SLIMTX2MIX Input 1 Source */ 66662306a36Sopenharmony_ci { 0x000007c9, 0x0080 }, /* R1993 (0x7c9) - SLIMTX2MIX Input 1 Volume */ 66762306a36Sopenharmony_ci { 0x000007ca, 0x0000 }, /* R1994 (0x7ca) - SLIMTX2MIX Input 2 Source */ 66862306a36Sopenharmony_ci { 0x000007cb, 0x0080 }, /* R1995 (0x7cb) - SLIMTX2MIX Input 2 Volume */ 66962306a36Sopenharmony_ci { 0x000007cc, 0x0000 }, /* R1996 (0x7cc) - SLIMTX2MIX Input 3 Source */ 67062306a36Sopenharmony_ci { 0x000007cd, 0x0080 }, /* R1997 (0x7cd) - SLIMTX2MIX Input 3 Volume */ 67162306a36Sopenharmony_ci { 0x000007ce, 0x0000 }, /* R1998 (0x7ce) - SLIMTX2MIX Input 4 Source */ 67262306a36Sopenharmony_ci { 0x000007cf, 0x0080 }, /* R1999 (0x7cf) - SLIMTX2MIX Input 4 Volume */ 67362306a36Sopenharmony_ci { 0x000007d0, 0x0000 }, /* R2000 (0x7d0) - SLIMTX3MIX Input 1 Source */ 67462306a36Sopenharmony_ci { 0x000007d1, 0x0080 }, /* R2001 (0x7d1) - SLIMTX3MIX Input 1 Volume */ 67562306a36Sopenharmony_ci { 0x000007d2, 0x0000 }, /* R2002 (0x7d2) - SLIMTX3MIX Input 2 Source */ 67662306a36Sopenharmony_ci { 0x000007d3, 0x0080 }, /* R2003 (0x7d3) - SLIMTX3MIX Input 2 Volume */ 67762306a36Sopenharmony_ci { 0x000007d4, 0x0000 }, /* R2004 (0x7d4) - SLIMTX3MIX Input 3 Source */ 67862306a36Sopenharmony_ci { 0x000007d5, 0x0080 }, /* R2005 (0x7d5) - SLIMTX3MIX Input 3 Volume */ 67962306a36Sopenharmony_ci { 0x000007d6, 0x0000 }, /* R2006 (0x7d6) - SLIMTX3MIX Input 4 Source */ 68062306a36Sopenharmony_ci { 0x000007d7, 0x0080 }, /* R2007 (0x7d7) - SLIMTX3MIX Input 4 Volume */ 68162306a36Sopenharmony_ci { 0x000007d8, 0x0000 }, /* R2008 (0x7d8) - SLIMTX4MIX Input 1 Source */ 68262306a36Sopenharmony_ci { 0x000007d9, 0x0080 }, /* R2009 (0x7d9) - SLIMTX4MIX Input 1 Volume */ 68362306a36Sopenharmony_ci { 0x000007da, 0x0000 }, /* R2010 (0x7da) - SLIMTX4MIX Input 2 Source */ 68462306a36Sopenharmony_ci { 0x000007db, 0x0080 }, /* R2011 (0x7db) - SLIMTX4MIX Input 2 Volume */ 68562306a36Sopenharmony_ci { 0x000007dc, 0x0000 }, /* R2012 (0x7dc) - SLIMTX4MIX Input 3 Source */ 68662306a36Sopenharmony_ci { 0x000007dd, 0x0080 }, /* R2013 (0x7dd) - SLIMTX4MIX Input 3 Volume */ 68762306a36Sopenharmony_ci { 0x000007de, 0x0000 }, /* R2014 (0x7de) - SLIMTX4MIX Input 4 Source */ 68862306a36Sopenharmony_ci { 0x000007df, 0x0080 }, /* R2015 (0x7df) - SLIMTX4MIX Input 4 Volume */ 68962306a36Sopenharmony_ci { 0x000007e0, 0x0000 }, /* R2016 (0x7e0) - SLIMTX5MIX Input 1 Source */ 69062306a36Sopenharmony_ci { 0x000007e1, 0x0080 }, /* R2017 (0x7e1) - SLIMTX5MIX Input 1 Volume */ 69162306a36Sopenharmony_ci { 0x000007e2, 0x0000 }, /* R2018 (0x7e2) - SLIMTX5MIX Input 2 Source */ 69262306a36Sopenharmony_ci { 0x000007e3, 0x0080 }, /* R2019 (0x7e3) - SLIMTX5MIX Input 2 Volume */ 69362306a36Sopenharmony_ci { 0x000007e4, 0x0000 }, /* R2020 (0x7e4) - SLIMTX5MIX Input 3 Source */ 69462306a36Sopenharmony_ci { 0x000007e5, 0x0080 }, /* R2021 (0x7e5) - SLIMTX5MIX Input 3 Volume */ 69562306a36Sopenharmony_ci { 0x000007e6, 0x0000 }, /* R2022 (0x7e6) - SLIMTX5MIX Input 4 Source */ 69662306a36Sopenharmony_ci { 0x000007e7, 0x0080 }, /* R2023 (0x7e7) - SLIMTX5MIX Input 4 Volume */ 69762306a36Sopenharmony_ci { 0x000007e8, 0x0000 }, /* R2024 (0x7e8) - SLIMTX6MIX Input 1 Source */ 69862306a36Sopenharmony_ci { 0x000007e9, 0x0080 }, /* R2025 (0x7e9) - SLIMTX6MIX Input 1 Volume */ 69962306a36Sopenharmony_ci { 0x000007ea, 0x0000 }, /* R2026 (0x7ea) - SLIMTX6MIX Input 2 Source */ 70062306a36Sopenharmony_ci { 0x000007eb, 0x0080 }, /* R2027 (0x7eb) - SLIMTX6MIX Input 2 Volume */ 70162306a36Sopenharmony_ci { 0x000007ec, 0x0000 }, /* R2028 (0x7ec) - SLIMTX6MIX Input 3 Source */ 70262306a36Sopenharmony_ci { 0x000007ed, 0x0080 }, /* R2029 (0x7ed) - SLIMTX6MIX Input 3 Volume */ 70362306a36Sopenharmony_ci { 0x000007ee, 0x0000 }, /* R2030 (0x7ee) - SLIMTX6MIX Input 4 Source */ 70462306a36Sopenharmony_ci { 0x000007ef, 0x0080 }, /* R2031 (0x7ef) - SLIMTX6MIX Input 4 Volume */ 70562306a36Sopenharmony_ci { 0x000007f0, 0x0000 }, /* R2032 (0x7f0) - SLIMTX7MIX Input 1 Source */ 70662306a36Sopenharmony_ci { 0x000007f1, 0x0080 }, /* R2033 (0x7f1) - SLIMTX7MIX Input 1 Volume */ 70762306a36Sopenharmony_ci { 0x000007f2, 0x0000 }, /* R2034 (0x7f2) - SLIMTX7MIX Input 2 Source */ 70862306a36Sopenharmony_ci { 0x000007f3, 0x0080 }, /* R2035 (0x7f3) - SLIMTX7MIX Input 2 Volume */ 70962306a36Sopenharmony_ci { 0x000007f4, 0x0000 }, /* R2036 (0x7f4) - SLIMTX7MIX Input 3 Source */ 71062306a36Sopenharmony_ci { 0x000007f5, 0x0080 }, /* R2037 (0x7f5) - SLIMTX7MIX Input 3 Volume */ 71162306a36Sopenharmony_ci { 0x000007f6, 0x0000 }, /* R2038 (0x7f6) - SLIMTX7MIX Input 4 Source */ 71262306a36Sopenharmony_ci { 0x000007f7, 0x0080 }, /* R2039 (0x7f7) - SLIMTX7MIX Input 4 Volume */ 71362306a36Sopenharmony_ci { 0x000007f8, 0x0000 }, /* R2040 (0x7f8) - SLIMTX8MIX Input 1 Source */ 71462306a36Sopenharmony_ci { 0x000007f9, 0x0080 }, /* R2041 (0x7f9) - SLIMTX8MIX Input 1 Volume */ 71562306a36Sopenharmony_ci { 0x000007fa, 0x0000 }, /* R2042 (0x7fa) - SLIMTX8MIX Input 2 Source */ 71662306a36Sopenharmony_ci { 0x000007fb, 0x0080 }, /* R2043 (0x7fb) - SLIMTX8MIX Input 2 Volume */ 71762306a36Sopenharmony_ci { 0x000007fc, 0x0000 }, /* R2044 (0x7fc) - SLIMTX8MIX Input 3 Source */ 71862306a36Sopenharmony_ci { 0x000007fd, 0x0080 }, /* R2045 (0x7fd) - SLIMTX8MIX Input 3 Volume */ 71962306a36Sopenharmony_ci { 0x000007fe, 0x0000 }, /* R2046 (0x7fe) - SLIMTX8MIX Input 4 Source */ 72062306a36Sopenharmony_ci { 0x000007ff, 0x0080 }, /* R2047 (0x7ff) - SLIMTX8MIX Input 4 Volume */ 72162306a36Sopenharmony_ci { 0x00000800, 0x0000 }, /* R2048 (0x800) - SPDIF1TX1MIX Input 1 Source */ 72262306a36Sopenharmony_ci { 0x00000801, 0x0080 }, /* R2049 (0x801) - SPDIF1TX1MIX Input 1 Volume */ 72362306a36Sopenharmony_ci { 0x00000808, 0x0000 }, /* R2056 (0x808) - SPDIF1TX2MIX Input 1 Source */ 72462306a36Sopenharmony_ci { 0x00000809, 0x0080 }, /* R2057 (0x809) - SPDIF1TX2MIX Input 1 Volume */ 72562306a36Sopenharmony_ci { 0x00000880, 0x0000 }, /* R2176 (0x880) - EQ1MIX Input 1 Source */ 72662306a36Sopenharmony_ci { 0x00000881, 0x0080 }, /* R2177 (0x881) - EQ1MIX Input 1 Volume */ 72762306a36Sopenharmony_ci { 0x00000882, 0x0000 }, /* R2178 (0x882) - EQ1MIX Input 2 Source */ 72862306a36Sopenharmony_ci { 0x00000883, 0x0080 }, /* R2179 (0x883) - EQ1MIX Input 2 Volume */ 72962306a36Sopenharmony_ci { 0x00000884, 0x0000 }, /* R2180 (0x884) - EQ1MIX Input 3 Source */ 73062306a36Sopenharmony_ci { 0x00000885, 0x0080 }, /* R2181 (0x885) - EQ1MIX Input 3 Volume */ 73162306a36Sopenharmony_ci { 0x00000886, 0x0000 }, /* R2182 (0x886) - EQ1MIX Input 4 Source */ 73262306a36Sopenharmony_ci { 0x00000887, 0x0080 }, /* R2183 (0x887) - EQ1MIX Input 4 Volume */ 73362306a36Sopenharmony_ci { 0x00000888, 0x0000 }, /* R2184 (0x888) - EQ2MIX Input 1 Source */ 73462306a36Sopenharmony_ci { 0x00000889, 0x0080 }, /* R2185 (0x889) - EQ2MIX Input 1 Volume */ 73562306a36Sopenharmony_ci { 0x0000088a, 0x0000 }, /* R2186 (0x88a) - EQ2MIX Input 2 Source */ 73662306a36Sopenharmony_ci { 0x0000088b, 0x0080 }, /* R2187 (0x88b) - EQ2MIX Input 2 Volume */ 73762306a36Sopenharmony_ci { 0x0000088c, 0x0000 }, /* R2188 (0x88c) - EQ2MIX Input 3 Source */ 73862306a36Sopenharmony_ci { 0x0000088d, 0x0080 }, /* R2189 (0x88d) - EQ2MIX Input 3 Volume */ 73962306a36Sopenharmony_ci { 0x0000088e, 0x0000 }, /* R2190 (0x88e) - EQ2MIX Input 4 Source */ 74062306a36Sopenharmony_ci { 0x0000088f, 0x0080 }, /* R2191 (0x88f) - EQ2MIX Input 4 Volume */ 74162306a36Sopenharmony_ci { 0x00000890, 0x0000 }, /* R2192 (0x890) - EQ3MIX Input 1 Source */ 74262306a36Sopenharmony_ci { 0x00000891, 0x0080 }, /* R2193 (0x891) - EQ3MIX Input 1 Volume */ 74362306a36Sopenharmony_ci { 0x00000892, 0x0000 }, /* R2194 (0x892) - EQ3MIX Input 2 Source */ 74462306a36Sopenharmony_ci { 0x00000893, 0x0080 }, /* R2195 (0x893) - EQ3MIX Input 2 Volume */ 74562306a36Sopenharmony_ci { 0x00000894, 0x0000 }, /* R2196 (0x894) - EQ3MIX Input 3 Source */ 74662306a36Sopenharmony_ci { 0x00000895, 0x0080 }, /* R2197 (0x895) - EQ3MIX Input 3 Volume */ 74762306a36Sopenharmony_ci { 0x00000896, 0x0000 }, /* R2198 (0x896) - EQ3MIX Input 4 Source */ 74862306a36Sopenharmony_ci { 0x00000897, 0x0080 }, /* R2199 (0x897) - EQ3MIX Input 4 Volume */ 74962306a36Sopenharmony_ci { 0x00000898, 0x0000 }, /* R2200 (0x898) - EQ4MIX Input 1 Source */ 75062306a36Sopenharmony_ci { 0x00000899, 0x0080 }, /* R2201 (0x899) - EQ4MIX Input 1 Volume */ 75162306a36Sopenharmony_ci { 0x0000089a, 0x0000 }, /* R2202 (0x89a) - EQ4MIX Input 2 Source */ 75262306a36Sopenharmony_ci { 0x0000089b, 0x0080 }, /* R2203 (0x89b) - EQ4MIX Input 2 Volume */ 75362306a36Sopenharmony_ci { 0x0000089c, 0x0000 }, /* R2204 (0x89c) - EQ4MIX Input 3 Source */ 75462306a36Sopenharmony_ci { 0x0000089d, 0x0080 }, /* R2205 (0x89d) - EQ4MIX Input 3 Volume */ 75562306a36Sopenharmony_ci { 0x0000089e, 0x0000 }, /* R2206 (0x89e) - EQ4MIX Input 4 Source */ 75662306a36Sopenharmony_ci { 0x0000089f, 0x0080 }, /* R2207 (0x89f) - EQ4MIX Input 4 Volume */ 75762306a36Sopenharmony_ci { 0x000008c0, 0x0000 }, /* R2240 (0x8c0) - DRC1LMIX Input 1 Source */ 75862306a36Sopenharmony_ci { 0x000008c1, 0x0080 }, /* R2241 (0x8c1) - DRC1LMIX Input 1 Volume */ 75962306a36Sopenharmony_ci { 0x000008c2, 0x0000 }, /* R2242 (0x8c2) - DRC1LMIX Input 2 Source */ 76062306a36Sopenharmony_ci { 0x000008c3, 0x0080 }, /* R2243 (0x8c3) - DRC1LMIX Input 2 Volume */ 76162306a36Sopenharmony_ci { 0x000008c4, 0x0000 }, /* R2244 (0x8c4) - DRC1LMIX Input 3 Source */ 76262306a36Sopenharmony_ci { 0x000008c5, 0x0080 }, /* R2245 (0x8c5) - DRC1LMIX Input 3 Volume */ 76362306a36Sopenharmony_ci { 0x000008c6, 0x0000 }, /* R2246 (0x8c6) - DRC1LMIX Input 4 Source */ 76462306a36Sopenharmony_ci { 0x000008c7, 0x0080 }, /* R2247 (0x8c7) - DRC1LMIX Input 4 Volume */ 76562306a36Sopenharmony_ci { 0x000008c8, 0x0000 }, /* R2248 (0x8c8) - DRC1RMIX Input 1 Source */ 76662306a36Sopenharmony_ci { 0x000008c9, 0x0080 }, /* R2249 (0x8c9) - DRC1RMIX Input 1 Volume */ 76762306a36Sopenharmony_ci { 0x000008ca, 0x0000 }, /* R2250 (0x8ca) - DRC1RMIX Input 2 Source */ 76862306a36Sopenharmony_ci { 0x000008cb, 0x0080 }, /* R2251 (0x8cb) - DRC1RMIX Input 2 Volume */ 76962306a36Sopenharmony_ci { 0x000008cc, 0x0000 }, /* R2252 (0x8cc) - DRC1RMIX Input 3 Source */ 77062306a36Sopenharmony_ci { 0x000008cd, 0x0080 }, /* R2253 (0x8cd) - DRC1RMIX Input 3 Volume */ 77162306a36Sopenharmony_ci { 0x000008ce, 0x0000 }, /* R2254 (0x8ce) - DRC1RMIX Input 4 Source */ 77262306a36Sopenharmony_ci { 0x000008cf, 0x0080 }, /* R2255 (0x8cf) - DRC1RMIX Input 4 Volume */ 77362306a36Sopenharmony_ci { 0x000008d0, 0x0000 }, /* R2256 (0x8d0) - DRC2LMIX Input 1 Source */ 77462306a36Sopenharmony_ci { 0x000008d1, 0x0080 }, /* R2257 (0x8d1) - DRC2LMIX Input 1 Volume */ 77562306a36Sopenharmony_ci { 0x000008d2, 0x0000 }, /* R2258 (0x8d2) - DRC2LMIX Input 2 Source */ 77662306a36Sopenharmony_ci { 0x000008d3, 0x0080 }, /* R2259 (0x8d3) - DRC2LMIX Input 2 Volume */ 77762306a36Sopenharmony_ci { 0x000008d4, 0x0000 }, /* R2260 (0x8d4) - DRC2LMIX Input 3 Source */ 77862306a36Sopenharmony_ci { 0x000008d5, 0x0080 }, /* R2261 (0x8d5) - DRC2LMIX Input 3 Volume */ 77962306a36Sopenharmony_ci { 0x000008d6, 0x0000 }, /* R2262 (0x8d6) - DRC2LMIX Input 4 Source */ 78062306a36Sopenharmony_ci { 0x000008d7, 0x0080 }, /* R2263 (0x8d7) - DRC2LMIX Input 4 Volume */ 78162306a36Sopenharmony_ci { 0x000008d8, 0x0000 }, /* R2264 (0x8d8) - DRC2RMIX Input 1 Source */ 78262306a36Sopenharmony_ci { 0x000008d9, 0x0080 }, /* R2265 (0x8d9) - DRC2RMIX Input 1 Volume */ 78362306a36Sopenharmony_ci { 0x000008da, 0x0000 }, /* R2266 (0x8da) - DRC2RMIX Input 2 Source */ 78462306a36Sopenharmony_ci { 0x000008db, 0x0080 }, /* R2267 (0x8db) - DRC2RMIX Input 2 Volume */ 78562306a36Sopenharmony_ci { 0x000008dc, 0x0000 }, /* R2268 (0x8dc) - DRC2RMIX Input 3 Source */ 78662306a36Sopenharmony_ci { 0x000008dd, 0x0080 }, /* R2269 (0x8dd) - DRC2RMIX Input 3 Volume */ 78762306a36Sopenharmony_ci { 0x000008de, 0x0000 }, /* R2270 (0x8de) - DRC2RMIX Input 4 Source */ 78862306a36Sopenharmony_ci { 0x000008df, 0x0080 }, /* R2271 (0x8df) - DRC2RMIX Input 4 Volume */ 78962306a36Sopenharmony_ci { 0x00000900, 0x0000 }, /* R2304 (0x900) - HPLP1MIX Input 1 Source */ 79062306a36Sopenharmony_ci { 0x00000901, 0x0080 }, /* R2305 (0x901) - HPLP1MIX Input 1 Volume */ 79162306a36Sopenharmony_ci { 0x00000902, 0x0000 }, /* R2306 (0x902) - HPLP1MIX Input 2 Source */ 79262306a36Sopenharmony_ci { 0x00000903, 0x0080 }, /* R2307 (0x903) - HPLP1MIX Input 2 Volume */ 79362306a36Sopenharmony_ci { 0x00000904, 0x0000 }, /* R2308 (0x904) - HPLP1MIX Input 3 Source */ 79462306a36Sopenharmony_ci { 0x00000905, 0x0080 }, /* R2309 (0x905) - HPLP1MIX Input 3 Volume */ 79562306a36Sopenharmony_ci { 0x00000906, 0x0000 }, /* R2310 (0x906) - HPLP1MIX Input 4 Source */ 79662306a36Sopenharmony_ci { 0x00000907, 0x0080 }, /* R2311 (0x907) - HPLP1MIX Input 4 Volume */ 79762306a36Sopenharmony_ci { 0x00000908, 0x0000 }, /* R2312 (0x908) - HPLP2MIX Input 1 Source */ 79862306a36Sopenharmony_ci { 0x00000909, 0x0080 }, /* R2313 (0x909) - HPLP2MIX Input 1 Volume */ 79962306a36Sopenharmony_ci { 0x0000090a, 0x0000 }, /* R2314 (0x90a) - HPLP2MIX Input 2 Source */ 80062306a36Sopenharmony_ci { 0x0000090b, 0x0080 }, /* R2315 (0x90b) - HPLP2MIX Input 2 Volume */ 80162306a36Sopenharmony_ci { 0x0000090c, 0x0000 }, /* R2316 (0x90c) - HPLP2MIX Input 3 Source */ 80262306a36Sopenharmony_ci { 0x0000090d, 0x0080 }, /* R2317 (0x90d) - HPLP2MIX Input 3 Volume */ 80362306a36Sopenharmony_ci { 0x0000090e, 0x0000 }, /* R2318 (0x90e) - HPLP2MIX Input 4 Source */ 80462306a36Sopenharmony_ci { 0x0000090f, 0x0080 }, /* R2319 (0x90f) - HPLP2MIX Input 4 Volume */ 80562306a36Sopenharmony_ci { 0x00000910, 0x0000 }, /* R2320 (0x910) - HPLP3MIX Input 1 Source */ 80662306a36Sopenharmony_ci { 0x00000911, 0x0080 }, /* R2321 (0x911) - HPLP3MIX Input 1 Volume */ 80762306a36Sopenharmony_ci { 0x00000912, 0x0000 }, /* R2322 (0x912) - HPLP3MIX Input 2 Source */ 80862306a36Sopenharmony_ci { 0x00000913, 0x0080 }, /* R2323 (0x913) - HPLP3MIX Input 2 Volume */ 80962306a36Sopenharmony_ci { 0x00000914, 0x0000 }, /* R2324 (0x914) - HPLP3MIX Input 3 Source */ 81062306a36Sopenharmony_ci { 0x00000915, 0x0080 }, /* R2325 (0x915) - HPLP3MIX Input 3 Volume */ 81162306a36Sopenharmony_ci { 0x00000916, 0x0000 }, /* R2326 (0x916) - HPLP3MIX Input 4 Source */ 81262306a36Sopenharmony_ci { 0x00000917, 0x0080 }, /* R2327 (0x917) - HPLP3MIX Input 4 Volume */ 81362306a36Sopenharmony_ci { 0x00000918, 0x0000 }, /* R2328 (0x918) - HPLP4MIX Input 1 Source */ 81462306a36Sopenharmony_ci { 0x00000919, 0x0080 }, /* R2329 (0x919) - HPLP4MIX Input 1 Volume */ 81562306a36Sopenharmony_ci { 0x0000091a, 0x0000 }, /* R2330 (0x91a) - HPLP4MIX Input 2 Source */ 81662306a36Sopenharmony_ci { 0x0000091b, 0x0080 }, /* R2331 (0x91b) - HPLP4MIX Input 2 Volume */ 81762306a36Sopenharmony_ci { 0x0000091c, 0x0000 }, /* R2332 (0x91c) - HPLP4MIX Input 3 Source */ 81862306a36Sopenharmony_ci { 0x0000091d, 0x0080 }, /* R2333 (0x91d) - HPLP4MIX Input 3 Volume */ 81962306a36Sopenharmony_ci { 0x0000091e, 0x0000 }, /* R2334 (0x91e) - HPLP4MIX Input 4 Source */ 82062306a36Sopenharmony_ci { 0x0000091f, 0x0080 }, /* R2335 (0x91f) - HPLP4MIX Input 4 Volume */ 82162306a36Sopenharmony_ci { 0x00000940, 0x0000 }, /* R2368 (0x940) - DSP1LMIX Input 1 Source */ 82262306a36Sopenharmony_ci { 0x00000941, 0x0080 }, /* R2369 (0x941) - DSP1LMIX Input 1 Volume */ 82362306a36Sopenharmony_ci { 0x00000942, 0x0000 }, /* R2370 (0x942) - DSP1LMIX Input 2 Source */ 82462306a36Sopenharmony_ci { 0x00000943, 0x0080 }, /* R2371 (0x943) - DSP1LMIX Input 2 Volume */ 82562306a36Sopenharmony_ci { 0x00000944, 0x0000 }, /* R2372 (0x944) - DSP1LMIX Input 3 Source */ 82662306a36Sopenharmony_ci { 0x00000945, 0x0080 }, /* R2373 (0x945) - DSP1LMIX Input 3 Volume */ 82762306a36Sopenharmony_ci { 0x00000946, 0x0000 }, /* R2374 (0x946) - DSP1LMIX Input 4 Source */ 82862306a36Sopenharmony_ci { 0x00000947, 0x0080 }, /* R2375 (0x947) - DSP1LMIX Input 4 Volume */ 82962306a36Sopenharmony_ci { 0x00000948, 0x0000 }, /* R2376 (0x948) - DSP1RMIX Input 1 Source */ 83062306a36Sopenharmony_ci { 0x00000949, 0x0080 }, /* R2377 (0x949) - DSP1RMIX Input 1 Volume */ 83162306a36Sopenharmony_ci { 0x0000094a, 0x0000 }, /* R2378 (0x94a) - DSP1RMIX Input 2 Source */ 83262306a36Sopenharmony_ci { 0x0000094b, 0x0080 }, /* R2379 (0x94b) - DSP1RMIX Input 2 Volume */ 83362306a36Sopenharmony_ci { 0x0000094c, 0x0000 }, /* R2380 (0x94c) - DSP1RMIX Input 3 Source */ 83462306a36Sopenharmony_ci { 0x0000094d, 0x0080 }, /* R2381 (0x94d) - DSP1RMIX Input 3 Volume */ 83562306a36Sopenharmony_ci { 0x0000094e, 0x0000 }, /* R2382 (0x94e) - DSP1RMIX Input 4 Source */ 83662306a36Sopenharmony_ci { 0x0000094f, 0x0080 }, /* R2383 (0x94f) - DSP1RMIX Input 4 Volume */ 83762306a36Sopenharmony_ci { 0x00000950, 0x0000 }, /* R2384 (0x950) - DSP1AUX1MIX Input 1 Source */ 83862306a36Sopenharmony_ci { 0x00000958, 0x0000 }, /* R2392 (0x958) - DSP1AUX2MIX Input 1 Source */ 83962306a36Sopenharmony_ci { 0x00000960, 0x0000 }, /* R2400 (0x960) - DSP1AUX3MIX Input 1 Source */ 84062306a36Sopenharmony_ci { 0x00000968, 0x0000 }, /* R2408 (0x968) - DSP1AUX4MIX Input 1 Source */ 84162306a36Sopenharmony_ci { 0x00000970, 0x0000 }, /* R2416 (0x970) - DSP1AUX5MIX Input 1 Source */ 84262306a36Sopenharmony_ci { 0x00000978, 0x0000 }, /* R2424 (0x978) - DSP1AUX6MIX Input 1 Source */ 84362306a36Sopenharmony_ci { 0x00000a80, 0x0000 }, /* R2688 (0xa80) - ASRC1 1LMIX Input 1 Source */ 84462306a36Sopenharmony_ci { 0x00000a88, 0x0000 }, /* R2696 (0xa88) - ASRC1 1RMIX Input 1 Source */ 84562306a36Sopenharmony_ci { 0x00000a90, 0x0000 }, /* R2704 (0xa90) - ASRC1 2LMIX Input 1 Source */ 84662306a36Sopenharmony_ci { 0x00000a98, 0x0000 }, /* R2712 (0xa98) - ASRC1 2RMIX Input 1 Source */ 84762306a36Sopenharmony_ci { 0x00000b00, 0x0000 }, /* R2816 (0xb00) - ISRC1DEC1MIX Input 1 Source */ 84862306a36Sopenharmony_ci { 0x00000b08, 0x0000 }, /* R2824 (0xb08) - ISRC1DEC2MIX Input 1 Source */ 84962306a36Sopenharmony_ci { 0x00000b20, 0x0000 }, /* R2848 (0xb20) - ISRC1INT1MIX Input 1 Source */ 85062306a36Sopenharmony_ci { 0x00000b28, 0x0000 }, /* R2856 (0xb28) - ISRC1INT2MIX Input 1 Source */ 85162306a36Sopenharmony_ci { 0x00000b40, 0x0000 }, /* R2880 (0xb40) - ISRC2DEC1MIX Input 1 Source */ 85262306a36Sopenharmony_ci { 0x00000b48, 0x0000 }, /* R2888 (0xb48) - ISRC2DEC2MIX Input 1 Source */ 85362306a36Sopenharmony_ci { 0x00000b60, 0x0000 }, /* R2912 (0xb60) - ISRC2INT1MIX Input 1 Source */ 85462306a36Sopenharmony_ci { 0x00000b68, 0x0000 }, /* R2920 (0xb68) - ISRC2INT2MIX Input 1 Source */ 85562306a36Sopenharmony_ci { 0x00000dc0, 0x0000 }, /* R3520 (0xdc0) - DFC1MIX Input 1 Source */ 85662306a36Sopenharmony_ci { 0x00000dc8, 0x0000 }, /* R3528 (0xdc8) - DFC2MIX Input 1 Source */ 85762306a36Sopenharmony_ci { 0x00000dd0, 0x0000 }, /* R3536 (0xdd0) - DFC3MIX Input 1 Source */ 85862306a36Sopenharmony_ci { 0x00000dd8, 0x0000 }, /* R3544 (0xdd8) - DFC4MIX Input 1 Source */ 85962306a36Sopenharmony_ci { 0x00000de0, 0x0000 }, /* R3552 (0xde0) - DFC5MIX Input 1 Source */ 86062306a36Sopenharmony_ci { 0x00000de8, 0x0000 }, /* R3560 (0xde8) - DFC6MIX Input 1 Source */ 86162306a36Sopenharmony_ci { 0x00000df0, 0x0000 }, /* R3568 (0xdf0) - DFC7MIX Input 1 Source */ 86262306a36Sopenharmony_ci { 0x00000df8, 0x0000 }, /* R3576 (0xdf8) - DFC8MIX Input 1 Source */ 86362306a36Sopenharmony_ci { 0x00000e00, 0x0000 }, /* R3584 (0xe00) - FX Ctrl 1 */ 86462306a36Sopenharmony_ci { 0x00000e10, 0x6318 }, /* R3600 (0xe10) - EQ1 1 */ 86562306a36Sopenharmony_ci { 0x00000e11, 0x6300 }, /* R3601 (0xe11) - EQ1 2 */ 86662306a36Sopenharmony_ci { 0x00000e12, 0x0fc8 }, /* R3602 (0xe12) - EQ1 3 */ 86762306a36Sopenharmony_ci { 0x00000e13, 0x03fe }, /* R3603 (0xe13) - EQ1 4 */ 86862306a36Sopenharmony_ci { 0x00000e14, 0x00e0 }, /* R3604 (0xe14) - EQ1 5 */ 86962306a36Sopenharmony_ci { 0x00000e15, 0x1ec4 }, /* R3605 (0xe15) - EQ1 6 */ 87062306a36Sopenharmony_ci { 0x00000e16, 0xf136 }, /* R3606 (0xe16) - EQ1 7 */ 87162306a36Sopenharmony_ci { 0x00000e17, 0x0409 }, /* R3607 (0xe17) - EQ1 8 */ 87262306a36Sopenharmony_ci { 0x00000e18, 0x04cc }, /* R3608 (0xe18) - EQ1 9 */ 87362306a36Sopenharmony_ci { 0x00000e19, 0x1c9b }, /* R3609 (0xe19) - EQ1 10 */ 87462306a36Sopenharmony_ci { 0x00000e1a, 0xf337 }, /* R3610 (0xe1a) - EQ1 11 */ 87562306a36Sopenharmony_ci { 0x00000e1b, 0x040b }, /* R3611 (0xe1b) - EQ1 12 */ 87662306a36Sopenharmony_ci { 0x00000e1c, 0x0cbb }, /* R3612 (0xe1c) - EQ1 13 */ 87762306a36Sopenharmony_ci { 0x00000e1d, 0x16f8 }, /* R3613 (0xe1d) - EQ1 14 */ 87862306a36Sopenharmony_ci { 0x00000e1e, 0xf7d9 }, /* R3614 (0xe1e) - EQ1 15 */ 87962306a36Sopenharmony_ci { 0x00000e1f, 0x040a }, /* R3615 (0xe1f) - EQ1 16 */ 88062306a36Sopenharmony_ci { 0x00000e20, 0x1f14 }, /* R3616 (0xe20) - EQ1 17 */ 88162306a36Sopenharmony_ci { 0x00000e21, 0x058c }, /* R3617 (0xe21) - EQ1 18 */ 88262306a36Sopenharmony_ci { 0x00000e22, 0x0563 }, /* R3618 (0xe22) - EQ1 19 */ 88362306a36Sopenharmony_ci { 0x00000e23, 0x4000 }, /* R3619 (0xe23) - EQ1 20 */ 88462306a36Sopenharmony_ci { 0x00000e24, 0x0b75 }, /* R3620 (0xe24) - EQ1 21 */ 88562306a36Sopenharmony_ci { 0x00000e26, 0x6318 }, /* R3622 (0xe26) - EQ2 1 */ 88662306a36Sopenharmony_ci { 0x00000e27, 0x6300 }, /* R3623 (0xe27) - EQ2 2 */ 88762306a36Sopenharmony_ci { 0x00000e28, 0x0fc8 }, /* R3624 (0xe28) - EQ2 3 */ 88862306a36Sopenharmony_ci { 0x00000e29, 0x03fe }, /* R3625 (0xe29) - EQ2 4 */ 88962306a36Sopenharmony_ci { 0x00000e2a, 0x00e0 }, /* R3626 (0xe2a) - EQ2 5 */ 89062306a36Sopenharmony_ci { 0x00000e2b, 0x1ec4 }, /* R3627 (0xe2b) - EQ2 6 */ 89162306a36Sopenharmony_ci { 0x00000e2c, 0xf136 }, /* R3628 (0xe2c) - EQ2 7 */ 89262306a36Sopenharmony_ci { 0x00000e2d, 0x0409 }, /* R3629 (0xe2d) - EQ2 8 */ 89362306a36Sopenharmony_ci { 0x00000e2e, 0x04cc }, /* R3630 (0xe2e) - EQ2 9 */ 89462306a36Sopenharmony_ci { 0x00000e2f, 0x1c9b }, /* R3631 (0xe2f) - EQ2 10 */ 89562306a36Sopenharmony_ci { 0x00000e30, 0xf337 }, /* R3632 (0xe30) - EQ2 11 */ 89662306a36Sopenharmony_ci { 0x00000e31, 0x040b }, /* R3633 (0xe31) - EQ2 12 */ 89762306a36Sopenharmony_ci { 0x00000e32, 0x0cbb }, /* R3634 (0xe32) - EQ2 13 */ 89862306a36Sopenharmony_ci { 0x00000e33, 0x16f8 }, /* R3635 (0xe33) - EQ2 14 */ 89962306a36Sopenharmony_ci { 0x00000e34, 0xf7d9 }, /* R3636 (0xe34) - EQ2 15 */ 90062306a36Sopenharmony_ci { 0x00000e35, 0x040a }, /* R3637 (0xe35) - EQ2 16 */ 90162306a36Sopenharmony_ci { 0x00000e36, 0x1f14 }, /* R3638 (0xe36) - EQ2 17 */ 90262306a36Sopenharmony_ci { 0x00000e37, 0x058c }, /* R3639 (0xe37) - EQ2 18 */ 90362306a36Sopenharmony_ci { 0x00000e38, 0x0563 }, /* R3640 (0xe38) - EQ2 19 */ 90462306a36Sopenharmony_ci { 0x00000e39, 0x4000 }, /* R3641 (0xe39) - EQ2 20 */ 90562306a36Sopenharmony_ci { 0x00000e3a, 0x0b75 }, /* R3642 (0xe3a) - EQ2 21 */ 90662306a36Sopenharmony_ci { 0x00000e3c, 0x6318 }, /* R3644 (0xe3c) - EQ3 1 */ 90762306a36Sopenharmony_ci { 0x00000e3d, 0x6300 }, /* R3645 (0xe3d) - EQ3 2 */ 90862306a36Sopenharmony_ci { 0x00000e3e, 0x0fc8 }, /* R3646 (0xe3e) - EQ3 3 */ 90962306a36Sopenharmony_ci { 0x00000e3f, 0x03fe }, /* R3647 (0xe3f) - EQ3 4 */ 91062306a36Sopenharmony_ci { 0x00000e40, 0x00e0 }, /* R3648 (0xe40) - EQ3 5 */ 91162306a36Sopenharmony_ci { 0x00000e41, 0x1ec4 }, /* R3649 (0xe41) - EQ3 6 */ 91262306a36Sopenharmony_ci { 0x00000e42, 0xf136 }, /* R3650 (0xe42) - EQ3 7 */ 91362306a36Sopenharmony_ci { 0x00000e43, 0x0409 }, /* R3651 (0xe43) - EQ3 8 */ 91462306a36Sopenharmony_ci { 0x00000e44, 0x04cc }, /* R3652 (0xe44) - EQ3 9 */ 91562306a36Sopenharmony_ci { 0x00000e45, 0x1c9b }, /* R3653 (0xe45) - EQ3 10 */ 91662306a36Sopenharmony_ci { 0x00000e46, 0xf337 }, /* R3654 (0xe46) - EQ3 11 */ 91762306a36Sopenharmony_ci { 0x00000e47, 0x040b }, /* R3655 (0xe47) - EQ3 12 */ 91862306a36Sopenharmony_ci { 0x00000e48, 0x0cbb }, /* R3656 (0xe48) - EQ3 13 */ 91962306a36Sopenharmony_ci { 0x00000e49, 0x16f8 }, /* R3657 (0xe49) - EQ3 14 */ 92062306a36Sopenharmony_ci { 0x00000e4a, 0xf7d9 }, /* R3658 (0xe4a) - EQ3 15 */ 92162306a36Sopenharmony_ci { 0x00000e4b, 0x040a }, /* R3659 (0xe4b) - EQ3 16 */ 92262306a36Sopenharmony_ci { 0x00000e4c, 0x1f14 }, /* R3660 (0xe4c) - EQ3 17 */ 92362306a36Sopenharmony_ci { 0x00000e4d, 0x058c }, /* R3661 (0xe4d) - EQ3 18 */ 92462306a36Sopenharmony_ci { 0x00000e4e, 0x0563 }, /* R3662 (0xe4e) - EQ3 19 */ 92562306a36Sopenharmony_ci { 0x00000e4f, 0x4000 }, /* R3663 (0xe4f) - EQ3 20 */ 92662306a36Sopenharmony_ci { 0x00000e50, 0x0b75 }, /* R3664 (0xe50) - EQ3 21 */ 92762306a36Sopenharmony_ci { 0x00000e52, 0x6318 }, /* R3666 (0xe52) - EQ4 1 */ 92862306a36Sopenharmony_ci { 0x00000e53, 0x6300 }, /* R3667 (0xe53) - EQ4 2 */ 92962306a36Sopenharmony_ci { 0x00000e54, 0x0fc8 }, /* R3668 (0xe54) - EQ4 3 */ 93062306a36Sopenharmony_ci { 0x00000e55, 0x03fe }, /* R3669 (0xe55) - EQ4 4 */ 93162306a36Sopenharmony_ci { 0x00000e56, 0x00e0 }, /* R3670 (0xe56) - EQ4 5 */ 93262306a36Sopenharmony_ci { 0x00000e57, 0x1ec4 }, /* R3671 (0xe57) - EQ4 6 */ 93362306a36Sopenharmony_ci { 0x00000e58, 0xf136 }, /* R3672 (0xe58) - EQ4 7 */ 93462306a36Sopenharmony_ci { 0x00000e59, 0x0409 }, /* R3673 (0xe59) - EQ4 8 */ 93562306a36Sopenharmony_ci { 0x00000e5a, 0x04cc }, /* R3674 (0xe5a) - EQ4 9 */ 93662306a36Sopenharmony_ci { 0x00000e5b, 0x1c9b }, /* R3675 (0xe5b) - EQ4 10 */ 93762306a36Sopenharmony_ci { 0x00000e5c, 0xf337 }, /* R3676 (0xe5c) - EQ4 11 */ 93862306a36Sopenharmony_ci { 0x00000e5d, 0x040b }, /* R3677 (0xe5d) - EQ4 12 */ 93962306a36Sopenharmony_ci { 0x00000e5e, 0x0cbb }, /* R3678 (0xe5e) - EQ4 13 */ 94062306a36Sopenharmony_ci { 0x00000e5f, 0x16f8 }, /* R3679 (0xe5f) - EQ4 14 */ 94162306a36Sopenharmony_ci { 0x00000e60, 0xf7d9 }, /* R3680 (0xe60) - EQ4 15 */ 94262306a36Sopenharmony_ci { 0x00000e61, 0x040a }, /* R3681 (0xe61) - EQ4 16 */ 94362306a36Sopenharmony_ci { 0x00000e62, 0x1f14 }, /* R3682 (0xe62) - EQ4 17 */ 94462306a36Sopenharmony_ci { 0x00000e63, 0x058c }, /* R3683 (0xe63) - EQ4 18 */ 94562306a36Sopenharmony_ci { 0x00000e64, 0x0563 }, /* R3684 (0xe64) - EQ4 19 */ 94662306a36Sopenharmony_ci { 0x00000e65, 0x4000 }, /* R3685 (0xe65) - EQ4 20 */ 94762306a36Sopenharmony_ci { 0x00000e66, 0x0b75 }, /* R3686 (0xe66) - EQ4 21 */ 94862306a36Sopenharmony_ci { 0x00000e80, 0x0018 }, /* R3712 (0xe80) - DRC1 Ctrl 1 */ 94962306a36Sopenharmony_ci { 0x00000e81, 0x0933 }, /* R3713 (0xe81) - DRC1 Ctrl 2 */ 95062306a36Sopenharmony_ci { 0x00000e82, 0x0018 }, /* R3714 (0xe82) - DRC1 Ctrl 3 */ 95162306a36Sopenharmony_ci { 0x00000e83, 0x0000 }, /* R3715 (0xe83) - DRC1 Ctrl 4 */ 95262306a36Sopenharmony_ci { 0x00000e84, 0x0000 }, /* R3716 (0xe84) - DRC1 Ctrl 5 */ 95362306a36Sopenharmony_ci { 0x00000e88, 0x0018 }, /* R3720 (0xe88) - DRC2 Ctrl 1 */ 95462306a36Sopenharmony_ci { 0x00000e89, 0x0933 }, /* R3721 (0xe89) - DRC2 Ctrl 2 */ 95562306a36Sopenharmony_ci { 0x00000e8a, 0x0018 }, /* R3722 (0xe8a) - DRC2 Ctrl 3 */ 95662306a36Sopenharmony_ci { 0x00000e8b, 0x0000 }, /* R3723 (0xe8b) - DRC2 Ctrl 4 */ 95762306a36Sopenharmony_ci { 0x00000e8c, 0x0000 }, /* R3724 (0xe8c) - DRC2 Ctrl 5 */ 95862306a36Sopenharmony_ci { 0x00000ec0, 0x0000 }, /* R3776 (0xec0) - HPLPF1 1 */ 95962306a36Sopenharmony_ci { 0x00000ec1, 0x0000 }, /* R3777 (0xec1) - HPLPF1 2 */ 96062306a36Sopenharmony_ci { 0x00000ec4, 0x0000 }, /* R3780 (0xec4) - HPLPF2 1 */ 96162306a36Sopenharmony_ci { 0x00000ec5, 0x0000 }, /* R3781 (0xec5) - HPLPF2 2 */ 96262306a36Sopenharmony_ci { 0x00000ec8, 0x0000 }, /* R3784 (0xec8) - HPLPF3 1 */ 96362306a36Sopenharmony_ci { 0x00000ec9, 0x0000 }, /* R3785 (0xec9) - HPLPF3 2 */ 96462306a36Sopenharmony_ci { 0x00000ecc, 0x0000 }, /* R3788 (0xecc) - HPLPF4 1 */ 96562306a36Sopenharmony_ci { 0x00000ecd, 0x0000 }, /* R3789 (0xecd) - HPLPF4 2 */ 96662306a36Sopenharmony_ci { 0x00000ee0, 0x0000 }, /* R3808 (0xee0) - ASRC1 Enable */ 96762306a36Sopenharmony_ci { 0x00000ee2, 0x0000 }, /* R3810 (0xee2) - ASRC1 Rate 1 */ 96862306a36Sopenharmony_ci { 0x00000ee3, 0x4000 }, /* R3811 (0xee3) - ASRC1 Rate 2 */ 96962306a36Sopenharmony_ci { 0x00000ef0, 0x0000 }, /* R3824 (0xef0) - ISRC1 Ctrl 1 */ 97062306a36Sopenharmony_ci { 0x00000ef1, 0x0001 }, /* R3825 (0xef1) - ISRC1 Ctrl 2 */ 97162306a36Sopenharmony_ci { 0x00000ef2, 0x0000 }, /* R3826 (0xef2) - ISRC1 Ctrl 3 */ 97262306a36Sopenharmony_ci { 0x00000ef3, 0x0000 }, /* R3827 (0xef3) - ISRC2 Ctrl 1 */ 97362306a36Sopenharmony_ci { 0x00000ef4, 0x0001 }, /* R3828 (0xef4) - ISRC2 Ctrl 2 */ 97462306a36Sopenharmony_ci { 0x00000ef5, 0x0000 }, /* R3829 (0xef5) - ISRC2 Ctrl 3 */ 97562306a36Sopenharmony_ci { 0x000010c0, 0x0008 }, /* R4288 (0x10c0) - AUXPDM1 Ctrl 0 */ 97662306a36Sopenharmony_ci { 0x000010c1, 0x4000 }, /* R4289 (0x10c1) - AUXPDM1 Ctrl 1 */ 97762306a36Sopenharmony_ci { 0x00001480, 0x0000 }, /* R5248 (0x1480) - DFC1 Ctrl W0 */ 97862306a36Sopenharmony_ci { 0x00001482, 0x1f00 }, /* R5250 (0x1482) - DFC1 Rx W0 */ 97962306a36Sopenharmony_ci { 0x00001484, 0x1f00 }, /* R5252 (0x1484) - DFC1 Tx W0 */ 98062306a36Sopenharmony_ci { 0x00001486, 0x0000 }, /* R5254 (0x1486) - DFC2 Ctrl W0 */ 98162306a36Sopenharmony_ci { 0x00001488, 0x1f00 }, /* R5256 (0x1488) - DFC2 Rx W0 */ 98262306a36Sopenharmony_ci { 0x0000148a, 0x1f00 }, /* R5258 (0x148a) - DFC2 Tx W0 */ 98362306a36Sopenharmony_ci { 0x0000148c, 0x0000 }, /* R5260 (0x148c) - DFC3 Ctrl W0 */ 98462306a36Sopenharmony_ci { 0x0000148e, 0x1f00 }, /* R5262 (0x148e) - DFC3 Rx W0 */ 98562306a36Sopenharmony_ci { 0x00001490, 0x1f00 }, /* R5264 (0x1490) - DFC3 Tx W0 */ 98662306a36Sopenharmony_ci { 0x00001492, 0x0000 }, /* R5266 (0x1492) - DFC4 Ctrl W0 */ 98762306a36Sopenharmony_ci { 0x00001494, 0x1f00 }, /* R5268 (0x1494) - DFC4 Rx W0 */ 98862306a36Sopenharmony_ci { 0x00001496, 0x1f00 }, /* R5270 (0x1496) - DFC4 Tx W0 */ 98962306a36Sopenharmony_ci { 0x00001498, 0x0000 }, /* R5272 (0x1498) - DFC5 Ctrl W0 */ 99062306a36Sopenharmony_ci { 0x0000149a, 0x1f00 }, /* R5274 (0x149a) - DFC5 Rx W0 */ 99162306a36Sopenharmony_ci { 0x0000149c, 0x1f00 }, /* R5276 (0x149c) - DFC5 Tx W0 */ 99262306a36Sopenharmony_ci { 0x0000149e, 0x0000 }, /* R5278 (0x149e) - DFC6 Ctrl W0 */ 99362306a36Sopenharmony_ci { 0x000014a0, 0x1f00 }, /* R5280 (0x14a0) - DFC6 Rx W0 */ 99462306a36Sopenharmony_ci { 0x000014a2, 0x1f00 }, /* R5282 (0x14a2) - DFC6 Tx W0 */ 99562306a36Sopenharmony_ci { 0x000014a4, 0x0000 }, /* R5284 (0x14a4) - DFC7 Ctrl W0 */ 99662306a36Sopenharmony_ci { 0x000014a6, 0x1f00 }, /* R5286 (0x14a6) - DFC7 Rx W0 */ 99762306a36Sopenharmony_ci { 0x000014a8, 0x1f00 }, /* R5288 (0x14a8) - DFC7 Tx W0 */ 99862306a36Sopenharmony_ci { 0x000014aa, 0x0000 }, /* R5290 (0x14aa) - DFC8 Ctrl W0 */ 99962306a36Sopenharmony_ci { 0x000014ac, 0x1f00 }, /* R5292 (0x14ac) - DFC8 Rx W0 */ 100062306a36Sopenharmony_ci { 0x000014ae, 0x1f00 }, /* R5294 (0x14ae) - DFC8 Tx W0 */ 100162306a36Sopenharmony_ci { 0x00001700, 0x2001 }, /* R5888 (0x1700) - GPIO1 Ctrl 1 */ 100262306a36Sopenharmony_ci { 0x00001701, 0xf000 }, /* R5889 (0x1701) - GPIO1 Ctrl 2 */ 100362306a36Sopenharmony_ci { 0x00001702, 0x2001 }, /* R5890 (0x1702) - GPIO2 Ctrl 1 */ 100462306a36Sopenharmony_ci { 0x00001703, 0xf000 }, /* R5891 (0x1703) - GPIO2 Ctrl 2 */ 100562306a36Sopenharmony_ci { 0x00001704, 0x2001 }, /* R5892 (0x1704) - GPIO3 Ctrl 1 */ 100662306a36Sopenharmony_ci { 0x00001705, 0xf000 }, /* R5893 (0x1705) - GPIO3 Ctrl 2 */ 100762306a36Sopenharmony_ci { 0x00001706, 0x2001 }, /* R5894 (0x1706) - GPIO4 Ctrl 1 */ 100862306a36Sopenharmony_ci { 0x00001707, 0xf000 }, /* R5895 (0x1707) - GPIO4 Ctrl 2 */ 100962306a36Sopenharmony_ci { 0x00001708, 0x2001 }, /* R5896 (0x1708) - GPIO5 Ctrl 1 */ 101062306a36Sopenharmony_ci { 0x00001709, 0xf000 }, /* R5897 (0x1709) - GPIO5 Ctrl 2 */ 101162306a36Sopenharmony_ci { 0x0000170a, 0x2001 }, /* R5898 (0x170a) - GPIO6 Ctrl 1 */ 101262306a36Sopenharmony_ci { 0x0000170b, 0xf000 }, /* R5899 (0x170b) - GPIO6 Ctrl 2 */ 101362306a36Sopenharmony_ci { 0x0000170c, 0x2001 }, /* R5900 (0x170c) - GPIO7 Ctrl 1 */ 101462306a36Sopenharmony_ci { 0x0000170d, 0xf000 }, /* R5901 (0x170d) - GPIO7 Ctrl 2 */ 101562306a36Sopenharmony_ci { 0x0000170e, 0x2001 }, /* R5902 (0x170e) - GPIO8 Ctrl 1 */ 101662306a36Sopenharmony_ci { 0x0000170f, 0xf000 }, /* R5903 (0x170f) - GPIO8 Ctrl 2 */ 101762306a36Sopenharmony_ci { 0x00001710, 0x2001 }, /* R5904 (0x1710) - GPIO9 Ctrl 1 */ 101862306a36Sopenharmony_ci { 0x00001711, 0xf000 }, /* R5905 (0x1711) - GPIO9 Ctrl 2 */ 101962306a36Sopenharmony_ci { 0x00001712, 0x2001 }, /* R5906 (0x1712) - GPIO10 Ctrl 1 */ 102062306a36Sopenharmony_ci { 0x00001713, 0xf000 }, /* R5907 (0x1713) - GPIO10 Ctrl 2 */ 102162306a36Sopenharmony_ci { 0x00001714, 0x2001 }, /* R5908 (0x1714) - GPIO11 Ctrl 1 */ 102262306a36Sopenharmony_ci { 0x00001715, 0xf000 }, /* R5909 (0x1715) - GPIO11 Ctrl 2 */ 102362306a36Sopenharmony_ci { 0x00001716, 0x2001 }, /* R5910 (0x1716) - GPIO12 Ctrl 1 */ 102462306a36Sopenharmony_ci { 0x00001717, 0xf000 }, /* R5911 (0x1717) - GPIO12 Ctrl 2 */ 102562306a36Sopenharmony_ci { 0x00001718, 0x2001 }, /* R5912 (0x1718) - GPIO13 Ctrl 1 */ 102662306a36Sopenharmony_ci { 0x00001719, 0xf000 }, /* R5913 (0x1719) - GPIO13 Ctrl 2 */ 102762306a36Sopenharmony_ci { 0x0000171a, 0x2001 }, /* R5914 (0x171a) - GPIO14 Ctrl 1 */ 102862306a36Sopenharmony_ci { 0x0000171b, 0xf000 }, /* R5915 (0x171b) - GPIO14 Ctrl 2 */ 102962306a36Sopenharmony_ci { 0x0000171c, 0x2001 }, /* R5916 (0x171c) - GPIO15 Ctrl 1 */ 103062306a36Sopenharmony_ci { 0x0000171d, 0xf000 }, /* R5917 (0x171d) - GPIO15 Ctrl 2 */ 103162306a36Sopenharmony_ci { 0x0000171e, 0x2001 }, /* R5918 (0x171e) - GPIO16 Ctrl 1 */ 103262306a36Sopenharmony_ci { 0x0000171f, 0xf000 }, /* R5919 (0x171f) - GPIO16 Ctrl 2 */ 103362306a36Sopenharmony_ci { 0x00001840, 0x1200 }, /* R6208 (0x1840) - IRQ1 Mask 1 */ 103462306a36Sopenharmony_ci { 0x00001841, 0x77e0 }, /* R6209 (0x1841) - IRQ1 Mask 2 */ 103562306a36Sopenharmony_ci { 0x00001842, 0xffff }, /* R6210 (0x1842) - IRQ1 Mask 3 */ 103662306a36Sopenharmony_ci { 0x00001843, 0xffff }, /* R6211 (0x1843) - IRQ1 Mask 4 */ 103762306a36Sopenharmony_ci { 0x00001844, 0xffff }, /* R6212 (0x1844) - IRQ1 Mask 5 */ 103862306a36Sopenharmony_ci { 0x00001845, 0x0301 }, /* R6213 (0x1845) - IRQ1 Mask 6 */ 103962306a36Sopenharmony_ci { 0x00001846, 0x0f3f }, /* R6214 (0x1846) - IRQ1 Mask 7 */ 104062306a36Sopenharmony_ci { 0x00001847, 0xffff }, /* R6215 (0x1847) - IRQ1 Mask 8 */ 104162306a36Sopenharmony_ci { 0x00001848, 0x031f }, /* R6216 (0x1848) - IRQ1 Mask 9 */ 104262306a36Sopenharmony_ci { 0x00001849, 0x031f }, /* R6217 (0x1849) - IRQ1 Mask 10 */ 104362306a36Sopenharmony_ci { 0x0000184a, 0xffff }, /* R6218 (0x184a) - IRQ1 Mask 11 */ 104462306a36Sopenharmony_ci { 0x0000184b, 0x033f }, /* R6219 (0x184b) - IRQ1 Mask 12 */ 104562306a36Sopenharmony_ci { 0x0000184c, 0x003f }, /* R6220 (0x184c) - IRQ1 Mask 13 */ 104662306a36Sopenharmony_ci { 0x0000184d, 0x003f }, /* R6221 (0x184d) - IRQ1 Mask 14 */ 104762306a36Sopenharmony_ci { 0x0000184e, 0x1000 }, /* R6222 (0x184e) - IRQ1 Mask 15 */ 104862306a36Sopenharmony_ci { 0x0000184f, 0xffff }, /* R6223 (0x184f) - IRQ1 Mask 16 */ 104962306a36Sopenharmony_ci { 0x00001850, 0xffff }, /* R6224 (0x1850) - IRQ1 Mask 17 */ 105062306a36Sopenharmony_ci { 0x00001851, 0xffff }, /* R6225 (0x1851) - IRQ1 Mask 18 */ 105162306a36Sopenharmony_ci { 0x00001852, 0xffff }, /* R6226 (0x1852) - IRQ1 Mask 19 */ 105262306a36Sopenharmony_ci { 0x00001853, 0xffff }, /* R6227 (0x1853) - IRQ1 Mask 20 */ 105362306a36Sopenharmony_ci { 0x00001854, 0x0001 }, /* R6228 (0x1854) - IRQ1 Mask 21 */ 105462306a36Sopenharmony_ci { 0x00001855, 0x0001 }, /* R6229 (0x1855) - IRQ1 Mask 22 */ 105562306a36Sopenharmony_ci { 0x00001856, 0x0001 }, /* R6230 (0x1856) - IRQ1 Mask 23 */ 105662306a36Sopenharmony_ci { 0x00001857, 0x0001 }, /* R6231 (0x1857) - IRQ1 Mask 24 */ 105762306a36Sopenharmony_ci { 0x00001858, 0x0001 }, /* R6232 (0x1858) - IRQ1 Mask 25 */ 105862306a36Sopenharmony_ci { 0x00001859, 0xffff }, /* R6233 (0x1859) - IRQ1 Mask 26 */ 105962306a36Sopenharmony_ci { 0x0000185a, 0x0001 }, /* R6234 (0x185a) - IRQ1 Mask 27 */ 106062306a36Sopenharmony_ci { 0x0000185b, 0x0001 }, /* R6235 (0x185b) - IRQ1 Mask 28 */ 106162306a36Sopenharmony_ci { 0x0000185c, 0xffff }, /* R6236 (0x185c) - IRQ1 Mask 29 */ 106262306a36Sopenharmony_ci { 0x0000185d, 0x0001 }, /* R6237 (0x185d) - IRQ1 Mask 30 */ 106362306a36Sopenharmony_ci { 0x0000185e, 0xffff }, /* R6238 (0x185e) - IRQ1 Mask 31 */ 106462306a36Sopenharmony_ci { 0x0000185f, 0xffff }, /* R6239 (0x185f) - IRQ1 Mask 32 */ 106562306a36Sopenharmony_ci { 0x00001860, 0x0001 }, /* R6240 (0x1860) - IRQ1 Mask 33 */ 106662306a36Sopenharmony_ci { 0x00001a06, 0x0000 }, /* R6662 (0x1a06) - Interrupt Debounce 7 */ 106762306a36Sopenharmony_ci { 0x00001a80, 0x4400 }, /* R6784 (0x1a80) - IRQ1 Ctrl */ 106862306a36Sopenharmony_ci}; 106962306a36Sopenharmony_ci 107062306a36Sopenharmony_cistatic bool cs47l92_is_adsp_memory(unsigned int reg) 107162306a36Sopenharmony_ci{ 107262306a36Sopenharmony_ci switch (reg) { 107362306a36Sopenharmony_ci case 0x080000 ... 0x082ffe: 107462306a36Sopenharmony_ci case 0x0a0000 ... 0x0a1ffe: 107562306a36Sopenharmony_ci case 0x0c0000 ... 0x0c1ffe: 107662306a36Sopenharmony_ci case 0x0e0000 ... 0x0e1ffe: 107762306a36Sopenharmony_ci return true; 107862306a36Sopenharmony_ci default: 107962306a36Sopenharmony_ci return false; 108062306a36Sopenharmony_ci } 108162306a36Sopenharmony_ci} 108262306a36Sopenharmony_ci 108362306a36Sopenharmony_cistatic bool cs47l92_16bit_readable_register(struct device *dev, 108462306a36Sopenharmony_ci unsigned int reg) 108562306a36Sopenharmony_ci{ 108662306a36Sopenharmony_ci switch (reg) { 108762306a36Sopenharmony_ci case MADERA_SOFTWARE_RESET: 108862306a36Sopenharmony_ci case MADERA_HARDWARE_REVISION: 108962306a36Sopenharmony_ci case MADERA_WRITE_SEQUENCER_CTRL_0 ... MADERA_WRITE_SEQUENCER_CTRL_2: 109062306a36Sopenharmony_ci case MADERA_TONE_GENERATOR_1 ... MADERA_TONE_GENERATOR_5: 109162306a36Sopenharmony_ci case MADERA_PWM_DRIVE_1 ... MADERA_PWM_DRIVE_3: 109262306a36Sopenharmony_ci case MADERA_SAMPLE_RATE_SEQUENCE_SELECT_1: 109362306a36Sopenharmony_ci case MADERA_SAMPLE_RATE_SEQUENCE_SELECT_2: 109462306a36Sopenharmony_ci case MADERA_SAMPLE_RATE_SEQUENCE_SELECT_3: 109562306a36Sopenharmony_ci case MADERA_SAMPLE_RATE_SEQUENCE_SELECT_4: 109662306a36Sopenharmony_ci case MADERA_HAPTICS_CONTROL_1 ... MADERA_HAPTICS_CONTROL_2: 109762306a36Sopenharmony_ci case MADERA_HAPTICS_PHASE_1_INTENSITY: 109862306a36Sopenharmony_ci case MADERA_HAPTICS_PHASE_1_DURATION: 109962306a36Sopenharmony_ci case MADERA_HAPTICS_PHASE_2_INTENSITY: 110062306a36Sopenharmony_ci case MADERA_HAPTICS_PHASE_2_DURATION: 110162306a36Sopenharmony_ci case MADERA_HAPTICS_PHASE_3_INTENSITY: 110262306a36Sopenharmony_ci case MADERA_HAPTICS_PHASE_3_DURATION: 110362306a36Sopenharmony_ci case MADERA_HAPTICS_STATUS: 110462306a36Sopenharmony_ci case MADERA_COMFORT_NOISE_GENERATOR: 110562306a36Sopenharmony_ci case MADERA_CLOCK_32K_1: 110662306a36Sopenharmony_ci case MADERA_SYSTEM_CLOCK_1: 110762306a36Sopenharmony_ci case MADERA_SAMPLE_RATE_1 ... MADERA_SAMPLE_RATE_3: 110862306a36Sopenharmony_ci case MADERA_SAMPLE_RATE_1_STATUS: 110962306a36Sopenharmony_ci case MADERA_SAMPLE_RATE_2_STATUS: 111062306a36Sopenharmony_ci case MADERA_SAMPLE_RATE_3_STATUS: 111162306a36Sopenharmony_ci case MADERA_ASYNC_CLOCK_1: 111262306a36Sopenharmony_ci case MADERA_ASYNC_SAMPLE_RATE_1: 111362306a36Sopenharmony_ci case MADERA_ASYNC_SAMPLE_RATE_1_STATUS: 111462306a36Sopenharmony_ci case MADERA_ASYNC_SAMPLE_RATE_2: 111562306a36Sopenharmony_ci case MADERA_ASYNC_SAMPLE_RATE_2_STATUS: 111662306a36Sopenharmony_ci case MADERA_DSP_CLOCK_1: 111762306a36Sopenharmony_ci case MADERA_DSP_CLOCK_2: 111862306a36Sopenharmony_ci case MADERA_OUTPUT_SYSTEM_CLOCK: 111962306a36Sopenharmony_ci case MADERA_OUTPUT_ASYNC_CLOCK: 112062306a36Sopenharmony_ci case MADERA_RATE_ESTIMATOR_1 ... MADERA_RATE_ESTIMATOR_5: 112162306a36Sopenharmony_ci case MADERA_FLL1_CONTROL_1 ... MADERA_FLL1_CONTROL_6: 112262306a36Sopenharmony_ci case CS47L92_FLL1_CONTROL_7 ... CS47L92_FLL1_CONTROL_10: 112362306a36Sopenharmony_ci case MADERA_FLL1_CONTROL_11: 112462306a36Sopenharmony_ci case MADERA_FLL1_DIGITAL_TEST_1: 112562306a36Sopenharmony_ci case MADERA_FLL1_SYNCHRONISER_1 ... MADERA_FLL1_SYNCHRONISER_6: 112662306a36Sopenharmony_ci case CS47L92_FLL1_GPIO_CLOCK: 112762306a36Sopenharmony_ci case MADERA_FLL2_CONTROL_1 ... MADERA_FLL2_CONTROL_6: 112862306a36Sopenharmony_ci case CS47L92_FLL2_CONTROL_7 ... CS47L92_FLL2_CONTROL_10: 112962306a36Sopenharmony_ci case MADERA_FLL2_CONTROL_11: 113062306a36Sopenharmony_ci case MADERA_FLL2_DIGITAL_TEST_1: 113162306a36Sopenharmony_ci case MADERA_FLL2_SYNCHRONISER_1 ... MADERA_FLL2_SYNCHRONISER_6: 113262306a36Sopenharmony_ci case CS47L92_FLL2_GPIO_CLOCK: 113362306a36Sopenharmony_ci case MADERA_MIC_CHARGE_PUMP_1: 113462306a36Sopenharmony_ci case MADERA_LDO2_CONTROL_1: 113562306a36Sopenharmony_ci case MADERA_MIC_BIAS_CTRL_1: 113662306a36Sopenharmony_ci case MADERA_MIC_BIAS_CTRL_2: 113762306a36Sopenharmony_ci case MADERA_MIC_BIAS_CTRL_5: 113862306a36Sopenharmony_ci case MADERA_MIC_BIAS_CTRL_6: 113962306a36Sopenharmony_ci case MADERA_HP_CTRL_1L: 114062306a36Sopenharmony_ci case MADERA_HP_CTRL_1R: 114162306a36Sopenharmony_ci case MADERA_HP_CTRL_2L: 114262306a36Sopenharmony_ci case MADERA_HP_CTRL_2R: 114362306a36Sopenharmony_ci case MADERA_HP_CTRL_3L: 114462306a36Sopenharmony_ci case MADERA_HP_CTRL_3R: 114562306a36Sopenharmony_ci case MADERA_ACCESSORY_DETECT_MODE_1: 114662306a36Sopenharmony_ci case MADERA_HEADPHONE_DETECT_0: 114762306a36Sopenharmony_ci case MADERA_HEADPHONE_DETECT_1: 114862306a36Sopenharmony_ci case MADERA_HEADPHONE_DETECT_2: 114962306a36Sopenharmony_ci case MADERA_HEADPHONE_DETECT_3: 115062306a36Sopenharmony_ci case MADERA_HEADPHONE_DETECT_5: 115162306a36Sopenharmony_ci case MADERA_MICD_CLAMP_CONTROL: 115262306a36Sopenharmony_ci case MADERA_MIC_DETECT_1_CONTROL_0: 115362306a36Sopenharmony_ci case MADERA_MIC_DETECT_1_CONTROL_1: 115462306a36Sopenharmony_ci case MADERA_MIC_DETECT_1_CONTROL_2: 115562306a36Sopenharmony_ci case MADERA_MIC_DETECT_1_CONTROL_3: 115662306a36Sopenharmony_ci case MADERA_MIC_DETECT_1_CONTROL_4: 115762306a36Sopenharmony_ci case MADERA_MIC_DETECT_1_LEVEL_1 ... MADERA_MIC_DETECT_1_LEVEL_4: 115862306a36Sopenharmony_ci case MADERA_MIC_DETECT_2_CONTROL_0: 115962306a36Sopenharmony_ci case MADERA_MIC_DETECT_2_CONTROL_1: 116062306a36Sopenharmony_ci case MADERA_MIC_DETECT_2_CONTROL_2: 116162306a36Sopenharmony_ci case MADERA_MIC_DETECT_2_CONTROL_3: 116262306a36Sopenharmony_ci case MADERA_MIC_DETECT_2_CONTROL_4: 116362306a36Sopenharmony_ci case MADERA_MIC_DETECT_2_LEVEL_1 ... MADERA_MIC_DETECT_2_LEVEL_4: 116462306a36Sopenharmony_ci case MADERA_GP_SWITCH_1: 116562306a36Sopenharmony_ci case MADERA_JACK_DETECT_ANALOGUE: 116662306a36Sopenharmony_ci case MADERA_INPUT_ENABLES: 116762306a36Sopenharmony_ci case MADERA_INPUT_ENABLES_STATUS: 116862306a36Sopenharmony_ci case MADERA_INPUT_RATE: 116962306a36Sopenharmony_ci case MADERA_INPUT_VOLUME_RAMP: 117062306a36Sopenharmony_ci case MADERA_HPF_CONTROL: 117162306a36Sopenharmony_ci case MADERA_IN1L_CONTROL: 117262306a36Sopenharmony_ci case MADERA_ADC_DIGITAL_VOLUME_1L: 117362306a36Sopenharmony_ci case MADERA_DMIC1L_CONTROL: 117462306a36Sopenharmony_ci case MADERA_IN1L_RATE_CONTROL: 117562306a36Sopenharmony_ci case MADERA_IN1R_CONTROL: 117662306a36Sopenharmony_ci case MADERA_ADC_DIGITAL_VOLUME_1R: 117762306a36Sopenharmony_ci case MADERA_DMIC1R_CONTROL: 117862306a36Sopenharmony_ci case MADERA_IN1R_RATE_CONTROL: 117962306a36Sopenharmony_ci case MADERA_IN2L_CONTROL: 118062306a36Sopenharmony_ci case MADERA_ADC_DIGITAL_VOLUME_2L: 118162306a36Sopenharmony_ci case MADERA_DMIC2L_CONTROL: 118262306a36Sopenharmony_ci case MADERA_IN2L_RATE_CONTROL: 118362306a36Sopenharmony_ci case MADERA_IN2R_CONTROL: 118462306a36Sopenharmony_ci case MADERA_ADC_DIGITAL_VOLUME_2R: 118562306a36Sopenharmony_ci case MADERA_DMIC2R_CONTROL: 118662306a36Sopenharmony_ci case MADERA_IN2R_RATE_CONTROL: 118762306a36Sopenharmony_ci case MADERA_IN3L_CONTROL: 118862306a36Sopenharmony_ci case MADERA_ADC_DIGITAL_VOLUME_3L: 118962306a36Sopenharmony_ci case MADERA_DMIC3L_CONTROL: 119062306a36Sopenharmony_ci case MADERA_IN3L_RATE_CONTROL: 119162306a36Sopenharmony_ci case MADERA_IN3R_CONTROL: 119262306a36Sopenharmony_ci case MADERA_ADC_DIGITAL_VOLUME_3R: 119362306a36Sopenharmony_ci case MADERA_DMIC3R_CONTROL: 119462306a36Sopenharmony_ci case MADERA_IN3R_RATE_CONTROL: 119562306a36Sopenharmony_ci case MADERA_IN4L_CONTROL: 119662306a36Sopenharmony_ci case MADERA_ADC_DIGITAL_VOLUME_4L: 119762306a36Sopenharmony_ci case MADERA_DMIC4L_CONTROL: 119862306a36Sopenharmony_ci case MADERA_IN4L_RATE_CONTROL: 119962306a36Sopenharmony_ci case MADERA_IN4R_CONTROL: 120062306a36Sopenharmony_ci case MADERA_ADC_DIGITAL_VOLUME_4R: 120162306a36Sopenharmony_ci case MADERA_DMIC4R_CONTROL: 120262306a36Sopenharmony_ci case MADERA_IN4R_RATE_CONTROL: 120362306a36Sopenharmony_ci case MADERA_OUTPUT_ENABLES_1: 120462306a36Sopenharmony_ci case MADERA_OUTPUT_STATUS_1: 120562306a36Sopenharmony_ci case MADERA_RAW_OUTPUT_STATUS_1: 120662306a36Sopenharmony_ci case MADERA_OUTPUT_RATE_1: 120762306a36Sopenharmony_ci case MADERA_OUTPUT_VOLUME_RAMP: 120862306a36Sopenharmony_ci case MADERA_OUTPUT_PATH_CONFIG_1L: 120962306a36Sopenharmony_ci case MADERA_DAC_DIGITAL_VOLUME_1L: 121062306a36Sopenharmony_ci case MADERA_OUTPUT_PATH_CONFIG_1: 121162306a36Sopenharmony_ci case MADERA_NOISE_GATE_SELECT_1L: 121262306a36Sopenharmony_ci case MADERA_OUTPUT_PATH_CONFIG_1R: 121362306a36Sopenharmony_ci case MADERA_DAC_DIGITAL_VOLUME_1R: 121462306a36Sopenharmony_ci case MADERA_NOISE_GATE_SELECT_1R: 121562306a36Sopenharmony_ci case MADERA_OUTPUT_PATH_CONFIG_2L: 121662306a36Sopenharmony_ci case MADERA_DAC_DIGITAL_VOLUME_2L: 121762306a36Sopenharmony_ci case MADERA_OUTPUT_PATH_CONFIG_2: 121862306a36Sopenharmony_ci case MADERA_NOISE_GATE_SELECT_2L: 121962306a36Sopenharmony_ci case MADERA_OUTPUT_PATH_CONFIG_2R: 122062306a36Sopenharmony_ci case MADERA_DAC_DIGITAL_VOLUME_2R: 122162306a36Sopenharmony_ci case MADERA_NOISE_GATE_SELECT_2R: 122262306a36Sopenharmony_ci case MADERA_OUTPUT_PATH_CONFIG_3L: 122362306a36Sopenharmony_ci case MADERA_DAC_DIGITAL_VOLUME_3L: 122462306a36Sopenharmony_ci case MADERA_OUTPUT_PATH_CONFIG_3: 122562306a36Sopenharmony_ci case MADERA_NOISE_GATE_SELECT_3L: 122662306a36Sopenharmony_ci case MADERA_OUTPUT_PATH_CONFIG_3R: 122762306a36Sopenharmony_ci case MADERA_DAC_DIGITAL_VOLUME_3R: 122862306a36Sopenharmony_ci case MADERA_NOISE_GATE_SELECT_3R: 122962306a36Sopenharmony_ci case MADERA_OUTPUT_PATH_CONFIG_5L: 123062306a36Sopenharmony_ci case MADERA_DAC_DIGITAL_VOLUME_5L: 123162306a36Sopenharmony_ci case MADERA_NOISE_GATE_SELECT_5L: 123262306a36Sopenharmony_ci case MADERA_OUTPUT_PATH_CONFIG_5R: 123362306a36Sopenharmony_ci case MADERA_DAC_DIGITAL_VOLUME_5R: 123462306a36Sopenharmony_ci case MADERA_NOISE_GATE_SELECT_5R: 123562306a36Sopenharmony_ci case MADERA_DAC_AEC_CONTROL_1 ... MADERA_DAC_AEC_CONTROL_2: 123662306a36Sopenharmony_ci case MADERA_NOISE_GATE_CONTROL: 123762306a36Sopenharmony_ci case MADERA_PDM_SPK1_CTRL_1 ... MADERA_PDM_SPK1_CTRL_2: 123862306a36Sopenharmony_ci case MADERA_HP1_SHORT_CIRCUIT_CTRL: 123962306a36Sopenharmony_ci case MADERA_HP2_SHORT_CIRCUIT_CTRL: 124062306a36Sopenharmony_ci case MADERA_HP3_SHORT_CIRCUIT_CTRL: 124162306a36Sopenharmony_ci case MADERA_AIF1_BCLK_CTRL: 124262306a36Sopenharmony_ci case MADERA_AIF1_TX_PIN_CTRL: 124362306a36Sopenharmony_ci case MADERA_AIF1_RX_PIN_CTRL: 124462306a36Sopenharmony_ci case MADERA_AIF1_RATE_CTRL: 124562306a36Sopenharmony_ci case MADERA_AIF1_FORMAT: 124662306a36Sopenharmony_ci case MADERA_AIF1_RX_BCLK_RATE: 124762306a36Sopenharmony_ci case MADERA_AIF1_FRAME_CTRL_1 ... MADERA_AIF1_FRAME_CTRL_18: 124862306a36Sopenharmony_ci case MADERA_AIF1_TX_ENABLES: 124962306a36Sopenharmony_ci case MADERA_AIF1_RX_ENABLES: 125062306a36Sopenharmony_ci case MADERA_AIF2_BCLK_CTRL: 125162306a36Sopenharmony_ci case MADERA_AIF2_TX_PIN_CTRL: 125262306a36Sopenharmony_ci case MADERA_AIF2_RX_PIN_CTRL: 125362306a36Sopenharmony_ci case MADERA_AIF2_RATE_CTRL: 125462306a36Sopenharmony_ci case MADERA_AIF2_FORMAT: 125562306a36Sopenharmony_ci case MADERA_AIF2_RX_BCLK_RATE: 125662306a36Sopenharmony_ci case MADERA_AIF2_FRAME_CTRL_1 ... MADERA_AIF2_FRAME_CTRL_18: 125762306a36Sopenharmony_ci case MADERA_AIF2_TX_ENABLES: 125862306a36Sopenharmony_ci case MADERA_AIF2_RX_ENABLES: 125962306a36Sopenharmony_ci case MADERA_AIF3_BCLK_CTRL: 126062306a36Sopenharmony_ci case MADERA_AIF3_TX_PIN_CTRL: 126162306a36Sopenharmony_ci case MADERA_AIF3_RX_PIN_CTRL: 126262306a36Sopenharmony_ci case MADERA_AIF3_RATE_CTRL: 126362306a36Sopenharmony_ci case MADERA_AIF3_FORMAT: 126462306a36Sopenharmony_ci case MADERA_AIF3_RX_BCLK_RATE: 126562306a36Sopenharmony_ci case MADERA_AIF3_FRAME_CTRL_1 ... MADERA_AIF3_FRAME_CTRL_18: 126662306a36Sopenharmony_ci case MADERA_AIF3_TX_ENABLES: 126762306a36Sopenharmony_ci case MADERA_AIF3_RX_ENABLES: 126862306a36Sopenharmony_ci case MADERA_SPD1_TX_CONTROL: 126962306a36Sopenharmony_ci case MADERA_SPD1_TX_CHANNEL_STATUS_1: 127062306a36Sopenharmony_ci case MADERA_SPD1_TX_CHANNEL_STATUS_2: 127162306a36Sopenharmony_ci case MADERA_SPD1_TX_CHANNEL_STATUS_3: 127262306a36Sopenharmony_ci case MADERA_SLIMBUS_FRAMER_REF_GEAR: 127362306a36Sopenharmony_ci case MADERA_SLIMBUS_RATES_1 ... MADERA_SLIMBUS_RATES_8: 127462306a36Sopenharmony_ci case MADERA_SLIMBUS_RX_CHANNEL_ENABLE: 127562306a36Sopenharmony_ci case MADERA_SLIMBUS_TX_CHANNEL_ENABLE: 127662306a36Sopenharmony_ci case MADERA_SLIMBUS_RX_PORT_STATUS: 127762306a36Sopenharmony_ci case MADERA_SLIMBUS_TX_PORT_STATUS: 127862306a36Sopenharmony_ci case MADERA_PWM1MIX_INPUT_1_SOURCE: 127962306a36Sopenharmony_ci case MADERA_PWM1MIX_INPUT_1_VOLUME: 128062306a36Sopenharmony_ci case MADERA_PWM1MIX_INPUT_2_SOURCE: 128162306a36Sopenharmony_ci case MADERA_PWM1MIX_INPUT_2_VOLUME: 128262306a36Sopenharmony_ci case MADERA_PWM1MIX_INPUT_3_SOURCE: 128362306a36Sopenharmony_ci case MADERA_PWM1MIX_INPUT_3_VOLUME: 128462306a36Sopenharmony_ci case MADERA_PWM1MIX_INPUT_4_SOURCE: 128562306a36Sopenharmony_ci case MADERA_PWM1MIX_INPUT_4_VOLUME: 128662306a36Sopenharmony_ci case MADERA_PWM2MIX_INPUT_1_SOURCE: 128762306a36Sopenharmony_ci case MADERA_PWM2MIX_INPUT_1_VOLUME: 128862306a36Sopenharmony_ci case MADERA_PWM2MIX_INPUT_2_SOURCE: 128962306a36Sopenharmony_ci case MADERA_PWM2MIX_INPUT_2_VOLUME: 129062306a36Sopenharmony_ci case MADERA_PWM2MIX_INPUT_3_SOURCE: 129162306a36Sopenharmony_ci case MADERA_PWM2MIX_INPUT_3_VOLUME: 129262306a36Sopenharmony_ci case MADERA_PWM2MIX_INPUT_4_SOURCE: 129362306a36Sopenharmony_ci case MADERA_PWM2MIX_INPUT_4_VOLUME: 129462306a36Sopenharmony_ci case MADERA_OUT1LMIX_INPUT_1_SOURCE: 129562306a36Sopenharmony_ci case MADERA_OUT1LMIX_INPUT_1_VOLUME: 129662306a36Sopenharmony_ci case MADERA_OUT1LMIX_INPUT_2_SOURCE: 129762306a36Sopenharmony_ci case MADERA_OUT1LMIX_INPUT_2_VOLUME: 129862306a36Sopenharmony_ci case MADERA_OUT1LMIX_INPUT_3_SOURCE: 129962306a36Sopenharmony_ci case MADERA_OUT1LMIX_INPUT_3_VOLUME: 130062306a36Sopenharmony_ci case MADERA_OUT1LMIX_INPUT_4_SOURCE: 130162306a36Sopenharmony_ci case MADERA_OUT1LMIX_INPUT_4_VOLUME: 130262306a36Sopenharmony_ci case MADERA_OUT1RMIX_INPUT_1_SOURCE: 130362306a36Sopenharmony_ci case MADERA_OUT1RMIX_INPUT_1_VOLUME: 130462306a36Sopenharmony_ci case MADERA_OUT1RMIX_INPUT_2_SOURCE: 130562306a36Sopenharmony_ci case MADERA_OUT1RMIX_INPUT_2_VOLUME: 130662306a36Sopenharmony_ci case MADERA_OUT1RMIX_INPUT_3_SOURCE: 130762306a36Sopenharmony_ci case MADERA_OUT1RMIX_INPUT_3_VOLUME: 130862306a36Sopenharmony_ci case MADERA_OUT1RMIX_INPUT_4_SOURCE: 130962306a36Sopenharmony_ci case MADERA_OUT1RMIX_INPUT_4_VOLUME: 131062306a36Sopenharmony_ci case MADERA_OUT2LMIX_INPUT_1_SOURCE: 131162306a36Sopenharmony_ci case MADERA_OUT2LMIX_INPUT_1_VOLUME: 131262306a36Sopenharmony_ci case MADERA_OUT2LMIX_INPUT_2_SOURCE: 131362306a36Sopenharmony_ci case MADERA_OUT2LMIX_INPUT_2_VOLUME: 131462306a36Sopenharmony_ci case MADERA_OUT2LMIX_INPUT_3_SOURCE: 131562306a36Sopenharmony_ci case MADERA_OUT2LMIX_INPUT_3_VOLUME: 131662306a36Sopenharmony_ci case MADERA_OUT2LMIX_INPUT_4_SOURCE: 131762306a36Sopenharmony_ci case MADERA_OUT2LMIX_INPUT_4_VOLUME: 131862306a36Sopenharmony_ci case MADERA_OUT2RMIX_INPUT_1_SOURCE: 131962306a36Sopenharmony_ci case MADERA_OUT2RMIX_INPUT_1_VOLUME: 132062306a36Sopenharmony_ci case MADERA_OUT2RMIX_INPUT_2_SOURCE: 132162306a36Sopenharmony_ci case MADERA_OUT2RMIX_INPUT_2_VOLUME: 132262306a36Sopenharmony_ci case MADERA_OUT2RMIX_INPUT_3_SOURCE: 132362306a36Sopenharmony_ci case MADERA_OUT2RMIX_INPUT_3_VOLUME: 132462306a36Sopenharmony_ci case MADERA_OUT2RMIX_INPUT_4_SOURCE: 132562306a36Sopenharmony_ci case MADERA_OUT2RMIX_INPUT_4_VOLUME: 132662306a36Sopenharmony_ci case MADERA_OUT3LMIX_INPUT_1_SOURCE: 132762306a36Sopenharmony_ci case MADERA_OUT3LMIX_INPUT_1_VOLUME: 132862306a36Sopenharmony_ci case MADERA_OUT3LMIX_INPUT_2_SOURCE: 132962306a36Sopenharmony_ci case MADERA_OUT3LMIX_INPUT_2_VOLUME: 133062306a36Sopenharmony_ci case MADERA_OUT3LMIX_INPUT_3_SOURCE: 133162306a36Sopenharmony_ci case MADERA_OUT3LMIX_INPUT_3_VOLUME: 133262306a36Sopenharmony_ci case MADERA_OUT3LMIX_INPUT_4_SOURCE: 133362306a36Sopenharmony_ci case MADERA_OUT3LMIX_INPUT_4_VOLUME: 133462306a36Sopenharmony_ci case MADERA_OUT3RMIX_INPUT_1_SOURCE: 133562306a36Sopenharmony_ci case MADERA_OUT3RMIX_INPUT_1_VOLUME: 133662306a36Sopenharmony_ci case MADERA_OUT3RMIX_INPUT_2_SOURCE: 133762306a36Sopenharmony_ci case MADERA_OUT3RMIX_INPUT_2_VOLUME: 133862306a36Sopenharmony_ci case MADERA_OUT3RMIX_INPUT_3_SOURCE: 133962306a36Sopenharmony_ci case MADERA_OUT3RMIX_INPUT_3_VOLUME: 134062306a36Sopenharmony_ci case MADERA_OUT3RMIX_INPUT_4_SOURCE: 134162306a36Sopenharmony_ci case MADERA_OUT3RMIX_INPUT_4_VOLUME: 134262306a36Sopenharmony_ci case MADERA_OUT5LMIX_INPUT_1_SOURCE: 134362306a36Sopenharmony_ci case MADERA_OUT5LMIX_INPUT_1_VOLUME: 134462306a36Sopenharmony_ci case MADERA_OUT5LMIX_INPUT_2_SOURCE: 134562306a36Sopenharmony_ci case MADERA_OUT5LMIX_INPUT_2_VOLUME: 134662306a36Sopenharmony_ci case MADERA_OUT5LMIX_INPUT_3_SOURCE: 134762306a36Sopenharmony_ci case MADERA_OUT5LMIX_INPUT_3_VOLUME: 134862306a36Sopenharmony_ci case MADERA_OUT5LMIX_INPUT_4_SOURCE: 134962306a36Sopenharmony_ci case MADERA_OUT5LMIX_INPUT_4_VOLUME: 135062306a36Sopenharmony_ci case MADERA_OUT5RMIX_INPUT_1_SOURCE: 135162306a36Sopenharmony_ci case MADERA_OUT5RMIX_INPUT_1_VOLUME: 135262306a36Sopenharmony_ci case MADERA_OUT5RMIX_INPUT_2_SOURCE: 135362306a36Sopenharmony_ci case MADERA_OUT5RMIX_INPUT_2_VOLUME: 135462306a36Sopenharmony_ci case MADERA_OUT5RMIX_INPUT_3_SOURCE: 135562306a36Sopenharmony_ci case MADERA_OUT5RMIX_INPUT_3_VOLUME: 135662306a36Sopenharmony_ci case MADERA_OUT5RMIX_INPUT_4_SOURCE: 135762306a36Sopenharmony_ci case MADERA_OUT5RMIX_INPUT_4_VOLUME: 135862306a36Sopenharmony_ci case MADERA_AIF1TX1MIX_INPUT_1_SOURCE: 135962306a36Sopenharmony_ci case MADERA_AIF1TX1MIX_INPUT_1_VOLUME: 136062306a36Sopenharmony_ci case MADERA_AIF1TX1MIX_INPUT_2_SOURCE: 136162306a36Sopenharmony_ci case MADERA_AIF1TX1MIX_INPUT_2_VOLUME: 136262306a36Sopenharmony_ci case MADERA_AIF1TX1MIX_INPUT_3_SOURCE: 136362306a36Sopenharmony_ci case MADERA_AIF1TX1MIX_INPUT_3_VOLUME: 136462306a36Sopenharmony_ci case MADERA_AIF1TX1MIX_INPUT_4_SOURCE: 136562306a36Sopenharmony_ci case MADERA_AIF1TX1MIX_INPUT_4_VOLUME: 136662306a36Sopenharmony_ci case MADERA_AIF1TX2MIX_INPUT_1_SOURCE: 136762306a36Sopenharmony_ci case MADERA_AIF1TX2MIX_INPUT_1_VOLUME: 136862306a36Sopenharmony_ci case MADERA_AIF1TX2MIX_INPUT_2_SOURCE: 136962306a36Sopenharmony_ci case MADERA_AIF1TX2MIX_INPUT_2_VOLUME: 137062306a36Sopenharmony_ci case MADERA_AIF1TX2MIX_INPUT_3_SOURCE: 137162306a36Sopenharmony_ci case MADERA_AIF1TX2MIX_INPUT_3_VOLUME: 137262306a36Sopenharmony_ci case MADERA_AIF1TX2MIX_INPUT_4_SOURCE: 137362306a36Sopenharmony_ci case MADERA_AIF1TX2MIX_INPUT_4_VOLUME: 137462306a36Sopenharmony_ci case MADERA_AIF1TX3MIX_INPUT_1_SOURCE: 137562306a36Sopenharmony_ci case MADERA_AIF1TX3MIX_INPUT_1_VOLUME: 137662306a36Sopenharmony_ci case MADERA_AIF1TX3MIX_INPUT_2_SOURCE: 137762306a36Sopenharmony_ci case MADERA_AIF1TX3MIX_INPUT_2_VOLUME: 137862306a36Sopenharmony_ci case MADERA_AIF1TX3MIX_INPUT_3_SOURCE: 137962306a36Sopenharmony_ci case MADERA_AIF1TX3MIX_INPUT_3_VOLUME: 138062306a36Sopenharmony_ci case MADERA_AIF1TX3MIX_INPUT_4_SOURCE: 138162306a36Sopenharmony_ci case MADERA_AIF1TX3MIX_INPUT_4_VOLUME: 138262306a36Sopenharmony_ci case MADERA_AIF1TX4MIX_INPUT_1_SOURCE: 138362306a36Sopenharmony_ci case MADERA_AIF1TX4MIX_INPUT_1_VOLUME: 138462306a36Sopenharmony_ci case MADERA_AIF1TX4MIX_INPUT_2_SOURCE: 138562306a36Sopenharmony_ci case MADERA_AIF1TX4MIX_INPUT_2_VOLUME: 138662306a36Sopenharmony_ci case MADERA_AIF1TX4MIX_INPUT_3_SOURCE: 138762306a36Sopenharmony_ci case MADERA_AIF1TX4MIX_INPUT_3_VOLUME: 138862306a36Sopenharmony_ci case MADERA_AIF1TX4MIX_INPUT_4_SOURCE: 138962306a36Sopenharmony_ci case MADERA_AIF1TX4MIX_INPUT_4_VOLUME: 139062306a36Sopenharmony_ci case MADERA_AIF1TX5MIX_INPUT_1_SOURCE: 139162306a36Sopenharmony_ci case MADERA_AIF1TX5MIX_INPUT_1_VOLUME: 139262306a36Sopenharmony_ci case MADERA_AIF1TX5MIX_INPUT_2_SOURCE: 139362306a36Sopenharmony_ci case MADERA_AIF1TX5MIX_INPUT_2_VOLUME: 139462306a36Sopenharmony_ci case MADERA_AIF1TX5MIX_INPUT_3_SOURCE: 139562306a36Sopenharmony_ci case MADERA_AIF1TX5MIX_INPUT_3_VOLUME: 139662306a36Sopenharmony_ci case MADERA_AIF1TX5MIX_INPUT_4_SOURCE: 139762306a36Sopenharmony_ci case MADERA_AIF1TX5MIX_INPUT_4_VOLUME: 139862306a36Sopenharmony_ci case MADERA_AIF1TX6MIX_INPUT_1_SOURCE: 139962306a36Sopenharmony_ci case MADERA_AIF1TX6MIX_INPUT_1_VOLUME: 140062306a36Sopenharmony_ci case MADERA_AIF1TX6MIX_INPUT_2_SOURCE: 140162306a36Sopenharmony_ci case MADERA_AIF1TX6MIX_INPUT_2_VOLUME: 140262306a36Sopenharmony_ci case MADERA_AIF1TX6MIX_INPUT_3_SOURCE: 140362306a36Sopenharmony_ci case MADERA_AIF1TX6MIX_INPUT_3_VOLUME: 140462306a36Sopenharmony_ci case MADERA_AIF1TX6MIX_INPUT_4_SOURCE: 140562306a36Sopenharmony_ci case MADERA_AIF1TX6MIX_INPUT_4_VOLUME: 140662306a36Sopenharmony_ci case MADERA_AIF1TX7MIX_INPUT_1_SOURCE: 140762306a36Sopenharmony_ci case MADERA_AIF1TX7MIX_INPUT_1_VOLUME: 140862306a36Sopenharmony_ci case MADERA_AIF1TX7MIX_INPUT_2_SOURCE: 140962306a36Sopenharmony_ci case MADERA_AIF1TX7MIX_INPUT_2_VOLUME: 141062306a36Sopenharmony_ci case MADERA_AIF1TX7MIX_INPUT_3_SOURCE: 141162306a36Sopenharmony_ci case MADERA_AIF1TX7MIX_INPUT_3_VOLUME: 141262306a36Sopenharmony_ci case MADERA_AIF1TX7MIX_INPUT_4_SOURCE: 141362306a36Sopenharmony_ci case MADERA_AIF1TX7MIX_INPUT_4_VOLUME: 141462306a36Sopenharmony_ci case MADERA_AIF1TX8MIX_INPUT_1_SOURCE: 141562306a36Sopenharmony_ci case MADERA_AIF1TX8MIX_INPUT_1_VOLUME: 141662306a36Sopenharmony_ci case MADERA_AIF1TX8MIX_INPUT_2_SOURCE: 141762306a36Sopenharmony_ci case MADERA_AIF1TX8MIX_INPUT_2_VOLUME: 141862306a36Sopenharmony_ci case MADERA_AIF1TX8MIX_INPUT_3_SOURCE: 141962306a36Sopenharmony_ci case MADERA_AIF1TX8MIX_INPUT_3_VOLUME: 142062306a36Sopenharmony_ci case MADERA_AIF1TX8MIX_INPUT_4_SOURCE: 142162306a36Sopenharmony_ci case MADERA_AIF1TX8MIX_INPUT_4_VOLUME: 142262306a36Sopenharmony_ci case MADERA_AIF2TX1MIX_INPUT_1_SOURCE: 142362306a36Sopenharmony_ci case MADERA_AIF2TX1MIX_INPUT_1_VOLUME: 142462306a36Sopenharmony_ci case MADERA_AIF2TX1MIX_INPUT_2_SOURCE: 142562306a36Sopenharmony_ci case MADERA_AIF2TX1MIX_INPUT_2_VOLUME: 142662306a36Sopenharmony_ci case MADERA_AIF2TX1MIX_INPUT_3_SOURCE: 142762306a36Sopenharmony_ci case MADERA_AIF2TX1MIX_INPUT_3_VOLUME: 142862306a36Sopenharmony_ci case MADERA_AIF2TX1MIX_INPUT_4_SOURCE: 142962306a36Sopenharmony_ci case MADERA_AIF2TX1MIX_INPUT_4_VOLUME: 143062306a36Sopenharmony_ci case MADERA_AIF2TX2MIX_INPUT_1_SOURCE: 143162306a36Sopenharmony_ci case MADERA_AIF2TX2MIX_INPUT_1_VOLUME: 143262306a36Sopenharmony_ci case MADERA_AIF2TX2MIX_INPUT_2_SOURCE: 143362306a36Sopenharmony_ci case MADERA_AIF2TX2MIX_INPUT_2_VOLUME: 143462306a36Sopenharmony_ci case MADERA_AIF2TX2MIX_INPUT_3_SOURCE: 143562306a36Sopenharmony_ci case MADERA_AIF2TX2MIX_INPUT_3_VOLUME: 143662306a36Sopenharmony_ci case MADERA_AIF2TX2MIX_INPUT_4_SOURCE: 143762306a36Sopenharmony_ci case MADERA_AIF2TX2MIX_INPUT_4_VOLUME: 143862306a36Sopenharmony_ci case MADERA_AIF2TX3MIX_INPUT_1_SOURCE: 143962306a36Sopenharmony_ci case MADERA_AIF2TX3MIX_INPUT_1_VOLUME: 144062306a36Sopenharmony_ci case MADERA_AIF2TX3MIX_INPUT_2_SOURCE: 144162306a36Sopenharmony_ci case MADERA_AIF2TX3MIX_INPUT_2_VOLUME: 144262306a36Sopenharmony_ci case MADERA_AIF2TX3MIX_INPUT_3_SOURCE: 144362306a36Sopenharmony_ci case MADERA_AIF2TX3MIX_INPUT_3_VOLUME: 144462306a36Sopenharmony_ci case MADERA_AIF2TX3MIX_INPUT_4_SOURCE: 144562306a36Sopenharmony_ci case MADERA_AIF2TX3MIX_INPUT_4_VOLUME: 144662306a36Sopenharmony_ci case MADERA_AIF2TX4MIX_INPUT_1_SOURCE: 144762306a36Sopenharmony_ci case MADERA_AIF2TX4MIX_INPUT_1_VOLUME: 144862306a36Sopenharmony_ci case MADERA_AIF2TX4MIX_INPUT_2_SOURCE: 144962306a36Sopenharmony_ci case MADERA_AIF2TX4MIX_INPUT_2_VOLUME: 145062306a36Sopenharmony_ci case MADERA_AIF2TX4MIX_INPUT_3_SOURCE: 145162306a36Sopenharmony_ci case MADERA_AIF2TX4MIX_INPUT_3_VOLUME: 145262306a36Sopenharmony_ci case MADERA_AIF2TX4MIX_INPUT_4_SOURCE: 145362306a36Sopenharmony_ci case MADERA_AIF2TX4MIX_INPUT_4_VOLUME: 145462306a36Sopenharmony_ci case MADERA_AIF2TX5MIX_INPUT_1_SOURCE: 145562306a36Sopenharmony_ci case MADERA_AIF2TX5MIX_INPUT_1_VOLUME: 145662306a36Sopenharmony_ci case MADERA_AIF2TX5MIX_INPUT_2_SOURCE: 145762306a36Sopenharmony_ci case MADERA_AIF2TX5MIX_INPUT_2_VOLUME: 145862306a36Sopenharmony_ci case MADERA_AIF2TX5MIX_INPUT_3_SOURCE: 145962306a36Sopenharmony_ci case MADERA_AIF2TX5MIX_INPUT_3_VOLUME: 146062306a36Sopenharmony_ci case MADERA_AIF2TX5MIX_INPUT_4_SOURCE: 146162306a36Sopenharmony_ci case MADERA_AIF2TX5MIX_INPUT_4_VOLUME: 146262306a36Sopenharmony_ci case MADERA_AIF2TX6MIX_INPUT_1_SOURCE: 146362306a36Sopenharmony_ci case MADERA_AIF2TX6MIX_INPUT_1_VOLUME: 146462306a36Sopenharmony_ci case MADERA_AIF2TX6MIX_INPUT_2_SOURCE: 146562306a36Sopenharmony_ci case MADERA_AIF2TX6MIX_INPUT_2_VOLUME: 146662306a36Sopenharmony_ci case MADERA_AIF2TX6MIX_INPUT_3_SOURCE: 146762306a36Sopenharmony_ci case MADERA_AIF2TX6MIX_INPUT_3_VOLUME: 146862306a36Sopenharmony_ci case MADERA_AIF2TX6MIX_INPUT_4_SOURCE: 146962306a36Sopenharmony_ci case MADERA_AIF2TX6MIX_INPUT_4_VOLUME: 147062306a36Sopenharmony_ci case MADERA_AIF2TX7MIX_INPUT_1_SOURCE: 147162306a36Sopenharmony_ci case MADERA_AIF2TX7MIX_INPUT_1_VOLUME: 147262306a36Sopenharmony_ci case MADERA_AIF2TX7MIX_INPUT_2_SOURCE: 147362306a36Sopenharmony_ci case MADERA_AIF2TX7MIX_INPUT_2_VOLUME: 147462306a36Sopenharmony_ci case MADERA_AIF2TX7MIX_INPUT_3_SOURCE: 147562306a36Sopenharmony_ci case MADERA_AIF2TX7MIX_INPUT_3_VOLUME: 147662306a36Sopenharmony_ci case MADERA_AIF2TX7MIX_INPUT_4_SOURCE: 147762306a36Sopenharmony_ci case MADERA_AIF2TX7MIX_INPUT_4_VOLUME: 147862306a36Sopenharmony_ci case MADERA_AIF2TX8MIX_INPUT_1_SOURCE: 147962306a36Sopenharmony_ci case MADERA_AIF2TX8MIX_INPUT_1_VOLUME: 148062306a36Sopenharmony_ci case MADERA_AIF2TX8MIX_INPUT_2_SOURCE: 148162306a36Sopenharmony_ci case MADERA_AIF2TX8MIX_INPUT_2_VOLUME: 148262306a36Sopenharmony_ci case MADERA_AIF2TX8MIX_INPUT_3_SOURCE: 148362306a36Sopenharmony_ci case MADERA_AIF2TX8MIX_INPUT_3_VOLUME: 148462306a36Sopenharmony_ci case MADERA_AIF2TX8MIX_INPUT_4_SOURCE: 148562306a36Sopenharmony_ci case MADERA_AIF2TX8MIX_INPUT_4_VOLUME: 148662306a36Sopenharmony_ci case MADERA_AIF3TX1MIX_INPUT_1_SOURCE: 148762306a36Sopenharmony_ci case MADERA_AIF3TX1MIX_INPUT_1_VOLUME: 148862306a36Sopenharmony_ci case MADERA_AIF3TX1MIX_INPUT_2_SOURCE: 148962306a36Sopenharmony_ci case MADERA_AIF3TX1MIX_INPUT_2_VOLUME: 149062306a36Sopenharmony_ci case MADERA_AIF3TX1MIX_INPUT_3_SOURCE: 149162306a36Sopenharmony_ci case MADERA_AIF3TX1MIX_INPUT_3_VOLUME: 149262306a36Sopenharmony_ci case MADERA_AIF3TX1MIX_INPUT_4_SOURCE: 149362306a36Sopenharmony_ci case MADERA_AIF3TX1MIX_INPUT_4_VOLUME: 149462306a36Sopenharmony_ci case MADERA_AIF3TX2MIX_INPUT_1_SOURCE: 149562306a36Sopenharmony_ci case MADERA_AIF3TX2MIX_INPUT_1_VOLUME: 149662306a36Sopenharmony_ci case MADERA_AIF3TX2MIX_INPUT_2_SOURCE: 149762306a36Sopenharmony_ci case MADERA_AIF3TX2MIX_INPUT_2_VOLUME: 149862306a36Sopenharmony_ci case MADERA_AIF3TX2MIX_INPUT_3_SOURCE: 149962306a36Sopenharmony_ci case MADERA_AIF3TX2MIX_INPUT_3_VOLUME: 150062306a36Sopenharmony_ci case MADERA_AIF3TX2MIX_INPUT_4_SOURCE: 150162306a36Sopenharmony_ci case MADERA_AIF3TX2MIX_INPUT_4_VOLUME: 150262306a36Sopenharmony_ci case MADERA_AIF3TX3MIX_INPUT_1_SOURCE: 150362306a36Sopenharmony_ci case MADERA_AIF3TX3MIX_INPUT_1_VOLUME: 150462306a36Sopenharmony_ci case MADERA_AIF3TX3MIX_INPUT_2_SOURCE: 150562306a36Sopenharmony_ci case MADERA_AIF3TX3MIX_INPUT_2_VOLUME: 150662306a36Sopenharmony_ci case MADERA_AIF3TX3MIX_INPUT_3_SOURCE: 150762306a36Sopenharmony_ci case MADERA_AIF3TX3MIX_INPUT_3_VOLUME: 150862306a36Sopenharmony_ci case MADERA_AIF3TX3MIX_INPUT_4_SOURCE: 150962306a36Sopenharmony_ci case MADERA_AIF3TX3MIX_INPUT_4_VOLUME: 151062306a36Sopenharmony_ci case MADERA_AIF3TX4MIX_INPUT_1_SOURCE: 151162306a36Sopenharmony_ci case MADERA_AIF3TX4MIX_INPUT_1_VOLUME: 151262306a36Sopenharmony_ci case MADERA_AIF3TX4MIX_INPUT_2_SOURCE: 151362306a36Sopenharmony_ci case MADERA_AIF3TX4MIX_INPUT_2_VOLUME: 151462306a36Sopenharmony_ci case MADERA_AIF3TX4MIX_INPUT_3_SOURCE: 151562306a36Sopenharmony_ci case MADERA_AIF3TX4MIX_INPUT_3_VOLUME: 151662306a36Sopenharmony_ci case MADERA_AIF3TX4MIX_INPUT_4_SOURCE: 151762306a36Sopenharmony_ci case MADERA_AIF3TX4MIX_INPUT_4_VOLUME: 151862306a36Sopenharmony_ci case CS47L92_AIF3TX5MIX_INPUT_1_SOURCE: 151962306a36Sopenharmony_ci case CS47L92_AIF3TX5MIX_INPUT_1_VOLUME: 152062306a36Sopenharmony_ci case CS47L92_AIF3TX5MIX_INPUT_2_SOURCE: 152162306a36Sopenharmony_ci case CS47L92_AIF3TX5MIX_INPUT_2_VOLUME: 152262306a36Sopenharmony_ci case CS47L92_AIF3TX5MIX_INPUT_3_SOURCE: 152362306a36Sopenharmony_ci case CS47L92_AIF3TX5MIX_INPUT_3_VOLUME: 152462306a36Sopenharmony_ci case CS47L92_AIF3TX5MIX_INPUT_4_SOURCE: 152562306a36Sopenharmony_ci case CS47L92_AIF3TX5MIX_INPUT_4_VOLUME: 152662306a36Sopenharmony_ci case CS47L92_AIF3TX6MIX_INPUT_1_SOURCE: 152762306a36Sopenharmony_ci case CS47L92_AIF3TX6MIX_INPUT_1_VOLUME: 152862306a36Sopenharmony_ci case CS47L92_AIF3TX6MIX_INPUT_2_SOURCE: 152962306a36Sopenharmony_ci case CS47L92_AIF3TX6MIX_INPUT_2_VOLUME: 153062306a36Sopenharmony_ci case CS47L92_AIF3TX6MIX_INPUT_3_SOURCE: 153162306a36Sopenharmony_ci case CS47L92_AIF3TX6MIX_INPUT_3_VOLUME: 153262306a36Sopenharmony_ci case CS47L92_AIF3TX6MIX_INPUT_4_SOURCE: 153362306a36Sopenharmony_ci case CS47L92_AIF3TX6MIX_INPUT_4_VOLUME: 153462306a36Sopenharmony_ci case CS47L92_AIF3TX7MIX_INPUT_1_SOURCE: 153562306a36Sopenharmony_ci case CS47L92_AIF3TX7MIX_INPUT_1_VOLUME: 153662306a36Sopenharmony_ci case CS47L92_AIF3TX7MIX_INPUT_2_SOURCE: 153762306a36Sopenharmony_ci case CS47L92_AIF3TX7MIX_INPUT_2_VOLUME: 153862306a36Sopenharmony_ci case CS47L92_AIF3TX7MIX_INPUT_3_SOURCE: 153962306a36Sopenharmony_ci case CS47L92_AIF3TX7MIX_INPUT_3_VOLUME: 154062306a36Sopenharmony_ci case CS47L92_AIF3TX7MIX_INPUT_4_SOURCE: 154162306a36Sopenharmony_ci case CS47L92_AIF3TX7MIX_INPUT_4_VOLUME: 154262306a36Sopenharmony_ci case CS47L92_AIF3TX8MIX_INPUT_1_SOURCE: 154362306a36Sopenharmony_ci case CS47L92_AIF3TX8MIX_INPUT_1_VOLUME: 154462306a36Sopenharmony_ci case CS47L92_AIF3TX8MIX_INPUT_2_SOURCE: 154562306a36Sopenharmony_ci case CS47L92_AIF3TX8MIX_INPUT_2_VOLUME: 154662306a36Sopenharmony_ci case CS47L92_AIF3TX8MIX_INPUT_3_SOURCE: 154762306a36Sopenharmony_ci case CS47L92_AIF3TX8MIX_INPUT_3_VOLUME: 154862306a36Sopenharmony_ci case CS47L92_AIF3TX8MIX_INPUT_4_SOURCE: 154962306a36Sopenharmony_ci case CS47L92_AIF3TX8MIX_INPUT_4_VOLUME: 155062306a36Sopenharmony_ci case MADERA_SLIMTX1MIX_INPUT_1_SOURCE: 155162306a36Sopenharmony_ci case MADERA_SLIMTX1MIX_INPUT_1_VOLUME: 155262306a36Sopenharmony_ci case MADERA_SLIMTX1MIX_INPUT_2_SOURCE: 155362306a36Sopenharmony_ci case MADERA_SLIMTX1MIX_INPUT_2_VOLUME: 155462306a36Sopenharmony_ci case MADERA_SLIMTX1MIX_INPUT_3_SOURCE: 155562306a36Sopenharmony_ci case MADERA_SLIMTX1MIX_INPUT_3_VOLUME: 155662306a36Sopenharmony_ci case MADERA_SLIMTX1MIX_INPUT_4_SOURCE: 155762306a36Sopenharmony_ci case MADERA_SLIMTX1MIX_INPUT_4_VOLUME: 155862306a36Sopenharmony_ci case MADERA_SLIMTX2MIX_INPUT_1_SOURCE: 155962306a36Sopenharmony_ci case MADERA_SLIMTX2MIX_INPUT_1_VOLUME: 156062306a36Sopenharmony_ci case MADERA_SLIMTX2MIX_INPUT_2_SOURCE: 156162306a36Sopenharmony_ci case MADERA_SLIMTX2MIX_INPUT_2_VOLUME: 156262306a36Sopenharmony_ci case MADERA_SLIMTX2MIX_INPUT_3_SOURCE: 156362306a36Sopenharmony_ci case MADERA_SLIMTX2MIX_INPUT_3_VOLUME: 156462306a36Sopenharmony_ci case MADERA_SLIMTX2MIX_INPUT_4_SOURCE: 156562306a36Sopenharmony_ci case MADERA_SLIMTX2MIX_INPUT_4_VOLUME: 156662306a36Sopenharmony_ci case MADERA_SLIMTX3MIX_INPUT_1_SOURCE: 156762306a36Sopenharmony_ci case MADERA_SLIMTX3MIX_INPUT_1_VOLUME: 156862306a36Sopenharmony_ci case MADERA_SLIMTX3MIX_INPUT_2_SOURCE: 156962306a36Sopenharmony_ci case MADERA_SLIMTX3MIX_INPUT_2_VOLUME: 157062306a36Sopenharmony_ci case MADERA_SLIMTX3MIX_INPUT_3_SOURCE: 157162306a36Sopenharmony_ci case MADERA_SLIMTX3MIX_INPUT_3_VOLUME: 157262306a36Sopenharmony_ci case MADERA_SLIMTX3MIX_INPUT_4_SOURCE: 157362306a36Sopenharmony_ci case MADERA_SLIMTX3MIX_INPUT_4_VOLUME: 157462306a36Sopenharmony_ci case MADERA_SLIMTX4MIX_INPUT_1_SOURCE: 157562306a36Sopenharmony_ci case MADERA_SLIMTX4MIX_INPUT_1_VOLUME: 157662306a36Sopenharmony_ci case MADERA_SLIMTX4MIX_INPUT_2_SOURCE: 157762306a36Sopenharmony_ci case MADERA_SLIMTX4MIX_INPUT_2_VOLUME: 157862306a36Sopenharmony_ci case MADERA_SLIMTX4MIX_INPUT_3_SOURCE: 157962306a36Sopenharmony_ci case MADERA_SLIMTX4MIX_INPUT_3_VOLUME: 158062306a36Sopenharmony_ci case MADERA_SLIMTX4MIX_INPUT_4_SOURCE: 158162306a36Sopenharmony_ci case MADERA_SLIMTX4MIX_INPUT_4_VOLUME: 158262306a36Sopenharmony_ci case MADERA_SLIMTX5MIX_INPUT_1_SOURCE: 158362306a36Sopenharmony_ci case MADERA_SLIMTX5MIX_INPUT_1_VOLUME: 158462306a36Sopenharmony_ci case MADERA_SLIMTX5MIX_INPUT_2_SOURCE: 158562306a36Sopenharmony_ci case MADERA_SLIMTX5MIX_INPUT_2_VOLUME: 158662306a36Sopenharmony_ci case MADERA_SLIMTX5MIX_INPUT_3_SOURCE: 158762306a36Sopenharmony_ci case MADERA_SLIMTX5MIX_INPUT_3_VOLUME: 158862306a36Sopenharmony_ci case MADERA_SLIMTX5MIX_INPUT_4_SOURCE: 158962306a36Sopenharmony_ci case MADERA_SLIMTX5MIX_INPUT_4_VOLUME: 159062306a36Sopenharmony_ci case MADERA_SLIMTX6MIX_INPUT_1_SOURCE: 159162306a36Sopenharmony_ci case MADERA_SLIMTX6MIX_INPUT_1_VOLUME: 159262306a36Sopenharmony_ci case MADERA_SLIMTX6MIX_INPUT_2_SOURCE: 159362306a36Sopenharmony_ci case MADERA_SLIMTX6MIX_INPUT_2_VOLUME: 159462306a36Sopenharmony_ci case MADERA_SLIMTX6MIX_INPUT_3_SOURCE: 159562306a36Sopenharmony_ci case MADERA_SLIMTX6MIX_INPUT_3_VOLUME: 159662306a36Sopenharmony_ci case MADERA_SLIMTX6MIX_INPUT_4_SOURCE: 159762306a36Sopenharmony_ci case MADERA_SLIMTX6MIX_INPUT_4_VOLUME: 159862306a36Sopenharmony_ci case MADERA_SLIMTX7MIX_INPUT_1_SOURCE: 159962306a36Sopenharmony_ci case MADERA_SLIMTX7MIX_INPUT_1_VOLUME: 160062306a36Sopenharmony_ci case MADERA_SLIMTX7MIX_INPUT_2_SOURCE: 160162306a36Sopenharmony_ci case MADERA_SLIMTX7MIX_INPUT_2_VOLUME: 160262306a36Sopenharmony_ci case MADERA_SLIMTX7MIX_INPUT_3_SOURCE: 160362306a36Sopenharmony_ci case MADERA_SLIMTX7MIX_INPUT_3_VOLUME: 160462306a36Sopenharmony_ci case MADERA_SLIMTX7MIX_INPUT_4_SOURCE: 160562306a36Sopenharmony_ci case MADERA_SLIMTX7MIX_INPUT_4_VOLUME: 160662306a36Sopenharmony_ci case MADERA_SLIMTX8MIX_INPUT_1_SOURCE: 160762306a36Sopenharmony_ci case MADERA_SLIMTX8MIX_INPUT_1_VOLUME: 160862306a36Sopenharmony_ci case MADERA_SLIMTX8MIX_INPUT_2_SOURCE: 160962306a36Sopenharmony_ci case MADERA_SLIMTX8MIX_INPUT_2_VOLUME: 161062306a36Sopenharmony_ci case MADERA_SLIMTX8MIX_INPUT_3_SOURCE: 161162306a36Sopenharmony_ci case MADERA_SLIMTX8MIX_INPUT_3_VOLUME: 161262306a36Sopenharmony_ci case MADERA_SLIMTX8MIX_INPUT_4_SOURCE: 161362306a36Sopenharmony_ci case MADERA_SLIMTX8MIX_INPUT_4_VOLUME: 161462306a36Sopenharmony_ci case MADERA_SPDIF1TX1MIX_INPUT_1_SOURCE: 161562306a36Sopenharmony_ci case MADERA_SPDIF1TX1MIX_INPUT_1_VOLUME: 161662306a36Sopenharmony_ci case MADERA_SPDIF1TX2MIX_INPUT_1_SOURCE: 161762306a36Sopenharmony_ci case MADERA_SPDIF1TX2MIX_INPUT_1_VOLUME: 161862306a36Sopenharmony_ci case MADERA_EQ1MIX_INPUT_1_SOURCE: 161962306a36Sopenharmony_ci case MADERA_EQ1MIX_INPUT_1_VOLUME: 162062306a36Sopenharmony_ci case MADERA_EQ1MIX_INPUT_2_SOURCE: 162162306a36Sopenharmony_ci case MADERA_EQ1MIX_INPUT_2_VOLUME: 162262306a36Sopenharmony_ci case MADERA_EQ1MIX_INPUT_3_SOURCE: 162362306a36Sopenharmony_ci case MADERA_EQ1MIX_INPUT_3_VOLUME: 162462306a36Sopenharmony_ci case MADERA_EQ1MIX_INPUT_4_SOURCE: 162562306a36Sopenharmony_ci case MADERA_EQ1MIX_INPUT_4_VOLUME: 162662306a36Sopenharmony_ci case MADERA_EQ2MIX_INPUT_1_SOURCE: 162762306a36Sopenharmony_ci case MADERA_EQ2MIX_INPUT_1_VOLUME: 162862306a36Sopenharmony_ci case MADERA_EQ2MIX_INPUT_2_SOURCE: 162962306a36Sopenharmony_ci case MADERA_EQ2MIX_INPUT_2_VOLUME: 163062306a36Sopenharmony_ci case MADERA_EQ2MIX_INPUT_3_SOURCE: 163162306a36Sopenharmony_ci case MADERA_EQ2MIX_INPUT_3_VOLUME: 163262306a36Sopenharmony_ci case MADERA_EQ2MIX_INPUT_4_SOURCE: 163362306a36Sopenharmony_ci case MADERA_EQ2MIX_INPUT_4_VOLUME: 163462306a36Sopenharmony_ci case MADERA_EQ3MIX_INPUT_1_SOURCE: 163562306a36Sopenharmony_ci case MADERA_EQ3MIX_INPUT_1_VOLUME: 163662306a36Sopenharmony_ci case MADERA_EQ3MIX_INPUT_2_SOURCE: 163762306a36Sopenharmony_ci case MADERA_EQ3MIX_INPUT_2_VOLUME: 163862306a36Sopenharmony_ci case MADERA_EQ3MIX_INPUT_3_SOURCE: 163962306a36Sopenharmony_ci case MADERA_EQ3MIX_INPUT_3_VOLUME: 164062306a36Sopenharmony_ci case MADERA_EQ3MIX_INPUT_4_SOURCE: 164162306a36Sopenharmony_ci case MADERA_EQ3MIX_INPUT_4_VOLUME: 164262306a36Sopenharmony_ci case MADERA_EQ4MIX_INPUT_1_SOURCE: 164362306a36Sopenharmony_ci case MADERA_EQ4MIX_INPUT_1_VOLUME: 164462306a36Sopenharmony_ci case MADERA_EQ4MIX_INPUT_2_SOURCE: 164562306a36Sopenharmony_ci case MADERA_EQ4MIX_INPUT_2_VOLUME: 164662306a36Sopenharmony_ci case MADERA_EQ4MIX_INPUT_3_SOURCE: 164762306a36Sopenharmony_ci case MADERA_EQ4MIX_INPUT_3_VOLUME: 164862306a36Sopenharmony_ci case MADERA_EQ4MIX_INPUT_4_SOURCE: 164962306a36Sopenharmony_ci case MADERA_EQ4MIX_INPUT_4_VOLUME: 165062306a36Sopenharmony_ci case MADERA_DRC1LMIX_INPUT_1_SOURCE: 165162306a36Sopenharmony_ci case MADERA_DRC1LMIX_INPUT_1_VOLUME: 165262306a36Sopenharmony_ci case MADERA_DRC1LMIX_INPUT_2_SOURCE: 165362306a36Sopenharmony_ci case MADERA_DRC1LMIX_INPUT_2_VOLUME: 165462306a36Sopenharmony_ci case MADERA_DRC1LMIX_INPUT_3_SOURCE: 165562306a36Sopenharmony_ci case MADERA_DRC1LMIX_INPUT_3_VOLUME: 165662306a36Sopenharmony_ci case MADERA_DRC1LMIX_INPUT_4_SOURCE: 165762306a36Sopenharmony_ci case MADERA_DRC1LMIX_INPUT_4_VOLUME: 165862306a36Sopenharmony_ci case MADERA_DRC1RMIX_INPUT_1_SOURCE: 165962306a36Sopenharmony_ci case MADERA_DRC1RMIX_INPUT_1_VOLUME: 166062306a36Sopenharmony_ci case MADERA_DRC1RMIX_INPUT_2_SOURCE: 166162306a36Sopenharmony_ci case MADERA_DRC1RMIX_INPUT_2_VOLUME: 166262306a36Sopenharmony_ci case MADERA_DRC1RMIX_INPUT_3_SOURCE: 166362306a36Sopenharmony_ci case MADERA_DRC1RMIX_INPUT_3_VOLUME: 166462306a36Sopenharmony_ci case MADERA_DRC1RMIX_INPUT_4_SOURCE: 166562306a36Sopenharmony_ci case MADERA_DRC1RMIX_INPUT_4_VOLUME: 166662306a36Sopenharmony_ci case MADERA_DRC2LMIX_INPUT_1_SOURCE: 166762306a36Sopenharmony_ci case MADERA_DRC2LMIX_INPUT_1_VOLUME: 166862306a36Sopenharmony_ci case MADERA_DRC2LMIX_INPUT_2_SOURCE: 166962306a36Sopenharmony_ci case MADERA_DRC2LMIX_INPUT_2_VOLUME: 167062306a36Sopenharmony_ci case MADERA_DRC2LMIX_INPUT_3_SOURCE: 167162306a36Sopenharmony_ci case MADERA_DRC2LMIX_INPUT_3_VOLUME: 167262306a36Sopenharmony_ci case MADERA_DRC2LMIX_INPUT_4_SOURCE: 167362306a36Sopenharmony_ci case MADERA_DRC2LMIX_INPUT_4_VOLUME: 167462306a36Sopenharmony_ci case MADERA_DRC2RMIX_INPUT_1_SOURCE: 167562306a36Sopenharmony_ci case MADERA_DRC2RMIX_INPUT_1_VOLUME: 167662306a36Sopenharmony_ci case MADERA_DRC2RMIX_INPUT_2_SOURCE: 167762306a36Sopenharmony_ci case MADERA_DRC2RMIX_INPUT_2_VOLUME: 167862306a36Sopenharmony_ci case MADERA_DRC2RMIX_INPUT_3_SOURCE: 167962306a36Sopenharmony_ci case MADERA_DRC2RMIX_INPUT_3_VOLUME: 168062306a36Sopenharmony_ci case MADERA_DRC2RMIX_INPUT_4_SOURCE: 168162306a36Sopenharmony_ci case MADERA_DRC2RMIX_INPUT_4_VOLUME: 168262306a36Sopenharmony_ci case MADERA_HPLP1MIX_INPUT_1_SOURCE: 168362306a36Sopenharmony_ci case MADERA_HPLP1MIX_INPUT_1_VOLUME: 168462306a36Sopenharmony_ci case MADERA_HPLP1MIX_INPUT_2_SOURCE: 168562306a36Sopenharmony_ci case MADERA_HPLP1MIX_INPUT_2_VOLUME: 168662306a36Sopenharmony_ci case MADERA_HPLP1MIX_INPUT_3_SOURCE: 168762306a36Sopenharmony_ci case MADERA_HPLP1MIX_INPUT_3_VOLUME: 168862306a36Sopenharmony_ci case MADERA_HPLP1MIX_INPUT_4_SOURCE: 168962306a36Sopenharmony_ci case MADERA_HPLP1MIX_INPUT_4_VOLUME: 169062306a36Sopenharmony_ci case MADERA_HPLP2MIX_INPUT_1_SOURCE: 169162306a36Sopenharmony_ci case MADERA_HPLP2MIX_INPUT_1_VOLUME: 169262306a36Sopenharmony_ci case MADERA_HPLP2MIX_INPUT_2_SOURCE: 169362306a36Sopenharmony_ci case MADERA_HPLP2MIX_INPUT_2_VOLUME: 169462306a36Sopenharmony_ci case MADERA_HPLP2MIX_INPUT_3_SOURCE: 169562306a36Sopenharmony_ci case MADERA_HPLP2MIX_INPUT_3_VOLUME: 169662306a36Sopenharmony_ci case MADERA_HPLP2MIX_INPUT_4_SOURCE: 169762306a36Sopenharmony_ci case MADERA_HPLP2MIX_INPUT_4_VOLUME: 169862306a36Sopenharmony_ci case MADERA_HPLP3MIX_INPUT_1_SOURCE: 169962306a36Sopenharmony_ci case MADERA_HPLP3MIX_INPUT_1_VOLUME: 170062306a36Sopenharmony_ci case MADERA_HPLP3MIX_INPUT_2_SOURCE: 170162306a36Sopenharmony_ci case MADERA_HPLP3MIX_INPUT_2_VOLUME: 170262306a36Sopenharmony_ci case MADERA_HPLP3MIX_INPUT_3_SOURCE: 170362306a36Sopenharmony_ci case MADERA_HPLP3MIX_INPUT_3_VOLUME: 170462306a36Sopenharmony_ci case MADERA_HPLP3MIX_INPUT_4_SOURCE: 170562306a36Sopenharmony_ci case MADERA_HPLP3MIX_INPUT_4_VOLUME: 170662306a36Sopenharmony_ci case MADERA_HPLP4MIX_INPUT_1_SOURCE: 170762306a36Sopenharmony_ci case MADERA_HPLP4MIX_INPUT_1_VOLUME: 170862306a36Sopenharmony_ci case MADERA_HPLP4MIX_INPUT_2_SOURCE: 170962306a36Sopenharmony_ci case MADERA_HPLP4MIX_INPUT_2_VOLUME: 171062306a36Sopenharmony_ci case MADERA_HPLP4MIX_INPUT_3_SOURCE: 171162306a36Sopenharmony_ci case MADERA_HPLP4MIX_INPUT_3_VOLUME: 171262306a36Sopenharmony_ci case MADERA_HPLP4MIX_INPUT_4_SOURCE: 171362306a36Sopenharmony_ci case MADERA_HPLP4MIX_INPUT_4_VOLUME: 171462306a36Sopenharmony_ci case MADERA_DSP1LMIX_INPUT_1_SOURCE: 171562306a36Sopenharmony_ci case MADERA_DSP1LMIX_INPUT_1_VOLUME: 171662306a36Sopenharmony_ci case MADERA_DSP1LMIX_INPUT_2_SOURCE: 171762306a36Sopenharmony_ci case MADERA_DSP1LMIX_INPUT_2_VOLUME: 171862306a36Sopenharmony_ci case MADERA_DSP1LMIX_INPUT_3_SOURCE: 171962306a36Sopenharmony_ci case MADERA_DSP1LMIX_INPUT_3_VOLUME: 172062306a36Sopenharmony_ci case MADERA_DSP1LMIX_INPUT_4_SOURCE: 172162306a36Sopenharmony_ci case MADERA_DSP1LMIX_INPUT_4_VOLUME: 172262306a36Sopenharmony_ci case MADERA_DSP1RMIX_INPUT_1_SOURCE: 172362306a36Sopenharmony_ci case MADERA_DSP1RMIX_INPUT_1_VOLUME: 172462306a36Sopenharmony_ci case MADERA_DSP1RMIX_INPUT_2_SOURCE: 172562306a36Sopenharmony_ci case MADERA_DSP1RMIX_INPUT_2_VOLUME: 172662306a36Sopenharmony_ci case MADERA_DSP1RMIX_INPUT_3_SOURCE: 172762306a36Sopenharmony_ci case MADERA_DSP1RMIX_INPUT_3_VOLUME: 172862306a36Sopenharmony_ci case MADERA_DSP1RMIX_INPUT_4_SOURCE: 172962306a36Sopenharmony_ci case MADERA_DSP1RMIX_INPUT_4_VOLUME: 173062306a36Sopenharmony_ci case MADERA_DSP1AUX1MIX_INPUT_1_SOURCE: 173162306a36Sopenharmony_ci case MADERA_DSP1AUX2MIX_INPUT_1_SOURCE: 173262306a36Sopenharmony_ci case MADERA_DSP1AUX3MIX_INPUT_1_SOURCE: 173362306a36Sopenharmony_ci case MADERA_DSP1AUX4MIX_INPUT_1_SOURCE: 173462306a36Sopenharmony_ci case MADERA_DSP1AUX5MIX_INPUT_1_SOURCE: 173562306a36Sopenharmony_ci case MADERA_DSP1AUX6MIX_INPUT_1_SOURCE: 173662306a36Sopenharmony_ci case MADERA_ASRC1_1LMIX_INPUT_1_SOURCE: 173762306a36Sopenharmony_ci case MADERA_ASRC1_1RMIX_INPUT_1_SOURCE: 173862306a36Sopenharmony_ci case MADERA_ASRC1_2LMIX_INPUT_1_SOURCE: 173962306a36Sopenharmony_ci case MADERA_ASRC1_2RMIX_INPUT_1_SOURCE: 174062306a36Sopenharmony_ci case MADERA_ISRC1DEC1MIX_INPUT_1_SOURCE: 174162306a36Sopenharmony_ci case MADERA_ISRC1DEC2MIX_INPUT_1_SOURCE: 174262306a36Sopenharmony_ci case MADERA_ISRC1INT1MIX_INPUT_1_SOURCE: 174362306a36Sopenharmony_ci case MADERA_ISRC1INT2MIX_INPUT_1_SOURCE: 174462306a36Sopenharmony_ci case MADERA_ISRC2DEC1MIX_INPUT_1_SOURCE: 174562306a36Sopenharmony_ci case MADERA_ISRC2DEC2MIX_INPUT_1_SOURCE: 174662306a36Sopenharmony_ci case MADERA_ISRC2INT1MIX_INPUT_1_SOURCE: 174762306a36Sopenharmony_ci case MADERA_ISRC2INT2MIX_INPUT_1_SOURCE: 174862306a36Sopenharmony_ci case MADERA_DFC1MIX_INPUT_1_SOURCE: 174962306a36Sopenharmony_ci case MADERA_DFC2MIX_INPUT_1_SOURCE: 175062306a36Sopenharmony_ci case MADERA_DFC3MIX_INPUT_1_SOURCE: 175162306a36Sopenharmony_ci case MADERA_DFC4MIX_INPUT_1_SOURCE: 175262306a36Sopenharmony_ci case MADERA_DFC5MIX_INPUT_1_SOURCE: 175362306a36Sopenharmony_ci case MADERA_DFC6MIX_INPUT_1_SOURCE: 175462306a36Sopenharmony_ci case MADERA_DFC7MIX_INPUT_1_SOURCE: 175562306a36Sopenharmony_ci case MADERA_DFC8MIX_INPUT_1_SOURCE: 175662306a36Sopenharmony_ci case MADERA_FX_CTRL1 ... MADERA_FX_CTRL2: 175762306a36Sopenharmony_ci case MADERA_EQ1_1 ... MADERA_EQ1_21: 175862306a36Sopenharmony_ci case MADERA_EQ2_1 ... MADERA_EQ2_21: 175962306a36Sopenharmony_ci case MADERA_EQ3_1 ... MADERA_EQ3_21: 176062306a36Sopenharmony_ci case MADERA_EQ4_1 ... MADERA_EQ4_21: 176162306a36Sopenharmony_ci case MADERA_DRC1_CTRL1 ... MADERA_DRC1_CTRL5: 176262306a36Sopenharmony_ci case MADERA_DRC2_CTRL1 ... MADERA_DRC2_CTRL5: 176362306a36Sopenharmony_ci case MADERA_HPLPF1_1 ... MADERA_HPLPF1_2: 176462306a36Sopenharmony_ci case MADERA_HPLPF2_1 ... MADERA_HPLPF2_2: 176562306a36Sopenharmony_ci case MADERA_HPLPF3_1 ... MADERA_HPLPF3_2: 176662306a36Sopenharmony_ci case MADERA_HPLPF4_1 ... MADERA_HPLPF4_2: 176762306a36Sopenharmony_ci case MADERA_ASRC1_ENABLE: 176862306a36Sopenharmony_ci case MADERA_ASRC1_STATUS: 176962306a36Sopenharmony_ci case MADERA_ASRC1_RATE1 ... MADERA_ASRC1_RATE2: 177062306a36Sopenharmony_ci case MADERA_ISRC_1_CTRL_1 ... MADERA_ISRC_1_CTRL_3: 177162306a36Sopenharmony_ci case MADERA_ISRC_2_CTRL_1 ... MADERA_ISRC_2_CTRL_3: 177262306a36Sopenharmony_ci case MADERA_AUXPDM1_CTRL_0 ... MADERA_AUXPDM1_CTRL_1: 177362306a36Sopenharmony_ci case MADERA_DFC1_CTRL: 177462306a36Sopenharmony_ci case MADERA_DFC1_RX: 177562306a36Sopenharmony_ci case MADERA_DFC1_TX: 177662306a36Sopenharmony_ci case MADERA_DFC2_CTRL: 177762306a36Sopenharmony_ci case MADERA_DFC2_RX: 177862306a36Sopenharmony_ci case MADERA_DFC2_TX: 177962306a36Sopenharmony_ci case MADERA_DFC3_CTRL: 178062306a36Sopenharmony_ci case MADERA_DFC3_RX: 178162306a36Sopenharmony_ci case MADERA_DFC3_TX: 178262306a36Sopenharmony_ci case MADERA_DFC4_CTRL: 178362306a36Sopenharmony_ci case MADERA_DFC4_RX: 178462306a36Sopenharmony_ci case MADERA_DFC4_TX: 178562306a36Sopenharmony_ci case MADERA_DFC5_CTRL: 178662306a36Sopenharmony_ci case MADERA_DFC5_RX: 178762306a36Sopenharmony_ci case MADERA_DFC5_TX: 178862306a36Sopenharmony_ci case MADERA_DFC6_CTRL: 178962306a36Sopenharmony_ci case MADERA_DFC6_RX: 179062306a36Sopenharmony_ci case MADERA_DFC6_TX: 179162306a36Sopenharmony_ci case MADERA_DFC7_CTRL: 179262306a36Sopenharmony_ci case MADERA_DFC7_RX: 179362306a36Sopenharmony_ci case MADERA_DFC7_TX: 179462306a36Sopenharmony_ci case MADERA_DFC8_CTRL: 179562306a36Sopenharmony_ci case MADERA_DFC8_RX: 179662306a36Sopenharmony_ci case MADERA_DFC8_TX: 179762306a36Sopenharmony_ci case MADERA_DFC_STATUS: 179862306a36Sopenharmony_ci case MADERA_GPIO1_CTRL_1 ... MADERA_GPIO16_CTRL_2: 179962306a36Sopenharmony_ci case MADERA_IRQ1_STATUS_1 ... MADERA_IRQ1_STATUS_33: 180062306a36Sopenharmony_ci case MADERA_IRQ1_MASK_1 ... MADERA_IRQ1_MASK_33: 180162306a36Sopenharmony_ci case MADERA_IRQ1_RAW_STATUS_1 ... MADERA_IRQ1_RAW_STATUS_33: 180262306a36Sopenharmony_ci case MADERA_INTERRUPT_DEBOUNCE_7: 180362306a36Sopenharmony_ci case MADERA_IRQ1_CTRL: 180462306a36Sopenharmony_ci return true; 180562306a36Sopenharmony_ci default: 180662306a36Sopenharmony_ci return false; 180762306a36Sopenharmony_ci } 180862306a36Sopenharmony_ci} 180962306a36Sopenharmony_ci 181062306a36Sopenharmony_cistatic bool cs47l92_16bit_volatile_register(struct device *dev, 181162306a36Sopenharmony_ci unsigned int reg) 181262306a36Sopenharmony_ci{ 181362306a36Sopenharmony_ci switch (reg) { 181462306a36Sopenharmony_ci case MADERA_SOFTWARE_RESET: 181562306a36Sopenharmony_ci case MADERA_HARDWARE_REVISION: 181662306a36Sopenharmony_ci case MADERA_WRITE_SEQUENCER_CTRL_0 ... MADERA_WRITE_SEQUENCER_CTRL_2: 181762306a36Sopenharmony_ci case MADERA_HAPTICS_STATUS: 181862306a36Sopenharmony_ci case MADERA_SAMPLE_RATE_1_STATUS: 181962306a36Sopenharmony_ci case MADERA_SAMPLE_RATE_2_STATUS: 182062306a36Sopenharmony_ci case MADERA_SAMPLE_RATE_3_STATUS: 182162306a36Sopenharmony_ci case MADERA_ASYNC_SAMPLE_RATE_1_STATUS: 182262306a36Sopenharmony_ci case MADERA_ASYNC_SAMPLE_RATE_2_STATUS: 182362306a36Sopenharmony_ci case MADERA_HP_CTRL_1L: 182462306a36Sopenharmony_ci case MADERA_HP_CTRL_1R: 182562306a36Sopenharmony_ci case MADERA_HP_CTRL_2L: 182662306a36Sopenharmony_ci case MADERA_HP_CTRL_2R: 182762306a36Sopenharmony_ci case MADERA_HP_CTRL_3L: 182862306a36Sopenharmony_ci case MADERA_HP_CTRL_3R: 182962306a36Sopenharmony_ci case MADERA_MIC_DETECT_1_CONTROL_3: 183062306a36Sopenharmony_ci case MADERA_MIC_DETECT_1_CONTROL_4: 183162306a36Sopenharmony_ci case MADERA_MIC_DETECT_2_CONTROL_3: 183262306a36Sopenharmony_ci case MADERA_MIC_DETECT_2_CONTROL_4: 183362306a36Sopenharmony_ci case MADERA_HEADPHONE_DETECT_2: 183462306a36Sopenharmony_ci case MADERA_HEADPHONE_DETECT_3: 183562306a36Sopenharmony_ci case MADERA_HEADPHONE_DETECT_5: 183662306a36Sopenharmony_ci case MADERA_INPUT_ENABLES_STATUS: 183762306a36Sopenharmony_ci case MADERA_OUTPUT_STATUS_1: 183862306a36Sopenharmony_ci case MADERA_RAW_OUTPUT_STATUS_1: 183962306a36Sopenharmony_ci case MADERA_SPD1_TX_CHANNEL_STATUS_1: 184062306a36Sopenharmony_ci case MADERA_SPD1_TX_CHANNEL_STATUS_2: 184162306a36Sopenharmony_ci case MADERA_SPD1_TX_CHANNEL_STATUS_3: 184262306a36Sopenharmony_ci case MADERA_SLIMBUS_RX_PORT_STATUS: 184362306a36Sopenharmony_ci case MADERA_SLIMBUS_TX_PORT_STATUS: 184462306a36Sopenharmony_ci case MADERA_FX_CTRL2: 184562306a36Sopenharmony_ci case MADERA_ASRC1_STATUS: 184662306a36Sopenharmony_ci case MADERA_DFC_STATUS: 184762306a36Sopenharmony_ci case MADERA_IRQ1_STATUS_1 ... MADERA_IRQ1_STATUS_33: 184862306a36Sopenharmony_ci case MADERA_IRQ1_RAW_STATUS_1 ... MADERA_IRQ1_RAW_STATUS_33: 184962306a36Sopenharmony_ci return true; 185062306a36Sopenharmony_ci default: 185162306a36Sopenharmony_ci return false; 185262306a36Sopenharmony_ci } 185362306a36Sopenharmony_ci} 185462306a36Sopenharmony_ci 185562306a36Sopenharmony_cistatic bool cs47l92_32bit_readable_register(struct device *dev, 185662306a36Sopenharmony_ci unsigned int reg) 185762306a36Sopenharmony_ci{ 185862306a36Sopenharmony_ci switch (reg) { 185962306a36Sopenharmony_ci case MADERA_WSEQ_SEQUENCE_1 ... MADERA_WSEQ_SEQUENCE_508: 186062306a36Sopenharmony_ci case MADERA_OTP_HPDET_CAL_1 ... MADERA_OTP_HPDET_CAL_2: 186162306a36Sopenharmony_ci case MADERA_DSP1_CONFIG_1 ... MADERA_DSP1_PMEM_ERR_ADDR___XMEM_ERR_ADDR: 186262306a36Sopenharmony_ci return true; 186362306a36Sopenharmony_ci default: 186462306a36Sopenharmony_ci return cs47l92_is_adsp_memory(reg); 186562306a36Sopenharmony_ci } 186662306a36Sopenharmony_ci} 186762306a36Sopenharmony_ci 186862306a36Sopenharmony_cistatic bool cs47l92_32bit_volatile_register(struct device *dev, 186962306a36Sopenharmony_ci unsigned int reg) 187062306a36Sopenharmony_ci{ 187162306a36Sopenharmony_ci switch (reg) { 187262306a36Sopenharmony_ci case MADERA_WSEQ_SEQUENCE_1 ... MADERA_WSEQ_SEQUENCE_508: 187362306a36Sopenharmony_ci case MADERA_OTP_HPDET_CAL_1 ... MADERA_OTP_HPDET_CAL_2: 187462306a36Sopenharmony_ci case MADERA_DSP1_CONFIG_1 ... MADERA_DSP1_PMEM_ERR_ADDR___XMEM_ERR_ADDR: 187562306a36Sopenharmony_ci return true; 187662306a36Sopenharmony_ci default: 187762306a36Sopenharmony_ci return cs47l92_is_adsp_memory(reg); 187862306a36Sopenharmony_ci } 187962306a36Sopenharmony_ci} 188062306a36Sopenharmony_ci 188162306a36Sopenharmony_ciconst struct regmap_config cs47l92_16bit_spi_regmap = { 188262306a36Sopenharmony_ci .name = "cs47l92_16bit", 188362306a36Sopenharmony_ci .reg_bits = 32, 188462306a36Sopenharmony_ci .pad_bits = 16, 188562306a36Sopenharmony_ci .val_bits = 16, 188662306a36Sopenharmony_ci .reg_format_endian = REGMAP_ENDIAN_BIG, 188762306a36Sopenharmony_ci .val_format_endian = REGMAP_ENDIAN_BIG, 188862306a36Sopenharmony_ci 188962306a36Sopenharmony_ci .max_register = MADERA_INTERRUPT_RAW_STATUS_1, 189062306a36Sopenharmony_ci .readable_reg = &cs47l92_16bit_readable_register, 189162306a36Sopenharmony_ci .volatile_reg = &cs47l92_16bit_volatile_register, 189262306a36Sopenharmony_ci 189362306a36Sopenharmony_ci .cache_type = REGCACHE_MAPLE, 189462306a36Sopenharmony_ci .reg_defaults = cs47l92_reg_default, 189562306a36Sopenharmony_ci .num_reg_defaults = ARRAY_SIZE(cs47l92_reg_default), 189662306a36Sopenharmony_ci}; 189762306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(cs47l92_16bit_spi_regmap); 189862306a36Sopenharmony_ci 189962306a36Sopenharmony_ciconst struct regmap_config cs47l92_16bit_i2c_regmap = { 190062306a36Sopenharmony_ci .name = "cs47l92_16bit", 190162306a36Sopenharmony_ci .reg_bits = 32, 190262306a36Sopenharmony_ci .val_bits = 16, 190362306a36Sopenharmony_ci .reg_format_endian = REGMAP_ENDIAN_BIG, 190462306a36Sopenharmony_ci .val_format_endian = REGMAP_ENDIAN_BIG, 190562306a36Sopenharmony_ci 190662306a36Sopenharmony_ci .max_register = MADERA_INTERRUPT_RAW_STATUS_1, 190762306a36Sopenharmony_ci .readable_reg = &cs47l92_16bit_readable_register, 190862306a36Sopenharmony_ci .volatile_reg = &cs47l92_16bit_volatile_register, 190962306a36Sopenharmony_ci 191062306a36Sopenharmony_ci .cache_type = REGCACHE_MAPLE, 191162306a36Sopenharmony_ci .reg_defaults = cs47l92_reg_default, 191262306a36Sopenharmony_ci .num_reg_defaults = ARRAY_SIZE(cs47l92_reg_default), 191362306a36Sopenharmony_ci}; 191462306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(cs47l92_16bit_i2c_regmap); 191562306a36Sopenharmony_ci 191662306a36Sopenharmony_ciconst struct regmap_config cs47l92_32bit_spi_regmap = { 191762306a36Sopenharmony_ci .name = "cs47l92_32bit", 191862306a36Sopenharmony_ci .reg_bits = 32, 191962306a36Sopenharmony_ci .reg_stride = 2, 192062306a36Sopenharmony_ci .pad_bits = 16, 192162306a36Sopenharmony_ci .val_bits = 32, 192262306a36Sopenharmony_ci .reg_format_endian = REGMAP_ENDIAN_BIG, 192362306a36Sopenharmony_ci .val_format_endian = REGMAP_ENDIAN_BIG, 192462306a36Sopenharmony_ci 192562306a36Sopenharmony_ci .max_register = MADERA_DSP1_PMEM_ERR_ADDR___XMEM_ERR_ADDR, 192662306a36Sopenharmony_ci .readable_reg = &cs47l92_32bit_readable_register, 192762306a36Sopenharmony_ci .volatile_reg = &cs47l92_32bit_volatile_register, 192862306a36Sopenharmony_ci 192962306a36Sopenharmony_ci .cache_type = REGCACHE_MAPLE, 193062306a36Sopenharmony_ci}; 193162306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(cs47l92_32bit_spi_regmap); 193262306a36Sopenharmony_ci 193362306a36Sopenharmony_ciconst struct regmap_config cs47l92_32bit_i2c_regmap = { 193462306a36Sopenharmony_ci .name = "cs47l92_32bit", 193562306a36Sopenharmony_ci .reg_bits = 32, 193662306a36Sopenharmony_ci .reg_stride = 2, 193762306a36Sopenharmony_ci .val_bits = 32, 193862306a36Sopenharmony_ci .reg_format_endian = REGMAP_ENDIAN_BIG, 193962306a36Sopenharmony_ci .val_format_endian = REGMAP_ENDIAN_BIG, 194062306a36Sopenharmony_ci 194162306a36Sopenharmony_ci .max_register = MADERA_DSP1_PMEM_ERR_ADDR___XMEM_ERR_ADDR, 194262306a36Sopenharmony_ci .readable_reg = &cs47l92_32bit_readable_register, 194362306a36Sopenharmony_ci .volatile_reg = &cs47l92_32bit_volatile_register, 194462306a36Sopenharmony_ci 194562306a36Sopenharmony_ci .cache_type = REGCACHE_MAPLE, 194662306a36Sopenharmony_ci}; 194762306a36Sopenharmony_ciEXPORT_SYMBOL_GPL(cs47l92_32bit_i2c_regmap); 1948