ASoC: pxa: pxa2xx-ac97: fix dma requestor lines
authorRobert Jarzmik <robert.jarzmik@free.fr>
Tue, 22 Sep 2015 19:20:22 +0000 (21:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Oct 2015 21:43:15 +0000 (14:43 -0700)
commitca51bf3e5504c8c0df5dd00688ac242de8e2efa6
tree2974ab2aa74d51a0d9b7695a4aa0cacf2cd62bb0
parentefec92c44e9883d1b13b7785ff4dc2b66872d87b
ASoC: pxa: pxa2xx-ac97: fix dma requestor lines

commit 8811191fdf7ed02ee07cb8469428158572d355a2 upstream.

PCM receive and transmit DMA requestor lines were reverted, breaking the
PCM playback interface for PXA platforms using the sound/soc/ variant
instead of the sound/arm variant.

The commit below shows the inversion in the requestor lines.

Fixes: d65a14587a9b ("ASoC: pxa: use snd_dmaengine_dai_dma_data")
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/pxa/pxa2xx-ac97.c