* [PATCH] ASoC: rt1320-sdw: remove brown out settings in blind_write
@ 2026-03-31 2:43 jack.yu
2026-03-31 6:13 ` Shuming [范書銘]
0 siblings, 1 reply; 3+ messages in thread
From: jack.yu @ 2026-03-31 2:43 UTC (permalink / raw)
To: broonie, lgirdwood
Cc: alsa-devel, lars, flove, oder_chiou, shumingf, derek.fang,
Jack Yu
From: Jack Yu <jack.yu@realtek.com>
Remove brown out settings as these settings are for customized cases,
not for general cases.
Signed-off-by: Jack Yu <jack.yu@realtek.com>
---
sound/soc/codecs/rt1320-sdw.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/sound/soc/codecs/rt1320-sdw.c b/sound/soc/codecs/rt1320-sdw.c
index 8bb7e8497c72..35797a13cc7e 100644
--- a/sound/soc/codecs/rt1320-sdw.c
+++ b/sound/soc/codecs/rt1320-sdw.c
@@ -169,12 +169,6 @@ static const struct reg_sequence rt1320_vc_blind_write[] = {
{ 0xd487, 0x3b },
{ 0xd486, 0xc3 },
{ 0xc598, 0x04 },
- { 0xdb03, 0xf0 },
- { 0xdb09, 0x00 },
- { 0xdb08, 0x7a },
- { 0xdb19, 0x02 },
- { 0xdb07, 0x5a },
- { 0xdb05, 0x45 },
{ 0xd500, 0x00 },
{ 0xd500, 0x17 },
{ 0xd600, 0x01 },
--
2.53.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [PATCH] ASoC: rt1320-sdw: remove brown out settings in blind_write
2026-03-31 2:43 [PATCH] ASoC: rt1320-sdw: remove brown out settings in blind_write jack.yu
@ 2026-03-31 6:13 ` Shuming [范書銘]
2026-04-01 8:34 ` Jack Yu
0 siblings, 1 reply; 3+ messages in thread
From: Shuming [范書銘] @ 2026-03-31 6:13 UTC (permalink / raw)
To: Jack Yu, broonie@kernel.org, lgirdwood@gmail.com
Cc: alsa-devel@alsa-project.org, lars@metafoo.de, Flove(HsinFu),
Oder Chiou, Derek [方德義], Jack Yu
> Remove brown out settings as these settings are for customized cases, not for
> general cases.
>
> Signed-off-by: Jack Yu <jack.yu@realtek.com>
> ---
> sound/soc/codecs/rt1320-sdw.c | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/sound/soc/codecs/rt1320-sdw.c b/sound/soc/codecs/rt1320-sdw.c
> index 8bb7e8497c72..35797a13cc7e 100644
> --- a/sound/soc/codecs/rt1320-sdw.c
> +++ b/sound/soc/codecs/rt1320-sdw.c
> @@ -169,12 +169,6 @@ static const struct reg_sequence
> rt1320_vc_blind_write[] = {
> { 0xd487, 0x3b },
> { 0xd486, 0xc3 },
> { 0xc598, 0x04 },
> - { 0xdb03, 0xf0 },
> - { 0xdb09, 0x00 },
> - { 0xdb08, 0x7a },
> - { 0xdb19, 0x02 },
> - { 0xdb07, 0x5a },
> - { 0xdb05, 0x45 },
> { 0xd500, 0x00 },
> { 0xd500, 0x17 },
> { 0xd600, 0x01 },
Please hold off on merging this patch, as we need to discuss it internally.
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH] ASoC: rt1320-sdw: remove brown out settings in blind_write
2026-03-31 6:13 ` Shuming [范書銘]
@ 2026-04-01 8:34 ` Jack Yu
0 siblings, 0 replies; 3+ messages in thread
From: Jack Yu @ 2026-04-01 8:34 UTC (permalink / raw)
To: Shuming [范書銘], broonie@kernel.org,
lgirdwood@gmail.com
Cc: alsa-devel@alsa-project.org, lars@metafoo.de, Flove(HsinFu),
Oder Chiou, Derek [方德義]
Hi Mark,
Please drop this patch, I'll send an update patch later.
Thanks.
> -----Original Message-----
> From: Shuming [范書銘] <shumingf@realtek.com>
> Sent: Tuesday, March 31, 2026 2:13 PM
> To: Jack Yu <jack.yu@realtek.com>; broonie@kernel.org;
> lgirdwood@gmail.com
> Cc: alsa-devel@alsa-project.org; lars@metafoo.de; Flove(HsinFu)
> <flove@realtek.com>; Oder Chiou <oder_chiou@realtek.com>; Derek [方德義]
> <derek.fang@realtek.com>; Jack Yu <jack.yu@realtek.com>
> Subject: RE: [PATCH] ASoC: rt1320-sdw: remove brown out settings in
> blind_write
>
> > Remove brown out settings as these settings are for customized cases,
> > not for general cases.
> >
> > Signed-off-by: Jack Yu <jack.yu@realtek.com>
> > ---
> > sound/soc/codecs/rt1320-sdw.c | 6 ------
> > 1 file changed, 6 deletions(-)
> >
> > diff --git a/sound/soc/codecs/rt1320-sdw.c
> > b/sound/soc/codecs/rt1320-sdw.c index 8bb7e8497c72..35797a13cc7e
> > 100644
> > --- a/sound/soc/codecs/rt1320-sdw.c
> > +++ b/sound/soc/codecs/rt1320-sdw.c
> > @@ -169,12 +169,6 @@ static const struct reg_sequence
> > rt1320_vc_blind_write[] = {
> > { 0xd487, 0x3b },
> > { 0xd486, 0xc3 },
> > { 0xc598, 0x04 },
> > - { 0xdb03, 0xf0 },
> > - { 0xdb09, 0x00 },
> > - { 0xdb08, 0x7a },
> > - { 0xdb19, 0x02 },
> > - { 0xdb07, 0x5a },
> > - { 0xdb05, 0x45 },
> > { 0xd500, 0x00 },
> > { 0xd500, 0x17 },
> > { 0xd600, 0x01 },
>
> Please hold off on merging this patch, as we need to discuss it internally.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-04-01 8:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-31 2:43 [PATCH] ASoC: rt1320-sdw: remove brown out settings in blind_write jack.yu
2026-03-31 6:13 ` Shuming [范書銘]
2026-04-01 8:34 ` Jack Yu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox