ASoC: rt1320: update VC blind write settings

This patch updates blind write settings for VC version.

Signed-off-by: Shuming Fan <shumingf@realtek.com>
Link: https://patch.msgid.link/20251216090601.3955252-1-shumingf@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by Shuming Fan and committed by Mark Brown d05d125f 08fd332e

+7 -9
+7 -9
sound/soc/codecs/rt1320-sdw.c
··· 115 115 static const struct reg_sequence rt1320_vc_blind_write[] = { 116 116 { 0xc003, 0xe0 }, 117 117 { 0xe80a, 0x01 }, 118 - { 0xc5c3, 0xf3 }, 118 + { 0xc5c3, 0xf2 }, 119 + { 0xc5c8, 0x03 }, 119 120 { 0xc057, 0x51 }, 120 121 { 0xc054, 0x35 }, 121 122 { 0xca05, 0xd6 }, ··· 127 126 { 0xc609, 0x40 }, 128 127 { 0xc046, 0xff }, 129 128 { 0xc045, 0xff }, 130 - { 0xda81, 0x14 }, 131 - { 0xda8d, 0x14 }, 132 129 { 0xc044, 0xff }, 133 130 { 0xc043, 0xff }, 134 131 { 0xc042, 0xff }, ··· 135 136 { 0xcc10, 0x01 }, 136 137 { 0xc700, 0xf0 }, 137 138 { 0xc701, 0x13 }, 138 - { 0xc901, 0x09 }, 139 - { 0xc900, 0xd0 }, 139 + { 0xc901, 0x04 }, 140 + { 0xc900, 0x73 }, 140 141 { 0xde03, 0x05 }, 141 142 { 0xdd0b, 0x0d }, 142 143 { 0xdd0a, 0xff }, ··· 152 153 { 0xf082, 0xff }, 153 154 { 0xf081, 0xff }, 154 155 { 0xf080, 0xff }, 156 + { 0xe801, 0x01 }, 155 157 { 0xe802, 0xf8 }, 156 158 { 0xe803, 0xbe }, 157 159 { 0xc003, 0xc0 }, ··· 202 202 { 0x3fc2bfc3, 0x00 }, 203 203 { 0x3fc2bfc2, 0x00 }, 204 204 { 0x3fc2bfc1, 0x00 }, 205 - { 0x3fc2bfc0, 0x03 }, 205 + { 0x3fc2bfc0, 0x07 }, 206 206 { 0x0000d486, 0x43 }, 207 207 { SDW_SDCA_CTL(FUNC_NUM_AMP, RT1320_SDCA_ENT_PDE23, RT1320_SDCA_CTL_REQ_POWER_STATE, 0), 0x00 }, 208 208 { 0x1000db00, 0x07 }, ··· 241 241 { 0x1000db21, 0x00 }, 242 242 { 0x1000db22, 0x00 }, 243 243 { 0x1000db23, 0x00 }, 244 - { 0x0000d540, 0x01 }, 245 - { 0x0000c081, 0xfc }, 246 - { 0x0000f01e, 0x80 }, 244 + { 0x0000d540, 0x21 }, 247 245 { 0xc01b, 0xfc }, 248 246 { 0xc5d1, 0x89 }, 249 247 { 0xc5d8, 0x0a },