diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2021-09-10 11:48:47 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-09-13 01:59:02 +0100 |
commit | c3815f8bc777370999ced0b6b6f846094b33d583 (patch) | |
tree | 647d693a7ba88cd585964f1cd82bb3ef313e9ffc /sound | |
parent | 0c7985e1b90c1eabc75b01f971eb89733cc51979 (diff) | |
download | linux-c3815f8bc777370999ced0b6b6f846094b33d583.tar.bz2 |
ASoC: mediatek: mt8195: Remove unsued irqs_lock.
irqs_lock is not used, never was.
Remove irqs_lock.
Fixes: 283b612429a27 ("ASoC: mediatek: implement mediatek common structure")
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.com>
Cc: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Link: https://lore.kernel.org/r/20210910094847.3430413-1-bigeasy@linutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/mediatek/common/mtk-afe-fe-dai.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/mediatek/common/mtk-afe-fe-dai.c b/sound/soc/mediatek/common/mtk-afe-fe-dai.c index e95c7c018e7d..4f2c2379531b 100644 --- a/sound/soc/mediatek/common/mtk-afe-fe-dai.c +++ b/sound/soc/mediatek/common/mtk-afe-fe-dai.c @@ -288,7 +288,6 @@ const struct snd_soc_dai_ops mtk_afe_fe_ops = { }; EXPORT_SYMBOL_GPL(mtk_afe_fe_ops); -static DEFINE_MUTEX(irqs_lock); int mtk_dynamic_irq_acquire(struct mtk_base_afe *afe) { int i; |