android_kernel_samsung_univ.../sound
David Howells fd4f80de46 Fix a const pointer usage warning in the Digigram miXart soundcard driver
Fix a const pointer usage warning in the Digigram miXart soundcard driver.  A
const pointer is being passed to copy_from_user() to load the firmware into.
This is okay in this case because the function has allocated the firmware
struct itself, but the const qualifier is part of the firmware struct - so the
patch casts the const away.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2008-07-10 14:29:01 +01:00
..
aoa
arm
core SOUND: fix race in device_create 2008-05-20 13:31:55 -07:00
drivers Fix a const pointer usage warning in the Digigram VX soundcard driver 2008-07-10 14:27:11 +01:00
i2c
isa ALSA: sb - Fix wrong assertions 2008-06-23 12:06:23 +02:00
mips
oss msnd_* is ISA-only 2008-05-21 16:55:59 -07:00
parisc
pci Fix a const pointer usage warning in the Digigram miXart soundcard driver 2008-07-10 14:29:01 +01:00
pcmcia
ppc
sh
soc
sparc
spi
synth
usb caiaq endianness fix 2008-05-21 16:56:00 -07:00
ac97_bus.c
Kconfig
last.c
Makefile
sound_core.c
sound_firmware.c