sound: oxygen: zero-initialize model data
authorClemens Ladisch <clemens@ladisch.de>
Fri, 27 Feb 2009 08:27:44 +0000 (09:27 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 27 Feb 2009 16:32:21 +0000 (17:32 +0100)
Model drivers assume that model_data is zeroed, so we better use
kzalloc() (like we did before when it was allocated together with the
card structure).

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found