* [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
* Re: [PATCH] ASoC: mediatek: mt8186: Remove unused mutex.
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
1 sibling, 0 replies; 3+ messages in thread
From: AngeloGioacchino Del Regno @ 2023-08-03 8:45 UTC (permalink / raw)
To: Sebastian Andrzej Siewior, alsa-devel, linux-arm-kernel,
linux-mediatek
Cc: Jaroslav Kysela, Liam Girdwood, Mark Brown, Matthias Brugger,
Takashi Iwai, Thomas Gleixner
Il 03/08/23 10:39, Sebastian Andrzej Siewior ha scritto:
> 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>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: mediatek: mt8186: Remove unused mutex.
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
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2023-08-03 16:06 UTC (permalink / raw)
To: alsa-devel, linux-arm-kernel, linux-mediatek,
Sebastian Andrzej Siewior
Cc: AngeloGioacchino Del Regno, Jaroslav Kysela, Liam Girdwood,
Matthias Brugger, Takashi Iwai, Thomas Gleixner
On Thu, 03 Aug 2023 10:39:08 +0200, Sebastian Andrzej Siewior wrote:
> The mutex mutex_request_dram has no user.
>
> Remove mutex_request_dram.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: mediatek: mt8186: Remove unused mutex.
commit: 248c74bf42c16262f95f26523683334686a26263
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [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