summaryrefslogtreecommitdiffstats
path: root/sound/soc/mediatek/mt8186
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2023-08-03 10:39:08 +0200
committerMark Brown <broonie@kernel.org>2023-08-03 12:29:12 +0100
commit248c74bf42c16262f95f26523683334686a26263 (patch)
tree54faf6437afc2b7e6ce9346dc023bf58fafb2ee5 /sound/soc/mediatek/mt8186
parenta38a4090e2c400c6c49c584cda6f28c73c08f5f1 (diff)
downloadlinux-stable-248c74bf42c16262f95f26523683334686a26263.tar.gz
linux-stable-248c74bf42c16262f95f26523683334686a26263.tar.bz2
linux-stable-248c74bf42c16262f95f26523683334686a26263.zip
ASoC: mediatek: mt8186: Remove unused mutex.
The mutex mutex_request_dram has no user. Remove mutex_request_dram. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20230803083908.9DxbPvOK@linutronix.de Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/mt8186')
-rw-r--r--sound/soc/mediatek/mt8186/mt8186-afe-clk.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/mediatek/mt8186/mt8186-afe-clk.c b/sound/soc/mediatek/mt8186/mt8186-afe-clk.c
index 539e3a023bc4..70ec101890d3 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",