1
0
Fork 0
alistair23-linux/sound/pci/cs5535audio
Takashi Iwai 69756930f2 ALSA: cs5535audio: Fix invalid endian conversion
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>
2018-07-26 08:23:45 +02:00
..
Makefile ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEP 2012-08-14 18:12:04 +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-07-26 08:23:45 +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-07-26 08:23:45 +02:00
cs5535audio_pm.c ALSA: cs5535audio: fix unused warnings on resume/suspend 2016-12-28 16:05:12 +01:00