[PATCH v2 0/2] Sndcard compatible for qrb2210/qcm2290

Alexey Klimov posted 2 patches 1 month, 3 weeks ago
Documentation/devicetree/bindings/sound/qcom,sm8250.yaml | 1 +
sound/soc/qcom/sm8250.c                                  | 1 +
2 files changed, 2 insertions(+)
[PATCH v2 0/2] Sndcard compatible for qrb2210/qcm2290
Posted by Alexey Klimov 1 month, 3 weeks ago
This is a small patch series that serves as a preparation for
adding HDMI audio playback support on QRB2210 RB1 board.
The patches here are for sound subsystem. The other series
will focus on qcom DT files.

The original series where one of the patches here were taken from is
https://lore.kernel.org/linux-sound/20250302-rb1_hdmi_sound_first-v1-0-81a87ae1503c@linaro.org/
and sndcard compable patch was added as new one.

Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
---
Changes in v2:
- rewrote commit description and subjects/titles where applicable;
- switched to SoC-level compatible for qrb2210 sndcard, therefore adjusted
  DT schema changes;
- Link to v1: https://lore.kernel.org/r/20251007-qrb2210-qcm2290-sndcard-v1-0-8222141bca79@linaro.org

---
Alexey Klimov (2):
      ASoC: dt-bindings: qcom,sm8250: add QRB2210 soundcard
      ASoC: qcom: sm8250: add qrb2210-sndcard compatible string

 Documentation/devicetree/bindings/sound/qcom,sm8250.yaml | 1 +
 sound/soc/qcom/sm8250.c                                  | 1 +
 2 files changed, 2 insertions(+)
---
base-commit: fe45352cd106ae41b5ad3f0066c2e54dbb2dfd70
change-id: 20251007-qrb2210-qcm2290-sndcard-da54245aae3f

Best regards,
-- 
Alexey Klimov <alexey.klimov@linaro.org>
Re: [PATCH v2 0/2] Sndcard compatible for qrb2210/qcm2290
Posted by Mark Brown 1 month, 2 weeks ago
On Wed, 22 Oct 2025 04:58:48 +0100, Alexey Klimov wrote:
> This is a small patch series that serves as a preparation for
> adding HDMI audio playback support on QRB2210 RB1 board.
> The patches here are for sound subsystem. The other series
> will focus on qcom DT files.
> 
> The original series where one of the patches here were taken from is
> https://lore.kernel.org/linux-sound/20250302-rb1_hdmi_sound_first-v1-0-81a87ae1503c@linaro.org/
> and sndcard compable patch was added as new one.
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: dt-bindings: qcom,sm8250: add QRB2210 soundcard
      commit: ee4407e1288ab85be16bacc45195b8bb23d44760
[2/2] ASoC: qcom: sm8250: add qrb2210-sndcard compatible string
      commit: e973dfe9259095fb509ab12658c68d46f0e439d7

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