]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: arizona: Set compressed IRQ to a wake source
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Wed, 20 Jun 2018 10:56:20 +0000 (11:56 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 20 Jun 2018 11:18:44 +0000 (12:18 +0100)
commit1b31de922e28de2bf2078b7a1e341ad4aee6aa03
tree9da8f5e31348a20fd9f3551019b81fb1c54f309a
parent6e56e5d04191aa20e08430dcb203c081fa247e93
ASoC: arizona: Set compressed IRQ to a wake source

The current code is not setting the compressed IRQ as a wake
source.  Normally this doesn't cause any issues as the CODEC
IRQ is set as a wake source by the jack detection code and the
CODEC only produces a single IRQ line. However if the system
is not using jack detection the compressed audio IRQ should
still function as a wake source, as such directly set the
compressed audio IRQ as a wake source.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs47l24.c
sound/soc/codecs/wm5102.c
sound/soc/codecs/wm5110.c