From: Takashi Iwai Date: Sun, 25 Jan 2015 17:36:29 +0000 (+0100) Subject: ALSA: line6: Let snd_card_new() allocate private data X-Git-Tag: fixes-v4.0-rc1~146^2~35^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aca514b82356dcc3575da33453382bd27593aea1;p=pandora-kernel.git ALSA: line6: Let snd_card_new() allocate private data Instead of allocating the private data individually in each driver's probe at first, let snd_card_new() allocate the data that is called in line6_probe(). This simplifies the primary probe functions. Tested-by: Chris Rorvick Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed