[PATCH 0/5] ASoC: samsung: Use guard() for spin locks
From: phucduc . bui
Date: Thu Apr 23 2026 - 09:03:18 EST
From: bui duc phuc <phucduc.bui@xxxxxxxxx>
Hi all,
This series simplifies spinlock management across several Samsung ASoC
drivers by adopting the guard() macro.
All patches are strictly code refactoring with no functional changes
intended.
Best regards,
Phuc
bui duc phuc (5):
ASoC: samsung: i2s: Use guard() for spin locks
ASoC: samsung: idma: Use guard() for spin locks
ASoC: samsung: odroid: Use guard() for spin locks
ASoC: samsung: pcm: Use guard() for spin locks
ASoC: samsung: spdif: Use guard() for spin locks
sound/soc/samsung/i2s.c | 118 ++++++++++++++++---------------------
sound/soc/samsung/idma.c | 26 +++-----
sound/soc/samsung/odroid.c | 21 ++-----
sound/soc/samsung/pcm.c | 99 +++++++++++++------------------
sound/soc/samsung/spdif.c | 25 +++-----
5 files changed, 113 insertions(+), 176 deletions(-)
--
2.43.0