include/linux/soc/qcom/apr.h | 6 +++--- sound/soc/qcom/qdsp6/q6adm.c | 6 +++--- sound/soc/qcom/qdsp6/q6afe.c | 6 +++--- sound/soc/qcom/qdsp6/q6apm.c | 10 +++++----- sound/soc/qcom/qdsp6/q6asm.c | 10 +++++----- sound/soc/qcom/qdsp6/q6core.c | 6 +++--- sound/soc/qcom/qdsp6/q6prm.c | 6 +++--- 7 files changed, 25 insertions(+), 25 deletions(-)
Patch #1 and #3 touches also Qualcomm SoC file, so this could go either
via Qualcomm SoC tree (with Mark's Ack) or via ASoC tree (with Bjorn's
Ack).
I propose to take it via ASoC tree (Bjorn's Ack), because I am
constifying things there already, so less possible conflicts.
Best regards,
Krzysztof
---
Krzysztof Kozlowski (4):
ASoC: qcom: Constify APR callback response data
soc: qcom: apr: Use typedef for GPR callback member
ASoC: qcom: Constify GPR callback response data
ASoC: qcom: Constify APR/GPR result structs
include/linux/soc/qcom/apr.h | 6 +++---
sound/soc/qcom/qdsp6/q6adm.c | 6 +++---
sound/soc/qcom/qdsp6/q6afe.c | 6 +++---
sound/soc/qcom/qdsp6/q6apm.c | 10 +++++-----
sound/soc/qcom/qdsp6/q6asm.c | 10 +++++-----
sound/soc/qcom/qdsp6/q6core.c | 6 +++---
sound/soc/qcom/qdsp6/q6prm.c | 6 +++---
7 files changed, 25 insertions(+), 25 deletions(-)
---
base-commit: 8db0437c888596202bf1b996d6a152de3f83c4e5
change-id: 20251129-asoc-apr-const-f9c768f0cda2
Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
On Sun, 30 Nov 2025 10:40:22 +0100, Krzysztof Kozlowski wrote:
> Patch #1 and #3 touches also Qualcomm SoC file, so this could go either
> via Qualcomm SoC tree (with Mark's Ack) or via ASoC tree (with Bjorn's
> Ack).
>
> I propose to take it via ASoC tree (Bjorn's Ack), because I am
> constifying things there already, so less possible conflicts.
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/4] ASoC: qcom: Constify APR callback response data
commit: 86af3c229245fe1e59f428fc6abe19127ce15f5f
[2/4] soc: qcom: apr: Use typedef for GPR callback member
commit: c66cea195d76c7c396c4c565b967d3e2a709e762
[3/4] ASoC: qcom: Constify GPR callback response data
commit: f3a86870c5938fe82ce02c29235326d417010ffb
[4/4] ASoC: qcom: Constify APR/GPR result structs
commit: a2a631830deb382a3d27b6f52b2d654a3e6bb427
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
On Sun, Nov 30, 2025 at 10:40:22AM +0100, Krzysztof Kozlowski wrote: > Patch #1 and #3 touches also Qualcomm SoC file, so this could go either > via Qualcomm SoC tree (with Mark's Ack) or via ASoC tree (with Bjorn's > Ack). > > I propose to take it via ASoC tree (Bjorn's Ack), because I am > constifying things there already, so less possible conflicts. That works for me, Bjorn?
On 11/30/25 9:40 AM, Krzysztof Kozlowski wrote: > Patch #1 and #3 touches also Qualcomm SoC file, so this could go either > via Qualcomm SoC tree (with Mark's Ack) or via ASoC tree (with Bjorn's > Ack). > > I propose to take it via ASoC tree (Bjorn's Ack), because I am > constifying things there already, so less possible conflicts. > > Best regards, > Krzysztof > > --- LGTM. Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com> --srini > Krzysztof Kozlowski (4): > ASoC: qcom: Constify APR callback response data > soc: qcom: apr: Use typedef for GPR callback member > ASoC: qcom: Constify GPR callback response data > ASoC: qcom: Constify APR/GPR result structs > > include/linux/soc/qcom/apr.h | 6 +++--- > sound/soc/qcom/qdsp6/q6adm.c | 6 +++--- > sound/soc/qcom/qdsp6/q6afe.c | 6 +++--- > sound/soc/qcom/qdsp6/q6apm.c | 10 +++++----- > sound/soc/qcom/qdsp6/q6asm.c | 10 +++++----- > sound/soc/qcom/qdsp6/q6core.c | 6 +++--- > sound/soc/qcom/qdsp6/q6prm.c | 6 +++--- > 7 files changed, 25 insertions(+), 25 deletions(-) > --- > base-commit: 8db0437c888596202bf1b996d6a152de3f83c4e5 > change-id: 20251129-asoc-apr-const-f9c768f0cda2 > > Best regards,
On Sun, 30 Nov 2025 10:40:22 +0100, Krzysztof Kozlowski wrote:
> Patch #1 and #3 touches also Qualcomm SoC file, so this could go either
> via Qualcomm SoC tree (with Mark's Ack) or via ASoC tree (with Bjorn's
> Ack).
>
> I propose to take it via ASoC tree (Bjorn's Ack), because I am
> constifying things there already, so less possible conflicts.
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/4] ASoC: qcom: Constify APR callback response data
commit: 86af3c229245fe1e59f428fc6abe19127ce15f5f
[2/4] soc: qcom: apr: Use typedef for GPR callback member
commit: c66cea195d76c7c396c4c565b967d3e2a709e762
[3/4] ASoC: qcom: Constify GPR callback response data
commit: f3a86870c5938fe82ce02c29235326d417010ffb
[4/4] ASoC: qcom: Constify APR/GPR result structs
commit: a2a631830deb382a3d27b6f52b2d654a3e6bb427
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
© 2016 - 2026 Red Hat, Inc.