tmp_suning_uos_patched/sound/pci/emu10k1
Takashi Iwai 6a7322df2c ALSA: emu10k1: Fix endianness annotations
The internal page tables are little endian, hence they should be
__le32 type.  This fixes the relevant sparse warning:
  sound/pci/emu10k1/emu10k1_main.c:2013:51: warning: incorrect type in assignment (different base types)
  sound/pci/emu10k1/emu10k1_main.c:2013:51:    expected unsigned int [usertype]
  sound/pci/emu10k1/emu10k1_main.c:2013:51:    got restricted __le32 [usertype]

No functional changes, just sparse warning fixes.

Link: https://lore.kernel.org/r/20200206163152.6073-3-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2020-02-10 08:25:45 +01:00
..
emu10k1_callback.c
emu10k1_main.c ALSA: emu10k1: Fix endianness annotations 2020-02-10 08:25:45 +01:00
emu10k1_patch.c
emu10k1_synth_local.h
emu10k1_synth.c
emu10k1.c ALSA: pci: Avoid non-standard macro usage 2019-11-06 15:47:43 +01:00
emu10k1x.c ALSA: pci: Constify snd_ac97_bus_ops definitions 2020-01-03 09:24:13 +01:00
emufx.c ALSA: emu10k1: Fix annotation and cast for the recent uapi header change 2020-02-02 10:08:24 +01:00
emumixer.c ALSA: emu10k1: More constifications 2020-01-05 16:14:39 +01:00
emumpu401.c
emupcm.c ALSA: pci: Drop superfluous ioctl PCM ops 2019-12-11 07:25:31 +01:00
emuproc.c ALSA: emu10k1: More constifications 2020-01-05 16:14:39 +01:00
io.c ALSA: emu10k1: More constifications 2020-01-05 16:14:39 +01:00
irq.c
Makefile
memory.c ALSA: pci: Avoid non-standard macro usage 2019-11-06 15:47:43 +01:00
p16v.c ALSA: pci: Constify snd_kcontrol_new items 2020-01-03 09:24:28 +01:00
p16v.h
p17v.h
timer.c ALSA: Constify snd_timer_hardware definitions 2020-01-03 09:24:07 +01:00
tina2.h
voice.c