ALSA: intel8x0m: Proper endian notations
authorTakashi Iwai <tiwai@suse.de>
Wed, 25 Jul 2018 21:24:08 +0000 (23:24 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 27 Jul 2018 07:06:07 +0000 (09:06 +0200)
commit7752a7de2596097c8f702fd652cba05118f83bcc
tree94e285f1ca6573add31f9fe85f8be5eb73699d5a
parent3c164e2ce601bd7abf76d9f37b7f4afa6fa988a1
ALSA: intel8x0m: Proper endian notations

The BD address tables in intel8x0m driver are in little-endian, hence
they should be represented as __le32 instead u32.

Spotted by sparse, warnings like:
  sound/pci/intel8x0m.c:406:40: warning: incorrect type in assignment (different base types)

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