mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
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>
This commit is contained in:
parent
2bd6bf03f4
commit
ea968da7d4
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue