Merge series "ASoC: cs42l42: Fixes to power-down" from Richard Fitzgerald <rf@opensou...
authorMark Brown <broonie@kernel.org>
Tue, 26 Oct 2021 19:00:42 +0000 (20:00 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 26 Oct 2021 19:00:42 +0000 (20:00 +0100)
Driver probe and remove were inconsistent in what they did to power-down
and neither did all steps. In addition to that, neither function
prevented the interrupt handler from running during and after power-down.

Richard Fitzgerald (2):
  ASoC: cs42l42: Reset and power-down on remove() and failed probe()
  ASoC: cs42l42: free_irq() before powering-down on probe() fail

 sound/soc/codecs/cs42l42.c | 43 +++++++++++++++++++++++++++++++------------
 1 file changed, 31 insertions(+), 12 deletions(-)

--
2.11.0


Trivial merge