tmp_suning_uos_patched/sound
Takashi Iwai 0d9a26fc74 ALSA: lola: Proper endian notations
The BDL entries in lola driver are little-endian while we code them as
u32.  This leads to sparse warnings like:
  sound/pci/lola/lola.c:105:40: warning: incorrect type in assignment (different base types)
  sound/pci/lola/lola.c:105:40:    expected unsigned int [unsigned] [usertype] <noident>
  sound/pci/lola/lola.c:105:40:    got restricted __le32 [usertype] <noident>

This patch fixes the declarations to the proper __le32 type.

Also, there was a typo in the original code, where __user was used
that was intended as __iomem.  This was caused also by sparse:
  sound/pci/lola/lola_mixer.c:132:27: warning: incorrect type in assignment (different address spaces)
Fixed in this patch as well.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2018-07-27 09:06:05 +02:00
..
ac97
aoa
arm
atmel
core ALSA: pcm: Fix sparse warning wrt PCM format type 2018-07-27 09:05:27 +02:00
drivers ALSA: opl3: Declare common variables properly 2018-07-26 08:31:48 +02:00
firewire
hda ALSA: hda: Proper endian notations for BDL pointers 2018-07-27 09:06:01 +02:00
i2c
isa ALSA: sb: Fix sparse warning wrt PCM format type 2018-07-27 09:05:33 +02:00
mips
oss
parisc
pci ALSA: lola: Proper endian notations 2018-07-27 09:06:05 +02:00
pcmcia
ppc
sh
soc
sparc
spi
synth
usb ALSA: usb-audio: Declare the common variable in header file 2018-07-26 08:32:00 +02:00
x86
xen ALSA: xen: Use standard pcm_format_to_bits() for ALSA format bits 2018-07-27 09:05:34 +02:00
ac97_bus.c
Kconfig
last.c
Makefile
sound_core.c