linux/sound/pci/lx6464es
Takashi Iwai 293db84270 ALSA: lx6464es: Fix pointer cast compile warnings
The warnings are really harmless but annoying.  Since they are only
about debug prints, and it's at most 32bit DMA, let's just cast to
unsigned long.

  sound/pci/lx6464es/lx6464es.c:457:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  sound/pci/lx6464es/lx_core.c:1195:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2013-11-06 18:00:29 +01:00
..
Makefile
lx6464es.c ALSA: lx6464es: Fix pointer cast compile warnings 2013-11-06 18:00:29 +01:00
lx6464es.h atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
lx_core.c ALSA: lx6464es: Fix pointer cast compile warnings 2013-11-06 18:00:29 +01:00
lx_core.h ALSA: pci: remove __dev* attributes 2012-12-07 07:20:55 +01:00
lx_defs.h