All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Enable class-D silence and clock detections
@ 2020-05-29 11:05 derek.fang
  2020-05-29 11:07 ` Mark Brown
  2020-05-29 16:50 ` Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: derek.fang @ 2020-05-29 11:05 UTC (permalink / raw)
  To: broonie, lgirdwood
  Cc: oder_chiou, jack.yu, alsa-devel, lars, kent_chen, derek.fang,
	shumingf, flove

From: "derek.fang" <derek.fang@realtek.com>

Avoid noise under bypass boost mode.

Signed-off-by: derek.fang <derek.fang@realtek.com>
---
 sound/soc/codecs/rt1015.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/rt1015.c b/sound/soc/codecs/rt1015.c
index 5eb07a4..67e2e94 100644
--- a/sound/soc/codecs/rt1015.c
+++ b/sound/soc/codecs/rt1015.c
@@ -475,7 +475,7 @@ static int rt1015_bypass_boost_put(struct snd_kcontrol *kcontrol,
 			snd_soc_component_write(component,
 				RT1015_CLSD_INTERNAL9, 0x0140);
 			snd_soc_component_write(component,
-				RT1015_GAT_BOOST, 0x00fe);
+				RT1015_GAT_BOOST, 0x0efe);
 			snd_soc_component_write(component,
 				RT1015_PWR_STATE_CTRL, 0x000d);
 			msleep(500);
-- 
2.7.4


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

* Re: [PATCH] Enable class-D silence and clock detections
  2020-05-29 11:05 [PATCH] Enable class-D silence and clock detections derek.fang
@ 2020-05-29 11:07 ` Mark Brown
       [not found]   ` <39997dae03af408f94e581c2a4034473@realtek.com>
  2020-05-29 16:50 ` Mark Brown
  1 sibling, 1 reply; 4+ messages in thread
From: Mark Brown @ 2020-05-29 11:07 UTC (permalink / raw)
  To: derek.fang
  Cc: oder_chiou, jack.yu, alsa-devel, lars, kent_chen, lgirdwood,
	shumingf, flove

[-- Attachment #1: Type: text/plain, Size: 501 bytes --]

On Fri, May 29, 2020 at 07:05:10PM +0800, derek.fang@realtek.com wrote:
> From: "derek.fang" <derek.fang@realtek.com>
> 
> Avoid noise under bypass boost mode.

Please submit patches using subject lines reflecting the style for the
subsystem, this makes it easier for people to identify relevant patches.
Look at what existing commits in the area you're changing are doing and
make sure your subject lines visually resemble what they're doing.
There's no need to resubmit to fix this alone.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH] Enable class-D silence and clock detections
       [not found]   ` <39997dae03af408f94e581c2a4034473@realtek.com>
@ 2020-05-29 13:06     ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2020-05-29 13:06 UTC (permalink / raw)
  To: Derek [方德義]
  Cc: Oder Chiou, Jack Yu, alsa-devel, lars,
	kent_chen@realtek.com [陳建宏],
	lgirdwood, Shuming [范書銘], Flove(HsinFu)

[-- Attachment #1: Type: text/plain, Size: 353 bytes --]

On Fri, May 29, 2020 at 11:22:25AM +0000, Derek [方德義] wrote:

> > Please submit patches using subject lines reflecting the style for the
> > subsystem, this makes it easier for people to identify relevant patches.

> Sorry for the mistake. I will resend the patch.

It's OK, no need for this one - just please bear this in mind in future.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH] Enable class-D silence and clock detections
  2020-05-29 11:05 [PATCH] Enable class-D silence and clock detections derek.fang
  2020-05-29 11:07 ` Mark Brown
@ 2020-05-29 16:50 ` Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2020-05-29 16:50 UTC (permalink / raw)
  To: lgirdwood, derek.fang
  Cc: oder_chiou, jack.yu, alsa-devel, lars, kent_chen, shumingf, flove

On Fri, 29 May 2020 19:05:10 +0800, derek.fang@realtek.com wrote:
> Avoid noise under bypass boost mode.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: rt1015: Enable class-D silence and clock detections
      commit: 2aec8ccc1a814ca41b70710e1960afd034d1e3ab

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

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

end of thread, other threads:[~2020-05-29 16:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-29 11:05 [PATCH] Enable class-D silence and clock detections derek.fang
2020-05-29 11:07 ` Mark Brown
     [not found]   ` <39997dae03af408f94e581c2a4034473@realtek.com>
2020-05-29 13:06     ` Mark Brown
2020-05-29 16:50 ` 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.