mbox series

[v3,00/15] Report jack and button detection + Capture Support

Message ID 20210306185553.62053-1-tanureal@opensource.cirrus.com (mailing list archive)
Headers show
Series Report jack and button detection + Capture Support | expand

Message

Lucas Tanure March 6, 2021, 6:55 p.m. UTC
Hi All,

Here is a patch series for reporting to user space jack and button events and
add the support for Capture. With some cleanups and fixes along the way.

Regards,

Lucas Tanure

Lucas Tanure (12):
  ASoC: cs42l42: Fix Bitclock polarity inversion
  ASoC: cs42l42: Fix channel width support
  ASoC: cs42l42: Fix mixer volume control
  ASoC: cs42l42: Don't enable/disable regulator at Bias Level
  ASoC: cs42l42: Always wait at least 3ms after reset
  ASoC: cs42l42: Remove power if the driver is being removed
  ASoC: cs42l42: Disable regulators if probe fails
  ASoC: cs42l42: Provide finer control on playback path
  ASoC: cs42l42: Set clock source for both ways of stream
  ASoC: cs42l42: Add Capture Support
  ASoC: cs42l42: Report jack and button detection
  ASoC: cs42l42: Use bclk from hw_params if set_sysclk was not called

Richard Fitzgerald (3):
  ASoC: cs42l42: Wait at least 150us after writing SCLK_PRESENT
  ASoC: cs42l42: Only start PLL if it is needed
  ASoC: cs42l42: Wait for PLL to lock before switching to it

 sound/soc/codecs/cs42l42.c | 435 +++++++++++++++++++++----------------
 sound/soc/codecs/cs42l42.h |  41 +++-
 2 files changed, 282 insertions(+), 194 deletions(-)

Comments

Mark Brown March 9, 2021, 7:06 p.m. UTC | #1
On Sat, 6 Mar 2021 18:55:38 +0000, Lucas Tanure wrote:
> Here is a patch series for reporting to user space jack and button events and
> add the support for Capture. With some cleanups and fixes along the way.
> 
> Regards,
> 
> Lucas Tanure
> 
> [...]

Applied to

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

Thanks!

[06/15] ASoC: cs42l42: Remove power if the driver is being removed
        commit: 0e992635233c909652b87f1a84775746e2780306
[07/15] ASoC: cs42l42: Disable regulators if probe fails
        commit: 384c0c11be3f4c4bd28196f97507788cc84dd5e1
[08/15] ASoC: cs42l42: Provide finer control on playback path
        commit: 48a679742612308b320f1ca89366ee7fde04f547
[09/15] ASoC: cs42l42: Set clock source for both ways of stream
        commit: f1fe73ce62864cb48e603d61a3936b475ba5bbef
[10/15] ASoC: cs42l42: Add Capture Support
        commit: a6ea36692a4846d9470bdeeb90081e1dc5144b95
[11/15] ASoC: cs42l42: Report jack and button detection
        commit: f3f6f77beaee1b955ea835358e4c3ab1bbb56927
[12/15] ASoC: cs42l42: Use bclk from hw_params if set_sysclk was not called
        commit: 8ecb782355f30cfb207bffd5d04c4c5f2ac98ae3
[13/15] ASoC: cs42l42: Wait at least 150us after writing SCLK_PRESENT
        commit: 43cb98d6ba84d8917f377b5720fb1451ce86de13
[14/15] ASoC: cs42l42: Only start PLL if it is needed
        commit: b5019672a0526a2e0de6843734d1b7687f138b02
[15/15] ASoC: cs42l42: Wait for PLL to lock before switching to it
        commit: 5974fb2911b92b1921ab4aa35aede7454d72052a

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