[PATCH 0/9] ASoC: qcom: Use guard() for mutex & spin locks

phucduc.bui@gmail.com posted 9 patches 4 days, 18 hours ago
sound/soc/qcom/qdsp6/audioreach.c |   9 +-
sound/soc/qcom/qdsp6/q6adm.c      |  52 ++++------
sound/soc/qcom/qdsp6/q6afe.c      |   8 +-
sound/soc/qcom/qdsp6/q6apm.c      | 107 +++++++++----------
sound/soc/qcom/qdsp6/q6asm.c      | 164 +++++++++++++-----------------
sound/soc/qcom/qdsp6/q6core.c     |   7 +-
sound/soc/qcom/qdsp6/q6routing.c  |  10 +-
sound/soc/qcom/qdsp6/q6usb.c      |  28 ++---
sound/soc/qcom/qdsp6/topology.c   |  71 ++++++-------
9 files changed, 190 insertions(+), 266 deletions(-)
[PATCH 0/9] ASoC: qcom: Use guard() for mutex & spin locks
Posted by phucduc.bui@gmail.com 4 days, 18 hours ago
From: bui duc phuc <phucduc.bui@gmail.com>

Hi all,

This series converts spinlock and mutex handling in the QCOM sound 
drivers to use guard() helpers.
The changes are code cleanup only and should have no functional impact.
Compile tested only.

Best regards,
Phuc

bui duc phuc (9):
  ASoC: qcom: audioreach: Use guard() for mutex locks
  ASoc: qcom: q6adm: Use guard() for mutex & spin locks
  ASoc: qcom: q6afe: Use guard() for mutex locks
  ASoC: qcom: q6apm: Use guard() for mutex locks
  ASoC: qcom: q6asm: Use guard() for mutex & spin locks
  ASoC: qdsp6: q6core: Use guard() for mutex locks
  ASoC: qdsp6: q6routing: Use guard() for mutex locks
  ASoC: qdsp6: q6usb: Use guard() for mutex locks
  ASoC: qcom: topology: Use guard() for mutex locks

 sound/soc/qcom/qdsp6/audioreach.c |   9 +-
 sound/soc/qcom/qdsp6/q6adm.c      |  52 ++++------
 sound/soc/qcom/qdsp6/q6afe.c      |   8 +-
 sound/soc/qcom/qdsp6/q6apm.c      | 107 +++++++++----------
 sound/soc/qcom/qdsp6/q6asm.c      | 164 +++++++++++++-----------------
 sound/soc/qcom/qdsp6/q6core.c     |   7 +-
 sound/soc/qcom/qdsp6/q6routing.c  |  10 +-
 sound/soc/qcom/qdsp6/q6usb.c      |  28 ++---
 sound/soc/qcom/qdsp6/topology.c   |  71 ++++++-------
 9 files changed, 190 insertions(+), 266 deletions(-)

-- 
2.43.0