commit | c44a81a40af0e1aa52b88d1c60682e30c411fb23 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jul 25 23:24:12 2018 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jul 27 09:06:12 2018 +0200 |
tree | 704216cb5999061f8280e5f21eaf245db8c58b97 | |
parent | 58578d1894490c62bf64c3293cb06e0fcdc86a31 [diff] |
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>