mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 22:02:28 +00:00
69756930f2
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> |
||
---|---|---|
.. | ||
cs5535audio_olpc.c | ||
cs5535audio_pcm.c | ||
cs5535audio_pm.c | ||
cs5535audio.c | ||
cs5535audio.h | ||
Makefile |