• Takashi Iwai's avatar
    ALSA: intel8x0m: Proper endian notations · 7752a7de
    Takashi Iwai authored
    The BD address tables in intel8x0m driver are in little-endian, hence
    they should be represented as __le32 instead u32.
    
    Spotted by sparse, warnings like:
      sound/pci/intel8x0m.c:406:40: warning: incorrect type in assignment (different base types)
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    7752a7de
intel8x0m.c 37.1 KB