]> git.hungrycats.org Git - linux/commit
ASoC: cs35l56: Move cs35l56_irq_request() after cs35l56_irq()
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Mon, 10 Aug 2026 10:40:43 +0000 (11:40 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 14 Aug 2026 12:53:24 +0000 (13:53 +0100)
commita075fef187a6fe8ef99b022a69bc0b9ed584ba93
treee0d61c2a6b6d55ef45a6fc430c48d44f54e143a6
parent888162dabf64128603b12ac2d23236cf2086b7ef
ASoC: cs35l56: Move cs35l56_irq_request() after cs35l56_irq()

cs35l56_irq_request() references cs35l56_irq() but was above it in the
source (although they are in the other order in the header file). Switch
to convertional C ordering.

This is preparation for a future patch that will stop exporting
cs35l56_irq() and make it static.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://patch.msgid.link/20260810104045.60701-3-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs35l56-shared.c