ASoC: apple: mca: Trigger, not deassert, the peripheral reset
authorMartin Povišer <povik+lin@cutebit.org>
Tue, 27 Sep 2022 11:34:24 +0000 (13:34 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 27 Sep 2022 12:59:57 +0000 (13:59 +0100)
commitd584e73e7310971cc226ef0e2a1bc0526da0d582
treee37fb936adcab9856f01a6e57a58cb976b76acef
parent6fed3265c3c811c79819860051375f6d7efc1d7e
ASoC: apple: mca: Trigger, not deassert, the peripheral reset

Replace the deassertion of the peripheral's shared reset with the
triggering of a pulse on it. This is what we should have been using all
along as the platform's custom is not leaving the reset asserted on
unused peripherals.

Fixes: 3df5d0d97289 ("ASoC: apple: mca: Start new platform driver")
Signed-off-by: Martin Povišer <povik+lin@cutebit.org>
Link: https://lore.kernel.org/r/20220927113426.49724-1-povik+lin@cutebit.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/apple/mca.c