diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2023-08-03 11:39:08 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-03 14:29:12 +0300 |
commit | 248c74bf42c16262f95f26523683334686a26263 (patch) | |
tree | 54faf6437afc2b7e6ce9346dc023bf58fafb2ee5 /sound/soc/mediatek | |
parent | a38a4090e2c400c6c49c584cda6f28c73c08f5f1 (diff) | |
download | linux-248c74bf42c16262f95f26523683334686a26263.tar.xz |
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')
-rw-r--r-- | sound/soc/mediatek/mt8186/mt8186-afe-clk.c | 2 |
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", |