• Takashi Iwai's avatar
    ALSA: cs5535audio: Fix invalid endian conversion · 69756930
    Takashi Iwai authored
    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: default avatarTakashi Iwai <tiwai@suse.de>
    69756930
cs5535audio_pcm.c 13.1 KB