[PATCH 0/2] ASoC: qcom: add sound card support for SM8650
Document the SM8650 sound card using the SM8450 fallback and add the SM8650 compatible to the sc8280xp sound card driver to use the sm8650 card driver_name like SM8450 & SM8550.
Signed-off-by: Neil Armstrong neil.armstrong@linaro.org --- Neil Armstrong (2): ASoC: dt-bindings: qcom,sm8250: document SM8650 sound card ASoC: qcom: sc8280xp: Add support for SM8650
Documentation/devicetree/bindings/sound/qcom,sm8250.yaml | 1 + sound/soc/qcom/sc8280xp.c | 1 + 2 files changed, 2 insertions(+) --- base-commit: bbd220ce4e29ed55ab079007cff0b550895258eb change-id: 20231212-topic-sm8650-upstream-snd-card-15eb7afa27f9
Best regards,
Add sound card for SM8650, which as of now looks fully compatible with SM8450.
Signed-off-by: Neil Armstrong neil.armstrong@linaro.org --- Documentation/devicetree/bindings/sound/qcom,sm8250.yaml | 1 + 1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml b/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml index ec641fa2cd4b..ce6b1242b06b 100644 --- a/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml +++ b/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml @@ -24,6 +24,7 @@ properties: - items: - enum: - qcom,sm8550-sndcard + - qcom,sm8650-sndcard - const: qcom,sm8450-sndcard - enum: - qcom,apq8016-sbc-sndcard
On 12/12/2023 09:08, Neil Armstrong wrote:
Add sound card for SM8650, which as of now looks fully compatible with SM8450.
Signed-off-by: Neil Armstrong neil.armstrong@linaro.org
Reviewed-by: Krzysztof Kozlowski krzysztof.kozlowski@linaro.org
Best regards, Krzysztof
Add compatibles for sound card on Qualcomm SM8650 boards.
Signed-off-by: Neil Armstrong neil.armstrong@linaro.org --- sound/soc/qcom/sc8280xp.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/sound/soc/qcom/sc8280xp.c b/sound/soc/qcom/sc8280xp.c index 1e8f9452cd28..494f284875d2 100644 --- a/sound/soc/qcom/sc8280xp.c +++ b/sound/soc/qcom/sc8280xp.c @@ -170,6 +170,7 @@ static const struct of_device_id snd_sc8280xp_dt_match[] = { {.compatible = "qcom,sc8280xp-sndcard", "sc8280xp"}, {.compatible = "qcom,sm8450-sndcard", "sm8450"}, {.compatible = "qcom,sm8550-sndcard", "sm8550"}, + {.compatible = "qcom,sm8650-sndcard", "sm8650"}, {} };
On 12/12/2023 09:08, Neil Armstrong wrote:
Add compatibles for sound card on Qualcomm SM8650 boards.
Signed-off-by: Neil Armstrong neil.armstrong@linaro.org
sound/soc/qcom/sc8280xp.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/sound/soc/qcom/sc8280xp.c b/sound/soc/qcom/sc8280xp.c index 1e8f9452cd28..494f284875d2 100644 --- a/sound/soc/qcom/sc8280xp.c +++ b/sound/soc/qcom/sc8280xp.c @@ -170,6 +170,7 @@ static const struct of_device_id snd_sc8280xp_dt_match[] = { {.compatible = "qcom,sc8280xp-sndcard", "sc8280xp"}, {.compatible = "qcom,sm8450-sndcard", "sm8450"}, {.compatible = "qcom,sm8550-sndcard", "sm8550"},
- {.compatible = "qcom,sm8650-sndcard", "sm8650"},
Reviewed-by: Krzysztof Kozlowski krzysztof.kozlowski@linaro.org
Best regards, Krzysztof
On Tue, 12 Dec 2023 09:08:18 +0100, Neil Armstrong wrote:
Document the SM8650 sound card using the SM8450 fallback and add the SM8650 compatible to the sc8280xp sound card driver to use the sm8650 card driver_name like SM8450 & SM8550.
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/2] ASoC: dt-bindings: qcom,sm8250: document SM8650 sound card commit: 773df207fdd6e17d7a43abf83ea155ade9a95f79 [2/2] ASoC: qcom: sc8280xp: Add support for SM8650 commit: 7211094dd065908747a143f9adeff41cfdcf37c0
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
participants (3)
-
Krzysztof Kozlowski
-
Mark Brown
-
Neil Armstrong