dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/sound/pci/asihpi
Thomas Meyer 67ada8367c ALSA: asihpi - use kzalloc()
Use kzalloc rather than kmalloc followed by memset with 0

 This considers some simple cases that are common and easy to validate
 Note in particular that there are no ...s in the rule, so all of the
 matched code has to be contiguous

 The semantic patch that makes this output is available
 in scripts/coccinelle/api/alloc/kzalloc-simple.cocci.

 More information about semantic patching is available at
 http://coccinelle.lip6.fr/

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2011-08-07 17:32:52 +02:00
..
Makefile ALSA: Add support of AudioScience ASI boards 2010-04-22 07:21:53 +02:00
asihpi.c ALSA: Make snd_pcm_debug_name usable outside pcm_lib 2011-07-24 13:34:32 +02:00
hpi.h ALSA: asihpi - HPI version 4.08 2011-07-22 07:55:02 +02:00
hpi6000.c ALSA: asihpi - DSP code loader API now independent of OS 2011-07-22 07:49:23 +02:00
hpi6000.h ALSA: Add support of AudioScience ASI boards 2010-04-22 07:21:53 +02:00
hpi6205.c ALSA: asihpi - Make local function static 2011-07-22 07:52:02 +02:00
hpi6205.h ALSA: asihpi - Increase request and response buffer sizes 2011-07-22 07:45:26 +02:00
hpi_internal.h ALSA: asihpi - Add new node and message defines 2011-07-22 07:52:15 +02:00
hpicmn.c ALSA: asihpi - use kzalloc() 2011-08-07 17:32:52 +02:00
hpicmn.h ALSA: asihpi: Minor cleanups 2011-04-05 11:51:04 +02:00
hpidebug.c ALSA: asihpi - Checkpatch line lengths etc. 2011-02-10 18:49:25 +01:00
hpidebug.h ALSA: asihpi - Checkpatch line lengths etc. 2011-02-10 18:49:25 +01:00
hpidspcd.c ALSA: asihpi - Don't leak firmware if mem alloc fails 2011-08-01 10:57:06 +02:00
hpidspcd.h ALSA: asihpi - DSP code loader API now independent of OS 2011-07-22 07:49:23 +02:00
hpifunc.c ALSA: asihpi - Remove controlex structs and associated special data transfer code 2011-07-22 07:46:14 +02:00
hpimsginit.c ALSA: asihpi - Give more meaningful name to hpi request message type 2011-07-22 07:45:06 +02:00
hpimsginit.h ALSA: asihpi - Add include guard. 2011-02-10 18:49:24 +01:00
hpimsgx.c ALSA: asihpi - Fix minor typos and spelling 2011-07-22 07:51:41 +02:00
hpimsgx.h ALSA: Add support of AudioScience ASI boards 2010-04-22 07:21:53 +02:00
hpioctl.c ALSA: asihpi - Clarify adapter index validity check 2011-08-02 09:26:31 +02:00
hpioctl.h ALSA: Add support of AudioScience ASI boards 2010-04-22 07:21:53 +02:00
hpios.c ALSA: asihpi - Remove unused structures, macros and functions 2011-07-22 07:50:57 +02:00
hpios.h ALSA: asihpi - Explicitly include mutex.h 2011-07-22 07:52:31 +02:00
hpipcida.h ALSA: Add support of AudioScience ASI boards 2010-04-22 07:21:53 +02:00