162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci/* Fixes for Lenovo Ideapad S740, to be included from codec driver */ 362306a36Sopenharmony_ci 462306a36Sopenharmony_cistatic const struct hda_verb alc285_ideapad_s740_coefs[] = { 562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x10 }, 662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0320 }, 762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x24 }, 862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0041 }, 962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x24 }, 1062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0041 }, 1162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 1262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 1362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 1462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 1562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 1662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 1762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 1862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 1962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 2062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 2162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 2262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 2362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 2462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 2562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 2662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x007f }, 2762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 2862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 2962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 3062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 3162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x007f }, 3262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 3362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 3462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 3562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 3662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 3762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 3862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0001 }, 3962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 4062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0001 }, 4162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 4262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 4362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0001 }, 4462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 4562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0001 }, 4662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 4762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 4862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 4962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 5062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x003c }, 5162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 5262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0011 }, 5362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 5462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 5562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x003c }, 5662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 5762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0011 }, 5862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 5962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 6062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 6162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 6262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x000c }, 6362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 6462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x001a }, 6562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 6662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 6762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x000c }, 6862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 6962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x001a }, 7062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 7162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 7262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 7362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 7462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x000f }, 7562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 7662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0042 }, 7762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 7862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 7962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x000f }, 8062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 8162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0042 }, 8262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 8362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 8462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 8562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 8662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0010 }, 8762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 8862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0040 }, 8962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 9062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 9162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0010 }, 9262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 9362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0040 }, 9462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 9562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 9662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 9762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 9862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0003 }, 9962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 10062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0009 }, 10162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 10262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 10362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0003 }, 10462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 10562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0009 }, 10662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 10762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 10862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 10962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 11062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x001c }, 11162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 11262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x004c }, 11362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 11462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 11562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x001c }, 11662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 11762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x004c }, 11862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 11962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 12062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 12162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 12262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x001d }, 12362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 12462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x004e }, 12562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 12662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 12762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x001d }, 12862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 12962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x004e }, 13062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 13162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 13262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 13362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 13462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x001b }, 13562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 13662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0001 }, 13762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 13862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 13962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x001b }, 14062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 14162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0001 }, 14262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 14362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 14462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 14562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 14662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0019 }, 14762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 14862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0025 }, 14962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 15062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 15162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0019 }, 15262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 15362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0025 }, 15462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 15562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 15662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 15762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 15862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0018 }, 15962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 16062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0037 }, 16162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 16262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 16362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0018 }, 16462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 16562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0037 }, 16662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 16762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 16862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 16962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 17062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x001a }, 17162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 17262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0040 }, 17362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 17462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 17562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x001a }, 17662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 17762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0040 }, 17862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 17962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 18062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 18162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 18262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0016 }, 18362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 18462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0076 }, 18562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 18662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 18762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0016 }, 18862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 18962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0076 }, 19062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 19162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 19262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 19362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 19462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0017 }, 19562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 19662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0010 }, 19762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 19862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 19962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0017 }, 20062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 20162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0010 }, 20262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 20362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 20462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 20562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 20662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0015 }, 20762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 20862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0015 }, 20962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 21062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 21162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0015 }, 21262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 21362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0015 }, 21462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 21562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 21662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 21762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 21862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0007 }, 21962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 22062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0086 }, 22162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 22262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 22362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0007 }, 22462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 22562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0086 }, 22662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 22762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 22862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 22962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 23062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0002 }, 23162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 23262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0001 }, 23362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 23462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 23562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0002 }, 23662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 23762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0001 }, 23862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 23962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 24062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 24162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 24262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0002 }, 24362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 24462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 24562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 24662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 24762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0002 }, 24862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 24962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 25062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 25162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x24 }, 25262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0042 }, 25362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x24 }, 25462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0042 }, 25562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 25662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 25762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 25862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 25962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 26062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 26162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 26262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 26362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 26462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 26562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 26662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 26762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 26862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 26962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 27062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x007f }, 27162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 27262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 27362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 27462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 27562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x007f }, 27662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 27762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 27862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 27962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 28062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 28162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 28262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0001 }, 28362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 28462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0001 }, 28562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 28662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 28762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0001 }, 28862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 28962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0001 }, 29062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 29162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 29262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 29362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 29462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x003c }, 29562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 29662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0011 }, 29762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 29862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 29962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x003c }, 30062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 30162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0011 }, 30262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 30362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 30462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 30562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 30662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x000c }, 30762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 30862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x002a }, 30962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 31062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 31162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x000c }, 31262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 31362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x002a }, 31462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 31562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 31662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 31762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 31862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x000f }, 31962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 32062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0046 }, 32162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 32262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 32362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x000f }, 32462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 32562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0046 }, 32662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 32762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 32862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 32962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 33062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0010 }, 33162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 33262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0044 }, 33362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 33462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 33562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0010 }, 33662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 33762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0044 }, 33862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 33962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 34062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 34162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 34262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0003 }, 34362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 34462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0009 }, 34562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 34662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 34762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0003 }, 34862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 34962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0009 }, 35062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 35162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 35262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 35362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 35462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x001c }, 35562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 35662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x004c }, 35762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 35862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 35962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x001c }, 36062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 36162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x004c }, 36262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 36362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 36462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 36562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 36662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 36762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 36862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x001b }, 36962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 37062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0001 }, 37162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 37262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 37362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x001b }, 37462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 37562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0001 }, 37662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 37762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 37862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 37962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 38062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0019 }, 38162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 38262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0025 }, 38362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 38462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 38562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0019 }, 38662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 38762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0025 }, 38862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 38962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 39062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 39162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 39262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0018 }, 39362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 39462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0037 }, 39562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 39662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 39762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0018 }, 39862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 39962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0037 }, 40062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 40162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 40262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 40362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 40462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x001a }, 40562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 40662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0040 }, 40762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 40862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 40962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x001a }, 41062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 41162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0040 }, 41262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 41362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 41462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 41562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 41662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0016 }, 41762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 41862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0076 }, 41962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 42062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 42162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0016 }, 42262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 42362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0076 }, 42462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 42562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 42662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 42762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 42862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0017 }, 42962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 43062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0010 }, 43162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 43262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 43362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0017 }, 43462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 43562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0010 }, 43662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 43762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 43862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 43962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 44062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0015 }, 44162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 44262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0015 }, 44362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 44462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 44562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0015 }, 44662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 44762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0015 }, 44862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 44962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 45062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 45162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 45262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0007 }, 45362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 45462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0086 }, 45562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 45662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 45762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0007 }, 45862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 45962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0086 }, 46062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 46162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 46262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 46362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 46462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0002 }, 46562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 46662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0001 }, 46762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 46862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 46962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0002 }, 47062306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 47162306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0001 }, 47262306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 47362306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 47462306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 47562306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 47662306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0002 }, 47762306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 47862306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 47962306a36Sopenharmony_ci{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 48062306a36Sopenharmony_ci{} 48162306a36Sopenharmony_ci}; 48262306a36Sopenharmony_ci 48362306a36Sopenharmony_cistatic void alc285_fixup_ideapad_s740_coef(struct hda_codec *codec, 48462306a36Sopenharmony_ci const struct hda_fixup *fix, 48562306a36Sopenharmony_ci int action) 48662306a36Sopenharmony_ci{ 48762306a36Sopenharmony_ci switch (action) { 48862306a36Sopenharmony_ci case HDA_FIXUP_ACT_PRE_PROBE: 48962306a36Sopenharmony_ci snd_hda_add_verbs(codec, alc285_ideapad_s740_coefs); 49062306a36Sopenharmony_ci break; 49162306a36Sopenharmony_ci } 49262306a36Sopenharmony_ci} 493