Skip to content

Commit

Permalink
ASoC: rt5682s: Remove the volatile SW reset register from reg_default
Browse files Browse the repository at this point in the history
This reg is for SW reset.
It shouldn't have default value, so remove.

Signed-off-by: Derek Fang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
oortcomet authored and broonie committed Sep 30, 2021
1 parent 2831b71 commit 67e068e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/codecs/rt5682s.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ static void rt5682s_apply_patch_list(struct rt5682s_priv *rt5682s,
}

const struct reg_default rt5682s_reg[] = {
{0x0000, 0x0001},
{0x0002, 0x8080},
{0x0003, 0x0001},
{0x0005, 0x0000},
Expand Down

0 comments on commit 67e068e

Please sign in to comment.