ASoC: apple: mca: Remove stale release of DMA channels
authorMartin Povišer <povik+lin@cutebit.org>
Tue, 27 Sep 2022 11:34:25 +0000 (13:34 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 27 Sep 2022 12:59:58 +0000 (13:59 +0100)
commite92e50e4263f5cf9c731ef5593c31f94dc3b7b8c
treeda9e12321d230351f51177b1a0fa4c01afdbcc4c
parentd584e73e7310971cc226ef0e2a1bc0526da0d582
ASoC: apple: mca: Remove stale release of DMA channels

The commit 4ec8179c212f ("ASoC: apple: mca: Postpone requesting of DMA
channels") shuffled around with the requesting and releasing of DMA
channels. It left behind stale release calls from within
apple_mca_release, remove those now.

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/20220927113426.49724-2-povik+lin@cutebit.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/apple/mca.c