]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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:49:21 +0000 (14:49 -0700)
commite23564c6fd1c394b1198378f778a1e84cbe343bc
tree7986dc544ceec725c26c834e5de37986bd57ff8e
parent403fd405834a02cc5163528590f385653166915e
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