mbox series

[v5,0/5] ASoC: qcom: add support for sc8280xp machine

Message ID 20220916132427.1845-1-srinivas.kandagatla@linaro.org (mailing list archive)
Headers show
Series ASoC: qcom: add support for sc8280xp machine | expand

Message

Srinivas Kandagatla Sept. 16, 2022, 1:24 p.m. UTC
This patchset adds support for SC8280XP SoC machine driver.

First patch moves some of the commonly used code to common from sm8250 machine driver
and the follow on code adds minimal support for sc8280xp.

Currently this driver is only tested with SmartSpeakers and Headset
on Lenovo Thinkpad X13s.

Support for sm8450 is tested and I will post the patches soon.

Thanks,
Srini

Changes since v4:
	- fixed typo in commit log
	- sorted compatible strings before adding new ones.

Srinivas Kandagatla (5):
  ASoC: qcom: common: use EXPORT_SYMBOL_GPL instead of EXPORT_SYMBOL
  ASoC: dt-bindings: qcom: sort compatible strings
  ASoC: dt-bindings: qcom,sm8250: add compatibles for sm8450 and sm8250
  ASoC: qcom: sm8250: move some code to common
  ASoC: qcom: add machine driver for sc8280xp

 .../bindings/sound/qcom,sm8250.yaml           |   4 +-
 sound/soc/qcom/Kconfig                        |  12 ++
 sound/soc/qcom/Makefile                       |   2 +
 sound/soc/qcom/common.c                       | 173 +++++++++++++++++-
 sound/soc/qcom/common.h                       |  35 ++++
 sound/soc/qcom/sc8280xp.c                     | 157 ++++++++++++++++
 sound/soc/qcom/sm8250.c                       | 152 +--------------
 7 files changed, 388 insertions(+), 147 deletions(-)
 create mode 100644 sound/soc/qcom/sc8280xp.c

Comments

Mark Brown Sept. 19, 2022, 11:10 p.m. UTC | #1
On Fri, 16 Sep 2022 14:24:22 +0100, Srinivas Kandagatla wrote:
> This patchset adds support for SC8280XP SoC machine driver.
> 
> First patch moves some of the commonly used code to common from sm8250 machine driver
> and the follow on code adds minimal support for sc8280xp.
> 
> Currently this driver is only tested with SmartSpeakers and Headset
> on Lenovo Thinkpad X13s.
> 
> [...]

Applied to

   broonie/sound.git for-next

Thanks!

[1/5] ASoC: qcom: common: use EXPORT_SYMBOL_GPL instead of EXPORT_SYMBOL
      commit: a25f4e2cdd5d64408b0fa56115ebebd8cc5cb6c0
[2/5] ASoC: dt-bindings: qcom: sort compatible strings
      commit: e4f10cc23cefe16ed69987cb2648f5111e6eacb4
[3/5] ASoC: dt-bindings: qcom,sm8250: add compatibles for sm8450 and sm8250
      commit: f19097cc5adfd29bf2aecd8e0137331fab36946b
[4/5] ASoC: qcom: sm8250: move some code to common
      commit: 3bd975f3ae0a245e4b851c2b0c97b0a71e5359d6
[5/5] ASoC: qcom: add machine driver for sc8280xp
      commit: 295aeea6646ad6cf26c24f5c493ddb60b8f5a0f4

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