]> git.ipfire.org Git - people/ms/linux.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:39:18 +0000 (14:39 -0700)
commit994e1a179b12e4b24aa7242efdad2d8615303c8f
treeb14e75f220a23c8f6192bc8082d25bd8c3320176
parent85a7b3510c362afd51635e8981454d18f78b7e73
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