* [PATCH v2] ASoC: qcom: sc8280xp: use sa8775p/ subdir for QCS9100 / QCS9075
@ 2025-09-24 19:34 Dmitry Baryshkov
2025-09-25 12:40 ` Srinivas Kandagatla
2025-09-26 12:49 ` Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Dmitry Baryshkov @ 2025-09-24 19:34 UTC (permalink / raw)
To: Srinivas Kandagatla, Liam Girdwood, Mark Brown, Jaroslav Kysela,
Takashi Iwai, Mohammad Rafi Shaik
Cc: Srinivas Kandagatla, linux-sound, linux-arm-msm, linux-kernel
All firmware for the Lemans platform aka QCS9100 aka QCS9075 is for
historical reasons located in the qcom/sa8775p/ subdir inside
linux-firmware. The only exceptions to this rule are audio topology
files. While it's not too late, change the subdir to point to the
sa8775p/ subdir, so that all firmware for that platform is present at
the same location.
Fixes: 5b5bf5922f4c ("ASoC: qcom: sc8280xp: Add sound card support for QCS9100 and QCS9075")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
Changes in v2:
- Rebased on linux-next (Mark)
- Fixed commit subject (Mark)
- Link to v1: https://lore.kernel.org/r/20250918-lemans-evk-topo-v1-1-9680600e62d4@oss.qualcomm.com
---
sound/soc/qcom/sc8280xp.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/qcom/sc8280xp.c b/sound/soc/qcom/sc8280xp.c
index 3cf71cb1766ed7e3d6caf6a74876f6102ddcbc41..78e327bc2f07767b1032f09af7f45b947e7eb67a 100644
--- a/sound/soc/qcom/sc8280xp.c
+++ b/sound/soc/qcom/sc8280xp.c
@@ -194,8 +194,8 @@ static const struct of_device_id snd_sc8280xp_dt_match[] = {
{.compatible = "qcom,qcm6490-idp-sndcard", "qcm6490"},
{.compatible = "qcom,qcs6490-rb3gen2-sndcard", "qcs6490"},
{.compatible = "qcom,qcs8275-sndcard", "qcs8300"},
- {.compatible = "qcom,qcs9075-sndcard", "qcs9075"},
- {.compatible = "qcom,qcs9100-sndcard", "qcs9100"},
+ {.compatible = "qcom,qcs9075-sndcard", "sa8775p"},
+ {.compatible = "qcom,qcs9100-sndcard", "sa8775p"},
{.compatible = "qcom,sc8280xp-sndcard", "sc8280xp"},
{.compatible = "qcom,sm8450-sndcard", "sm8450"},
{.compatible = "qcom,sm8550-sndcard", "sm8550"},
---
base-commit: bf2602a3cb2381fb1a04bf1c39a290518d2538d1
change-id: 20250918-lemans-evk-topo-dddd73c29024
Best regards,
--
With best wishes
Dmitry
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] ASoC: qcom: sc8280xp: use sa8775p/ subdir for QCS9100 / QCS9075
2025-09-24 19:34 [PATCH v2] ASoC: qcom: sc8280xp: use sa8775p/ subdir for QCS9100 / QCS9075 Dmitry Baryshkov
@ 2025-09-25 12:40 ` Srinivas Kandagatla
2025-09-26 12:49 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Srinivas Kandagatla @ 2025-09-25 12:40 UTC (permalink / raw)
To: Dmitry Baryshkov, Srinivas Kandagatla, Liam Girdwood, Mark Brown,
Jaroslav Kysela, Takashi Iwai, Mohammad Rafi Shaik
Cc: Srinivas Kandagatla, linux-sound, linux-arm-msm, linux-kernel
On 9/24/25 8:34 PM, Dmitry Baryshkov wrote:
> All firmware for the Lemans platform aka QCS9100 aka QCS9075 is for
> historical reasons located in the qcom/sa8775p/ subdir inside
> linux-firmware. The only exceptions to this rule are audio topology
> files. While it's not too late, change the subdir to point to the
> sa8775p/ subdir, so that all firmware for that platform is present at
> the same location.
>
> Fixes: 5b5bf5922f4c ("ASoC: qcom: sc8280xp: Add sound card support for QCS9100 and QCS9075")
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Thanks Dmitry for cleaning this up,
Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
--srini
> ---
> Changes in v2:
> - Rebased on linux-next (Mark)
> - Fixed commit subject (Mark)
> - Link to v1: https://lore.kernel.org/r/20250918-lemans-evk-topo-v1-1-9680600e62d4@oss.qualcomm.com
> ---
> sound/soc/qcom/sc8280xp.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/sound/soc/qcom/sc8280xp.c b/sound/soc/qcom/sc8280xp.c
> index 3cf71cb1766ed7e3d6caf6a74876f6102ddcbc41..78e327bc2f07767b1032f09af7f45b947e7eb67a 100644
> --- a/sound/soc/qcom/sc8280xp.c
> +++ b/sound/soc/qcom/sc8280xp.c
> @@ -194,8 +194,8 @@ static const struct of_device_id snd_sc8280xp_dt_match[] = {
> {.compatible = "qcom,qcm6490-idp-sndcard", "qcm6490"},
> {.compatible = "qcom,qcs6490-rb3gen2-sndcard", "qcs6490"},
> {.compatible = "qcom,qcs8275-sndcard", "qcs8300"},
> - {.compatible = "qcom,qcs9075-sndcard", "qcs9075"},
> - {.compatible = "qcom,qcs9100-sndcard", "qcs9100"},
> + {.compatible = "qcom,qcs9075-sndcard", "sa8775p"},
> + {.compatible = "qcom,qcs9100-sndcard", "sa8775p"},
> {.compatible = "qcom,sc8280xp-sndcard", "sc8280xp"},
> {.compatible = "qcom,sm8450-sndcard", "sm8450"},
> {.compatible = "qcom,sm8550-sndcard", "sm8550"},
>
> ---
> base-commit: bf2602a3cb2381fb1a04bf1c39a290518d2538d1
> change-id: 20250918-lemans-evk-topo-dddd73c29024
>
> Best regards,
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] ASoC: qcom: sc8280xp: use sa8775p/ subdir for QCS9100 / QCS9075
2025-09-24 19:34 [PATCH v2] ASoC: qcom: sc8280xp: use sa8775p/ subdir for QCS9100 / QCS9075 Dmitry Baryshkov
2025-09-25 12:40 ` Srinivas Kandagatla
@ 2025-09-26 12:49 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2025-09-26 12:49 UTC (permalink / raw)
To: Srinivas Kandagatla, Liam Girdwood, Jaroslav Kysela, Takashi Iwai,
Mohammad Rafi Shaik, Dmitry Baryshkov
Cc: Srinivas Kandagatla, linux-sound, linux-arm-msm, linux-kernel
On Wed, 24 Sep 2025 22:34:02 +0300, Dmitry Baryshkov wrote:
> All firmware for the Lemans platform aka QCS9100 aka QCS9075 is for
> historical reasons located in the qcom/sa8775p/ subdir inside
> linux-firmware. The only exceptions to this rule are audio topology
> files. While it's not too late, change the subdir to point to the
> sa8775p/ subdir, so that all firmware for that platform is present at
> the same location.
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: qcom: sc8280xp: use sa8775p/ subdir for QCS9100 / QCS9075
commit: ba0c67d3c4b0ce5ec5e6de35e6433b22eecb1f6a
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-09-26 12:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-24 19:34 [PATCH v2] ASoC: qcom: sc8280xp: use sa8775p/ subdir for QCS9100 / QCS9075 Dmitry Baryshkov
2025-09-25 12:40 ` Srinivas Kandagatla
2025-09-26 12:49 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox