diff options
author | Takashi Iwai <tiwai@suse.de> | 2018-07-25 18:59:26 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-07-26 09:23:45 +0300 |
commit | 69756930f2de0457d51db7d505a1e4f40e9fd116 (patch) | |
tree | f48f116572781a5ab5115fe541fcc9794b12d157 /sound/pci/ca0106/ca_midi.c | |
parent | 3acd3e3bab95ec3622ff98da313290ee823a0f68 (diff) | |
download | linux-69756930f2de0457d51db7d505a1e4f40e9fd116.tar.xz |
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>
Diffstat (limited to 'sound/pci/ca0106/ca_midi.c')
0 files changed, 0 insertions, 0 deletions