public inbox for linux-mediatek@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: mediatek: mt8186: Remove unused mutex.
@ 2023-08-03  8:39 Sebastian Andrzej Siewior
  2023-08-03  8:45 ` AngeloGioacchino Del Regno
  2023-08-03 16:06 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Sebastian Andrzej Siewior @ 2023-08-03  8:39 UTC (permalink / raw)
  To: alsa-devel, linux-arm-kernel, linux-mediatek
  Cc: AngeloGioacchino Del Regno, Jaroslav Kysela, Liam Girdwood,
	Mark Brown, Matthias Brugger, Takashi Iwai, Thomas Gleixner

The mutex mutex_request_dram has no user.

Remove mutex_request_dram.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
 sound/soc/mediatek/mt8186/mt8186-afe-clk.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sound/soc/mediatek/mt8186/mt8186-afe-clk.c b/sound/soc/mediatek/mt8186/mt8186-afe-clk.c
index 539e3a023bc4e..70ec101890d36 100644
--- a/sound/soc/mediatek/mt8186/mt8186-afe-clk.c
+++ b/sound/soc/mediatek/mt8186/mt8186-afe-clk.c
@@ -13,8 +13,6 @@
 #include "mt8186-afe-clk.h"
 #include "mt8186-audsys-clk.h"
 
-static DEFINE_MUTEX(mutex_request_dram);
-
 static const char *aud_clks[CLK_NUM] = {
 	[CLK_AFE] = "aud_afe_clk",
 	[CLK_DAC] = "aud_dac_clk",
-- 
2.40.1



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

end of thread, other threads:[~2023-08-03 16:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-03  8:39 [PATCH] ASoC: mediatek: mt8186: Remove unused mutex Sebastian Andrzej Siewior
2023-08-03  8:45 ` AngeloGioacchino Del Regno
2023-08-03 16:06 ` Mark Brown

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