commit | 46325371b230cc66c743925c930a17e7d0b8211e | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@osadl.org> | Sat Dec 19 15:23:13 2015 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Sun Dec 20 22:31:02 2015 +0100 |
tree | 5d35b578f515bae99f1c5860d893d36b1355caf5 | |
parent | bcb337d166044cf389d3b9d3e6063c1ec4ca685d [diff] |
ALSA: oss: consolidate kmalloc/memset 0 call to kzalloc This is an API consolidation only. The use of kmalloc + memset to 0 is equivalent to kzalloc. Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>