mbox series

[0/2] ASoC: codecs: lpass: add support for v2.6 rx macro

Message ID 20240510175835.286775-1-srinivas.kandagatla@linaro.org
Headers show
Series ASoC: codecs: lpass: add support for v2.6 rx macro | expand

Message

Srinivas Kandagatla May 10, 2024, 5:58 p.m. UTC
From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>

This patchset adds support to reading codec version and also adds
support for v2.6 codec version in rx macro. 

LPASS 2.6 has changes in some of the rx block which are required to get
headset functional correctly.

Tested this on X13s and x1e80100 crd.

Thanks,
Srini

Srinivas Kandagatla (2):
  ASoC: codecs: lpass-macro: add helpers to get codec version
  ASoC: codec: lpass-rx-macro: add suppor for 2.6 codec version

 sound/soc/codecs/lpass-macro-common.c |  14 +
 sound/soc/codecs/lpass-macro-common.h |  35 ++
 sound/soc/codecs/lpass-rx-macro.c     | 565 +++++++++++++++++++-------
 sound/soc/codecs/lpass-va-macro.c     |  29 ++
 4 files changed, 488 insertions(+), 155 deletions(-)

Comments

Mark Brown June 17, 2024, 5:26 p.m. UTC | #1
On Fri, 10 May 2024 18:58:33 +0100, srinivas.kandagatla@linaro.org wrote:
> This patchset adds support to reading codec version and also adds
> support for v2.6 codec version in rx macro.
> 
> LPASS 2.6 has changes in some of the rx block which are required to get
> headset functional correctly.
> 
> Tested this on X13s and x1e80100 crd.
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: codecs: lpass-macro: add helpers to get codec version
      commit: 378918d5918116b95300dd7f03913a1d0841f223
[2/2] ASoC: codec: lpass-rx-macro: add suppor for 2.6 codec version
      (no commit info)

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