From: Stephen Warren Date: Fri, 28 Jan 2011 21:26:35 +0000 (-0700) Subject: ASoC: Move card list initialization to snd_soc_register_card X-Git-Tag: v2.6.39-rc1~200^2^2~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=111c6419ffeef0ef225dfdd2c8b7b03cc6bb228e;p=pandora-kernel.git ASoC: Move card list initialization to snd_soc_register_card All ASoC cards need snd_soc_initialize_card_lists called. Previously, it was only called for cards backed by a "soc-audio" platform device, via soc_probe(). However, it's also needed for cards backed by other platform devices, and registered directly via snd_soc_register_card(). Signed-off-by: Stephen Warren Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed