ASoC: apple: mca: Improve handling of unavailable DMA channels
authorMartin Povišer <povik+lin@cutebit.org>
Fri, 24 Feb 2023 15:33:02 +0000 (16:33 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 24 Feb 2023 16:31:20 +0000 (16:31 +0000)
commitfb1847cc460c127b12720119eae5f438ffc62e85
tree871f8e51b58a9c08223ebf0a6e68bbcb52b4bd50
parentd8b3e396088d787771f19fd3b7949e080dc31d6f
ASoC: apple: mca: Improve handling of unavailable DMA channels

When we fail to obtain a DMA channel, don't return a blanket -EINVAL,
instead return the original error code if there's one. This makes
deferring work as it should. Also don't print an error message for
-EPROBE_DEFER.

Fixes: 4ec8179c212f ("ASoC: apple: mca: Postpone requesting of DMA channels")
Signed-off-by: Martin Povišer <povik+lin@cutebit.org>
Link: https://lore.kernel.org/r/20230224153302.45365-3-povik+lin@cutebit.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/apple/mca.c