commit | 361dab3ec2c59044f420cdf232523cd4af4e833e | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed May 09 14:35:27 2012 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Nov 28 09:03:39 2012 +0100 |
tree | a15a6119c598e83bdb5ca45676907c6c0a3645cb | |
parent | 04324ccc75f96b3ed7aad1c866d1b7925e977bdf [diff] |
ALSA: hda - Call snd_array_init() early and only once This is a preliminary patch for introducing a protection to access races of snd_array instances. Call snd_array_init() appropriately at the initialization time and don't call it twice. Also the allocations of codec-spec structs are cleaned up by helper functions in patch_sigmatel.c and patch_analog.c. Signed-off-by: Takashi Iwai <tiwai@suse.de>