ALSA: intel8x0: Proper endian notations
authorTakashi Iwai <tiwai@suse.de>
Wed, 25 Jul 2018 21:24:07 +0000 (23:24 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 27 Jul 2018 07:06:06 +0000 (09:06 +0200)
commit3c164e2ce601bd7abf76d9f37b7f4afa6fa988a1
treef8d006620016cdca542b383c2827c6b1e44b6238
parent0d9a26fc74578289e0edeac36c6d562596f8a72e
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>
sound/pci/intel8x0.c