All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ASoC: rt5682s: Remove the volatile SW reset register from reg_default
@ 2021-09-30 10:29 derek.fang
  2021-09-30 10:29 ` [PATCH 2/3] ASoC: rt5682s: Use dev_dbg instead of pr_debug derek.fang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: derek.fang @ 2021-09-30 10:29 UTC (permalink / raw)
  To: broonie, lgirdwood
  Cc: oder_chiou, jack.yu, alsa-devel, lars, Derek Fang, shumingf, flove

From: Derek Fang <derek.fang@realtek.com>

This reg is for SW reset.
It shouldn't have default value, so remove.

Signed-off-by: Derek Fang <derek.fang@realtek.com>
---
 sound/soc/codecs/rt5682s.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/codecs/rt5682s.c b/sound/soc/codecs/rt5682s.c
index d3e965b2e707..2b229c074a31 100644
--- a/sound/soc/codecs/rt5682s.c
+++ b/sound/soc/codecs/rt5682s.c
@@ -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},
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-30 15:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-30 10:29 [PATCH 1/3] ASoC: rt5682s: Remove the volatile SW reset register from reg_default derek.fang
2021-09-30 10:29 ` [PATCH 2/3] ASoC: rt5682s: Use dev_dbg instead of pr_debug derek.fang
2021-09-30 10:29 ` [PATCH 3/3] ASoC: rt5682s: Revise the macro RT5682S_PLLB_SRC_MASK derek.fang
2021-09-30 14:58 ` [PATCH 1/3] ASoC: rt5682s: Remove the volatile SW reset register from reg_default Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.