Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 00/12] ASoC: qcom: q6dsp: few cleanups
@ 2025-10-17  8:52 Srinivas Kandagatla
  2025-10-17  8:52 ` [PATCH 01/12] ASoC: qdsp6: q6asm: do not sleep while atomic Srinivas Kandagatla
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: Srinivas Kandagatla @ 2025-10-17  8:52 UTC (permalink / raw)
  To: broonie
  Cc: perex, tiwai, srini, alexey.klimov, linux-sound, linux-kernel,
	linux-arm-msm, Srinivas Kandagatla

This patchset does 3 things.
- simplify code via __free(kfree) mechanism.
- use spinlock guards
- few cleanups discovered during doing above 2.

No functional changes


Thanks,
--sirni


Srinivas Kandagatla (12):
  ASoC: qdsp6: q6asm: do not sleep while atomic
  ASoc: qcom: audioreach: remove unused variables
  ASoc: qcom: audioreach: Use automatic cleanup of kfree()
  ASoc: qcom: q6adm: Use automatic cleanup of kfree()
  ASoc: qcom: q6afe: Use automatic cleanup of kfree()
  ASoc: qcom: q6apm: Use automatic cleanup of kfree()
  ASoc: qcom: q6prm: Use automatic cleanup of kfree()
  ASoc: qcom: q6asm: Use automatic cleanup of kfree()
  ASoC: qcom: q6afe: Use guard() for spin locks
  ASoC: qcom: q6apm-dai: Use guard() for spin locks
  ASoC: qcom: q6asm-dai: Use guard() for spin locks
  ASoC: qcom: q6asm: Use guard() for spin locks

 sound/soc/qcom/qdsp6/audioreach.c | 234 +++++++++---------------------
 sound/soc/qcom/qdsp6/q6adm.c      |  33 ++---
 sound/soc/qcom/qdsp6/q6afe.c      |  49 ++-----
 sound/soc/qcom/qdsp6/q6apm-dai.c  |  23 +--
 sound/soc/qcom/qdsp6/q6apm.c      |  57 +++-----
 sound/soc/qcom/qdsp6/q6asm-dai.c  |  23 +--
 sound/soc/qcom/qdsp6/q6asm.c      | 189 ++++++------------------
 sound/soc/qcom/qdsp6/q6prm.c      |  27 +---
 8 files changed, 170 insertions(+), 465 deletions(-)

-- 
2.51.0


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

end of thread, other threads:[~2025-10-21 11:37 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-17  8:52 [PATCH 00/12] ASoC: qcom: q6dsp: few cleanups Srinivas Kandagatla
2025-10-17  8:52 ` [PATCH 01/12] ASoC: qdsp6: q6asm: do not sleep while atomic Srinivas Kandagatla
2025-10-17  8:52 ` [PATCH 02/12] ASoc: qcom: audioreach: remove unused variables Srinivas Kandagatla
2025-10-17  8:52 ` [PATCH 03/12] ASoc: qcom: audioreach: Use automatic cleanup of kfree() Srinivas Kandagatla
2025-10-17  8:52 ` [PATCH 04/12] ASoc: qcom: q6adm: " Srinivas Kandagatla
2025-10-17  8:53 ` [PATCH 05/12] ASoc: qcom: q6afe: " Srinivas Kandagatla
2025-10-17  8:53 ` [PATCH 06/12] ASoc: qcom: q6apm: " Srinivas Kandagatla
2025-10-17  8:53 ` [PATCH 07/12] ASoc: qcom: q6prm: " Srinivas Kandagatla
2025-10-17  8:53 ` [PATCH 08/12] ASoc: qcom: q6asm: " Srinivas Kandagatla
2025-10-17  8:53 ` [PATCH 09/12] ASoC: qcom: q6afe: Use guard() for spin locks Srinivas Kandagatla
2025-10-17  8:53 ` [PATCH 10/12] ASoC: qcom: q6apm-dai: " Srinivas Kandagatla
2025-10-17  8:53 ` [PATCH 11/12] ASoC: qcom: q6asm-dai: " Srinivas Kandagatla
2025-10-17  8:53 ` [PATCH 12/12] ASoC: qcom: q6asm: " Srinivas Kandagatla
2025-10-19  4:18   ` kernel test robot
2025-10-20 10:29     ` Srinivas Kandagatla
2025-10-21 11:37 ` (subset) [PATCH 00/12] ASoC: qcom: q6dsp: few cleanups Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox