linux-stable/sound/pci/cs5535audio
Takashi Iwai 6b4af40779 ALSA: cs5535audio: Fix invalid endian conversion
commit 69756930f2 upstream.

One place in cs5535audio_build_dma_packets() does an extra conversion
via cpu_to_le32(); namely jmpprd_addr is passed to setup_prd() ops,
which writes the value via cs_writel().  That is, the callback does
the conversion by itself, and we don't need to convert beforehand.

This patch fixes that bogus conversion.

Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-08-22 07:46:09 +02:00
..
cs5535audio.c ALSA: remove deprecated use of pci api 2015-04-16 12:19:52 +02:00
cs5535audio.h ALSA: cs5535audio: Fix invalid endian conversion 2018-08-22 07:46:09 +02:00
cs5535audio_olpc.c ALSA: cs5535audio: Use standard printk helpers 2014-02-26 16:45:25 +01:00
cs5535audio_pcm.c ALSA: cs5535audio: Fix invalid endian conversion 2018-08-22 07:46:09 +02:00
cs5535audio_pm.c ALSA: cs5535audio: fix unused warnings on resume/suspend 2016-12-28 16:05:12 +01:00
Makefile