Skip to content

Commit 6e1e735

Browse files
shumingfanbroonie
authored andcommitted
ASoC: rt1320: fix intermittent no-sound issue
This patch adds a setting to resolve the intermittent no-sound issue. Signed-off-by: Shuming Fan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 284e70a commit 6e1e735

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sound/soc/codecs/rt1320-sdw.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ static const struct reg_sequence rt1320_vc_blind_write[] = {
203203
{ 0x3fc2bfc2, 0x00 },
204204
{ 0x3fc2bfc1, 0x00 },
205205
{ 0x3fc2bfc0, 0x07 },
206+
{ 0x1000cc46, 0x00 },
206207
{ 0x0000d486, 0x43 },
207208
{ SDW_SDCA_CTL(FUNC_NUM_AMP, RT1320_SDCA_ENT_PDE23, RT1320_SDCA_CTL_REQ_POWER_STATE, 0), 0x00 },
208209
{ 0x1000db00, 0x07 },
@@ -354,6 +355,7 @@ static const struct reg_sequence rt1321_blind_write[] = {
354355
{ 0x0000d73d, 0xd7 },
355356
{ 0x0000d73e, 0x00 },
356357
{ 0x0000d73f, 0x10 },
358+
{ 0x1000cd56, 0x00 },
357359
{ 0x3fc2dfc3, 0x00 },
358360
{ 0x3fc2dfc2, 0x00 },
359361
{ 0x3fc2dfc1, 0x00 },

0 commit comments

Comments
 (0)