[alsa-devel] [PATCH] ASoC: rt274: Disable jack report IRQ with disabling jack
Mark Brown
broonie at kernel.org
Tue Nov 12 18:10:22 CET 2019
On Tue, Nov 12, 2019 at 02:02:37PM +0100, Pawel Harlozinski wrote:
> /* Disable jack detection */
> regmap_update_bits(rt274->regmap, RT274_EAPD_GPIO_IRQ_CTRL,
> RT274_IRQ_EN, RT274_IRQ_DIS);
> -
> + disable_irq(rt274->i2c->irq);
> return 0;
Shouldn't the register update above be suppressing interrupts?
disable_irq() is a bit of a hammer and interferes with things like
possible share use.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20191112/a053fa9d/attachment.sig>
More information about the Alsa-devel
mailing list