ALSA: bt87x: Proper endian notations
authorTakashi Iwai <tiwai@suse.de>
Wed, 25 Jul 2018 21:24:11 +0000 (23:24 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 27 Jul 2018 07:06:11 +0000 (09:06 +0200)
commit58578d1894490c62bf64c3293cb06e0fcdc86a31
tree8986b1aa30dfb26578a7804d40883cc0d47c4885
parent2a833a02a12b1dbb605739d589d11b4400c2078c
ALSA: bt87x: Proper endian notations

The RISC data in bt87x is in little-endian, hence we should define it
with __le32 properly.

Spotted by sparse, a warning like:
  sound/pci/bt87x.c:240:17: warning: incorrect type in assignment (different base types)

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