commit | 3c164e2ce601bd7abf76d9f37b7f4afa6fa988a1 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jul 25 23:24:07 2018 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jul 27 09:06:06 2018 +0200 |
tree | f8d006620016cdca542b383c2827c6b1e44b6238 | |
parent | 0d9a26fc74578289e0edeac36c6d562596f8a72e [diff] |
ALSA: intel8x0: Proper endian notations The BD address tables in intel8x0 driver are in little-endian, hence they should be represented as __le32 instead u32. Spotted by sparse, warnings like: sound/pci/intel8x0.c:688:40: warning: incorrect type in assignment (different base types) Signed-off-by: Takashi Iwai <tiwai@suse.de>