Skip to content

Commit ea968da

Browse files
Bard Liaobroonie
authored andcommitted
ASoC: rt5616: fix 0x91 default value
The default value of register 0x91 is 0x0c00 instead of 0x0000. Signed-off-by: Bard Liao <bardliao@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 2bd6bf0 commit ea968da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/rt5616.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ static const struct reg_default rt5616_reg[] = {
9898
{ 0x8e, 0x0004 },
9999
{ 0x8f, 0x1100 },
100100
{ 0x90, 0x0000 },
101-
{ 0x91, 0x0000 },
101+
{ 0x91, 0x0c00 },
102102
{ 0x92, 0x0000 },
103103
{ 0x93, 0x2000 },
104104
{ 0x94, 0x0200 },

0 commit comments

Comments
 (0)