ASoC: mediatek: mt8195: Remove unsued irqs_lock.
irqs_lock is not used, never was.
Remove irqs_lock.
Fixes: 283b612429
("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>
This commit is contained in:
parent
0c7985e1b9
commit
c3815f8bc7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user