Skip to content

Commit f48d7a1

Browse files
shumingfanbroonie
authored andcommitted
ASoC: rt1320: fix random cycle mute issue
This patch fixed the random cycle mute issue that occurs during long-time playback. Signed-off-by: Shuming Fan <shumingf@realtek.com> Link: https://patch.msgid.link/20250807092432.997989-1-shumingf@realtek.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 633e391 commit f48d7a1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sound/soc/codecs/rt1320-sdw.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ static const struct reg_sequence rt1320_blind_write[] = {
109109
{ 0x0000d540, 0x01 },
110110
{ 0xd172, 0x2a },
111111
{ 0xc5d6, 0x01 },
112+
{ 0xd478, 0xff },
112113
};
113114

114115
static const struct reg_sequence rt1320_vc_blind_write[] = {
@@ -159,7 +160,7 @@ static const struct reg_sequence rt1320_vc_blind_write[] = {
159160
{ 0xd471, 0x3a },
160161
{ 0xd474, 0x11 },
161162
{ 0xd475, 0x32 },
162-
{ 0xd478, 0x64 },
163+
{ 0xd478, 0xff },
163164
{ 0xd479, 0x20 },
164165
{ 0xd47a, 0x10 },
165166
{ 0xd47c, 0xff },

0 commit comments

Comments
 (0)