[PATCH 0/6] ASoC: qcom: add support for Glymur

Srinivas Kandagatla posted 6 patches 1 month ago
.../devicetree/bindings/sound/qcom,lpass-va-macro.yaml       | 1 +
.../devicetree/bindings/sound/qcom,lpass-wsa-macro.yaml      | 1 +
Documentation/devicetree/bindings/sound/qcom,sm8250.yaml     | 1 +
sound/soc/codecs/lpass-macro-common.h                        | 1 +
sound/soc/codecs/lpass-va-macro.c                            | 2 ++
sound/soc/codecs/lpass-wsa-macro.c                           | 2 ++
sound/soc/qcom/x1e80100.c                                    | 5 +++--
7 files changed, 11 insertions(+), 2 deletions(-)
[PATCH 0/6] ASoC: qcom: add support for Glymur
Posted by Srinivas Kandagatla 1 month ago
This patchset adds basic support for Glymur sound card,
- by reusing x1e80100 snd card machine
- reusing lpass wsa and va codec macro which are identical to v2.9 codec version.

For now only tested WSA and VA, which is why tx and rx codec macros are
not added as part of this series.

Tested this on Glymur reference platform.

thanks,
Srini

Srinivas Kandagatla (6):
  ASoC: qcom: x1e80100: set card driver name from match data
  ASoC: dt-bindings: qcom,sm8250: Add glymur sound card
  ASoC: qcom: x1e80100: add compatible for glymur SoC
  ASoC: dt-bindings: qcom: Add Glymur LPASS wsa and va macro codecs
  ASoC: codecs: lpass-macro: add Codec version 2.9
  ASoC: codecs: lpass-wsa-macro: add Codev version 2.9

 .../devicetree/bindings/sound/qcom,lpass-va-macro.yaml       | 1 +
 .../devicetree/bindings/sound/qcom,lpass-wsa-macro.yaml      | 1 +
 Documentation/devicetree/bindings/sound/qcom,sm8250.yaml     | 1 +
 sound/soc/codecs/lpass-macro-common.h                        | 1 +
 sound/soc/codecs/lpass-va-macro.c                            | 2 ++
 sound/soc/codecs/lpass-wsa-macro.c                           | 2 ++
 sound/soc/qcom/x1e80100.c                                    | 5 +++--
 7 files changed, 11 insertions(+), 2 deletions(-)

-- 
2.50.0
Re: [PATCH 0/6] ASoC: qcom: add support for Glymur
Posted by Mark Brown 4 weeks, 1 day ago
On Tue, 02 Sep 2025 15:00:38 +0100, Srinivas Kandagatla wrote:
> This patchset adds basic support for Glymur sound card,
> - by reusing x1e80100 snd card machine
> - reusing lpass wsa and va codec macro which are identical to v2.9 codec version.
> 
> For now only tested WSA and VA, which is why tx and rx codec macros are
> not added as part of this series.
> 
> [...]

Applied to

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

Thanks!

[1/6] ASoC: qcom: x1e80100: set card driver name from match data
      commit: 5ab26b8ca5649e4a16e4b48efe5a0b92299c8f51
[2/6] ASoC: dt-bindings: qcom,sm8250: Add glymur sound card
      commit: 8f48b160e1b8f0c959e25df63994e6204b3794a8
[3/6] ASoC: qcom: x1e80100: add compatible for glymur SoC
      commit: 8c7ea98650e644ff61d3774085f732b40d8f7788
[4/6] ASoC: dt-bindings: qcom: Add Glymur LPASS wsa and va macro codecs
      commit: 25436580f025d42bd7ccf3b960f4c405f3c91512
[5/6] ASoC: codecs: lpass-macro: add Codec version 2.9
      commit: c73e2c5672dae4f6711cab99cabff9e72cd0591a
[6/6] ASoC: codecs: lpass-wsa-macro: add Codev version 2.9
      commit: ce1a46b2d6a8465a86f7a6f71beb4c6de83bce5c

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