• Mark Brown's avatar
    ASoC: Remove byte swap in 4x12 SPI write · 063b7cc4
    Mark Brown authored
    snd_soc_4_12_spi_write() contains a byte swap. Since this code was written
    for an Analog CODEC on a Blackfin reference board it appears that this is
    done because while Blackfin is little endian the CODEC is big endian (as
    are most CODECs).
    
    Push this up into the generic 4x12 write function and use cpu_to_be16() to
    do the byte swap so things are more regular and things work on both CPU
    endiannesses.
    Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
    Acked-by: default avatarLiam Girdwood <lrg@ti.com>
    063b7cc4
soc-cache.c 33.9 KB