• Takashi Iwai's avatar
    ALSA: atiixp: Proper endian notations · c44a81a4
    Takashi Iwai authored
    The DMA address table in atiixp driver is in little-endian, hence we should define it with __le32 properly.
    
    Spotted by sparse, a warning like:
      sound/pci/atiixp.c:393:28: warning: incorrect type in assignment (different base types)
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    c44a81a4
atiixp.c 45.1 KB