ALSA: atiixp: Proper endian notations
authorTakashi Iwai <tiwai@suse.de>
Wed, 25 Jul 2018 21:24:12 +0000 (23:24 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 27 Jul 2018 07:06:12 +0000 (09:06 +0200)
commitc44a81a40af0e1aa52b88d1c60682e30c411fb23
tree704216cb5999061f8280e5f21eaf245db8c58b97
parent58578d1894490c62bf64c3293cb06e0fcdc86a31
ALSA: atiixp: Proper endian notations

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: Takashi Iwai <tiwai@suse.de>
sound/pci/atiixp.c