All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] ASoC: qcom: add support for sc8280xp machine
@ 2022-09-15 12:56 ` Srinivas Kandagatla
  0 siblings, 0 replies; 14+ messages in thread
From: Srinivas Kandagatla @ 2022-09-15 12:56 UTC (permalink / raw)
  To: broonie
  Cc: lgirdwood, robh+dt, krzysztof.kozlowski+dt, bgoswami, perex,
	tiwai, linux-arm-msm, alsa-devel, devicetree, linux-kernel,
	Srinivas Kandagatla

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 v3:
	- fixed few spellings in commit log
	- removed build dependency with APR

Srinivas Kandagatla (4):
  ASoC: qcom: common: use EXPORT_SYMBOL_GPL instead of EXPORT_SYMBOL
  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           |   2 +
 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, 387 insertions(+), 146 deletions(-)
 create mode 100644 sound/soc/qcom/sc8280xp.c

-- 
2.21.0


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-09-16  9:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-15 12:56 [PATCH v4 0/4] ASoC: qcom: add support for sc8280xp machine Srinivas Kandagatla
2022-09-15 12:56 ` Srinivas Kandagatla
2022-09-15 12:56 ` [PATCH v4 1/4] ASoC: qcom: common: use EXPORT_SYMBOL_GPL instead of EXPORT_SYMBOL Srinivas Kandagatla
2022-09-15 12:56   ` Srinivas Kandagatla
2022-09-15 12:56 ` [PATCH v4 2/4] ASoC: dt-bindings: qcom,sm8250: add compatibles for sm8450 and sm8250 Srinivas Kandagatla
2022-09-15 12:56   ` [PATCH v4 2/4] ASoC: dt-bindings: qcom, sm8250: " Srinivas Kandagatla
2022-09-15 17:23   ` [PATCH v4 2/4] ASoC: dt-bindings: qcom,sm8250: " Bjorn Andersson
2022-09-15 17:23     ` Bjorn Andersson
2022-09-15 12:56 ` [PATCH v4 3/4] ASoC: qcom: sm8250: move some code to common Srinivas Kandagatla
2022-09-15 12:56   ` Srinivas Kandagatla
2022-09-15 17:24   ` Bjorn Andersson
2022-09-15 17:24     ` Bjorn Andersson
2022-09-15 12:56 ` [PATCH v4 4/4] ASoC: qcom: add machine driver for sc8280xp Srinivas Kandagatla
2022-09-15 12:56   ` Srinivas Kandagatla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.