OSDN Git Service

ASoC: rt5651: Use IRQF_NO_AUTOEN when requesting the IRQ
authorHans de Goede <hdegoede@redhat.com>
Sun, 3 Oct 2021 13:22:55 +0000 (15:22 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 4 Oct 2021 14:55:25 +0000 (15:55 +0100)
commit6e037b72cf4ea6c28a131ea021d63ee4e7e6fa64
tree1af08dfc6a98ca0e9f162c408061a87541c7fd1e
parent1cf2aa665901054b140eb71748661ceae99b6b5a
ASoC: rt5651: Use IRQF_NO_AUTOEN when requesting the IRQ

Use the new IRQF_NO_AUTOEN flag when requesting the IRQ, rather then
disabling it immediately after requesting it.

This fixes a possible race where the IRQ might trigger between requesting
and disabling it; and this also leads to a small code cleanup.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20211003132255.31743-2-hdegoede@redhat.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5651.c