ALSA: riptide: Properly endian notations
authorTakashi Iwai <tiwai@suse.de>
Wed, 25 Jul 2018 21:24:04 +0000 (23:24 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 27 Jul 2018 07:06:02 +0000 (09:06 +0200)
commitbe05e3de3a933156d472127f659d4473c461dcc5
treedfa7befa9685ef1703d12cd064b3fa03599e23eb
parent7362b0fca5de9570b5ba7bce5034105028daa599
ALSA: riptide: Properly endian notations

The SG descriptor of Riptide contains the little-endian values, hence
we need to define with __le32 properly.  This fixes sparse warnings
like:
  sound/pci/riptide/riptide.c:1112:40: warning: cast to restricted __le32

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