linux/sound/drivers
David Howells bd5d06eb8f ALSA: Fix a const pointer usage warning in the Digigram VX soundcard driver
Fix a const pointer usage warning in the Digigram VX 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: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2008-07-10 09:32:55 +02:00
..
mpu401 [ALSA] Add MPU401_INFO_NO_ACK bitflag 2008-04-29 19:01:56 +02:00
opl3 [ALSA] opl3 - Fix compilation without sequencer support 2008-02-22 14:20:08 -08:00
opl4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-16 16:51:18 +02:00
pcsp [ALSA] snd-pcsp - fix pcsp_treble_info() to honour an item number 2008-05-25 18:21:10 +02:00
vx ALSA: Fix a const pointer usage warning in the Digigram VX soundcard driver 2008-07-10 09:32:55 +02:00
Kconfig [ALSA] Fix AC97 kconfig items 2008-05-27 15:56:20 +02:00
Makefile [ALSA] Add PC-speaker sound driver 2008-04-24 12:00:20 +02:00
dummy.c [ALSA] sound/drivers/dummy.c: fix negative snd_pcm_format_width() check 2008-04-24 12:00:38 +02:00
ml403-ac97cr.c [ALSA] sound: fix platform driver hotplug/coldplug 2008-04-24 12:00:35 +02:00
mtpav.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
mts64.c [ALSA] sound: fix mts64 section mismatches 2008-01-31 17:30:00 +01:00
pcm-indirect2.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
pcm-indirect2.h [ALSA] Xilinx ML403 AC97 Controller Reference device driver 2008-01-31 17:29:15 +01:00
portman2x4.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
serial-u16550.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
virmidi.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00