ALSA: atiixp_modem: Proper endian notations
authorTakashi Iwai <tiwai@suse.de>
Wed, 25 Jul 2018 21:24:13 +0000 (23:24 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 27 Jul 2018 07:06:13 +0000 (09:06 +0200)
commit7e49aadf64992c138b354a2e9ae35a3ae0399415
treed0944859e5b3ce2c5cfa962f19901b5152e0c628
parentc44a81a40af0e1aa52b88d1c60682e30c411fb23
ALSA: atiixp_modem: Proper endian notations

The DMA address table in atiixp modem driver is in little-endian,
hence we should define it with __le32 properly.

Spotted by sparse, a warning like:
  sound/pci/atiixp_modem.c:360:28: warning: incorrect type in assignment (different base types)

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/atiixp_modem.c