summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_intel.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2018-07-25 17:59:26 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-08-22 07:47:14 +0200
commit6479c9e55354c81fcbe6a52f75cf56c4f91c2e5b (patch)
treeef97f259fde2e925dfe8cf7a353b956dae09a5b9 /sound/pci/hda/hda_intel.c
parentb1e4b1ca28eab0f7ade5cfa46a41aaf072cbd4d1 (diff)
ALSA: cs5535audio: Fix invalid endian conversion
commit 69756930f2de0457d51db7d505a1e4f40e9fd116 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>
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
0 files changed, 0 insertions, 0 deletions