ASoC: cs35l56: Update comment on masking of EINT20 interrupts
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Tue, 18 Apr 2023 14:43:06 +0000 (15:43 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 18 Apr 2023 16:09:13 +0000 (17:09 +0100)
commit16e5fc8ae793947d7dd0de63c7a613798f75c237
treecfd0730c38419315decdaf6a0f1c26def13e98d9
parent3a5e13eb151eaa7835e169c69cf38ced8724d1f2
ASoC: cs35l56: Update comment on masking of EINT20 interrupts

EINT20 contains wake-source interrupts and also interface-blocked
interrupts, which all default to unmasked after reset or wake.

The comment in cs35l56_init() only mentioned the wake interrupts.
Update the comment so it's clear that it's intentional to also
mask the *_BLOCKED interrupts.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20230418144309.1100721-2-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs35l56.c