linux_dsm_epyc7002/sound/core
Olof Johansson 447c6f93ab ALSA: control: remove compilation warning on 32-bit
This was introduced by 'ALSA: control: add support for ENUMERATED user
space controls' which adds a u64 variable that gets cast to a pointer:

sound/core/control.c: In function 'snd_ctl_elem_init_enum_names':
sound/core/control.c:1089: warning: cast to pointer from integer of different size

Cast to uintptr_t before casting to pointer to avoid the warning.

Signed-off-by: Olof Johansson <olof@lixom.net>
[cl: replace long with uintptr_t]
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2011-11-06 11:22:15 +01:00
..
oss ALSA: oss-mixer - use strlcpy() instead strcpy() 2011-10-04 08:47:52 +02:00
seq
control_compat.c ALSA: control: add support for ENUMERATED user space controls 2011-10-09 09:09:11 +02:00
control.c ALSA: control: remove compilation warning on 32-bit 2011-11-06 11:22:15 +01:00
device.c
hrtimer.c
hwdep_compat.c
hwdep.c ALSA: hwdep: silence integer overflow warning 2011-10-31 09:52:43 +01:00
info_oss.c
info.c
init.c
isadma.c
jack.c ALSA: jack - Add "Line In" input jack constants 2011-10-05 17:22:04 +02:00
Kconfig
Makefile
memalloc.c
memory.c
misc.c
pcm_compat.c ALSA: sound/core/pcm_compat.c: adjust array index 2011-07-28 15:12:02 +02:00
pcm_lib.c ALSA: pcm: add snd_pcm_hw_rule_noresample() 2011-09-20 08:56:45 +02:00
pcm_memory.c
pcm_misc.c
pcm_native.c Merge branch 'topic/misc' into for-linus 2011-10-26 23:51:43 +02:00
pcm_timer.c
pcm.c
rawmidi_compat.c
rawmidi.c
rtctimer.c ALSA: rtctimer.c needs module.h 2011-07-30 08:03:35 +02:00
sgbuf.c
sound_oss.c
sound.c
timer_compat.c
timer.c ALSA: timer - Add NULL-check for invalid slave timer 2011-08-08 12:28:22 +02:00
vmaster.c