Skip to content
Snippets Groups Projects
Commit ea968da7 authored by Bard Liao's avatar Bard Liao Committed by Mark Brown
Browse files

ASoC: rt5616: fix 0x91 default value


The default value of register 0x91 is 0x0c00 instead of 0x0000.

Signed-off-by: default avatarBard Liao <bardliao@realtek.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 2bd6bf03
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ static const struct reg_default rt5616_reg[] = {
{ 0x8e, 0x0004 },
{ 0x8f, 0x1100 },
{ 0x90, 0x0000 },
{ 0x91, 0x0000 },
{ 0x91, 0x0c00 },
{ 0x92, 0x0000 },
{ 0x93, 0x2000 },
{ 0x94, 0x0200 },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment