All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: tlv320aic3x: Pop noise reductions
@ 2016-12-23  9:21 Peter Ujfalusi
  2016-12-23  9:21 ` [PATCH 1/3] ASoC: tlv320aic3x: Mark the RESET register as volatile Peter Ujfalusi
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Peter Ujfalusi @ 2016-12-23  9:21 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: alsa-devel, jarkko.nikula, jsarha

Hi,

When we don't have any active component between the output of the codec and the
speaker/jack the codec emmits pop noise due to several factors:
- RESET register is toggled by regcache_sync (patch 1)
- After regcache_sync we need to wait a bit to allow the codec to settle down:
  the codec will be soft reseted when it is powered down, so when we power it on
  and run regcache_sync, we need to wait for the flushed settings to be valid.
  (patch 2)
- The HP ouptut power-down mode can be changed to be driven weakly to VCM, this
  can reduce the pop noise as well, with slight increase in powere consumption.

These factors were not taken care as in n810 and n900 we have external active
amplifiers and they will remove any artifacts coming from the codec, but on
boards w/o active external components they can reach the output.

Regards,
Peter
---
Peter Ujfalusi (3):
  ASoC: tlv320aic3x: Mark the RESET register as volatile
  ASoC: tlv320aic3x: Add delay after power on and register sync
  ASoC: tlv320aic3x: Add controls for selecting HP power down modes

 sound/soc/codecs/tlv320aic3x.c | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

-- 
2.11.0

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

end of thread, other threads:[~2017-01-02 11:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-23  9:21 [PATCH 0/3] ASoC: tlv320aic3x: Pop noise reductions Peter Ujfalusi
2016-12-23  9:21 ` [PATCH 1/3] ASoC: tlv320aic3x: Mark the RESET register as volatile Peter Ujfalusi
2016-12-23 18:27   ` Jarkko Nikula
2017-01-02 11:51     ` Peter Ujfalusi
2016-12-31 19:19   ` Applied "ASoC: tlv320aic3x: Mark the RESET register as volatile" to the asoc tree Mark Brown
2016-12-23  9:21 ` [PATCH 2/3] ASoC: tlv320aic3x: Add delay after power on and register sync Peter Ujfalusi
2016-12-31 19:19   ` Applied "ASoC: tlv320aic3x: Add delay after power on and register sync" to the asoc tree Mark Brown
2016-12-23  9:21 ` [PATCH 3/3] ASoC: tlv320aic3x: Add controls for selecting HP power down modes Peter Ujfalusi
2016-12-23 18:47   ` Jarkko Nikula
2016-12-31 18:49     ` 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.