mbox series

[v2,0/3] ASoC: nau8821: Add delay control for ADC

Message ID 20240415070649.3496487-1-wtli@nuvoton.com
Headers show
Series ASoC: nau8821: Add delay control for ADC | expand

Message

Seven Lee April 15, 2024, 7:06 a.m. UTC
Change the original fixed delay to the assignment from the property. It
will make it more flexible to different platforms to avoid pop noise at
the beginning of recording.

Change:
V1 -> V2:
- Revise adc-delay-ms properties description.
- Fix examples of bugs found by bots.

Seven Lee (3):
  ASoC: dt-bindings: nau8821: Add delay control for ADC
  ASoC: nau8821: Add delay control for ADC
  ASoC: nau8821: Remove redundant ADC controls

 .../bindings/sound/nuvoton,nau8821.yaml       |  7 +++++++
 sound/soc/codecs/nau8821.c                    | 19 +++++++++----------
 sound/soc/codecs/nau8821.h                    |  1 +
 3 files changed, 17 insertions(+), 10 deletions(-)

Comments

Mark Brown April 22, 2024, 8:09 a.m. UTC | #1
On Mon, 15 Apr 2024 15:06:46 +0800, Seven Lee wrote:
> Change the original fixed delay to the assignment from the property. It
> will make it more flexible to different platforms to avoid pop noise at
> the beginning of recording.
> 
> Change:
> V1 -> V2:
> - Revise adc-delay-ms properties description.
> - Fix examples of bugs found by bots.
> 
> [...]

Applied to

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

Thanks!

[1/3] ASoC: dt-bindings: nau8821: Add delay control for ADC
      commit: 467d2528d64e8fcf784850ac94f665efae2af149
[2/3] ASoC: nau8821: Add delay control for ADC
      commit: bd74e9c31f0d1880ff4482f1a7ce33a006d870ed
[3/3] ASoC: nau8821: Remove redundant ADC controls
      commit: ad8ba241bc93536a2c8af150b237c5be8fafe942

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