linux_dsm_epyc7002/sound/isa
Julia Lawall ef86f581f7 ALSA: Use kzalloc for allocating only one thing
Use kzalloc rather than kcalloc(1,...)

The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
@@

- kcalloc(1,
+ kzalloc(
          ...)
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-12-19 09:40:26 +01:00
..
ad1816a
ad1848
cs423x Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2009-12-09 19:43:33 -08:00
es1688 ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep" 2009-11-05 09:00:18 +01:00
gus ALSA: sound/isa/gus: Correct code taking the size of a pointer 2009-12-14 11:16:09 +01:00
msnd ALSA: Use kzalloc for allocating only one thing 2009-12-19 09:40:26 +01:00
opti9xx Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 2009-12-12 11:40:50 -08:00
sb ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep" 2009-11-05 09:00:18 +01:00
wavefront
wss ALSA: cs4236: update control names 2009-11-18 07:23:16 +01:00
adlib.c
als100.c
azt2320.c
cmi8330.c ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep" 2009-11-05 09:00:18 +01:00
dt019x.c
es18xx.c Merge branch 'topic/misc' into for-linus 2009-12-04 16:22:37 +01:00
Kconfig
Makefile
opl3sa2.c
sc6000.c
sgalaxy.c
sscape.c