• T
    ALSA: trident: Proper endian notations · 752089fe
    Takashi Iwai 提交于
    The TLB entries in Trident driver are represented in little-endian,
    hence they should be declared as __le32.
    
    This patch fixes the sparse warnings like:
      sound/pci/trident/trident_memory.c:226:17: warning: incorrect type in assignment (different base types)
    Signed-off-by: NTakashi Iwai <tiwai@suse.de>
    752089fe
trident.h 13.8 KB