commit | a40a3937222c728be925f2d78650cfe9b20be3f5 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Oct 29 11:59:31 2013 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Oct 29 11:59:31 2013 +0100 |
tree | 40532dfebef2dc2ae7cb1d81949eee6d2da79601 | |
parent | 9f694bc7936a7e4e9c9efac2900cddaf71303c0a [diff] |
ALSA: memalloc: NULL-initialize in snd_malloc_dev_iram() dmab->area and addr fields should be cleared at the head of snd_malloc_dev_iram() as especially dmab->area is used to indicate the allocation failure / fallback. Signed-off-by: Takashi Iwai <tiwai@suse.de>