sound: oxygen: allocate model_data dynamically
authorClemens Ladisch <clemens@ladisch.de>
Thu, 19 Feb 2009 07:38:25 +0000 (08:38 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 19 Feb 2009 09:22:23 +0000 (10:22 +0100)
commit6ed91157093c60e26bf0215b752f07af52935afc
treec1dbc3089cb20d6f36c6fd482b998316ede73390
parentbb71858853a5c9616eea98512f4075d4f081154d
sound: oxygen: allocate model_data dynamically

Allocate the model-specific data dynamically instead of including it in
the memory block of the card structure.  This will allow us to determine
the actual model after the card creation.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/oxygen/oxygen_lib.c