ALSA: lx6464es: Fix pointer cast compile warnings
authorTakashi Iwai <tiwai@suse.de>
Wed, 6 Nov 2013 16:54:55 +0000 (17:54 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 6 Nov 2013 17:00:29 +0000 (18:00 +0100)
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>

No differences found