From: Mike Dunn Date: Sat, 29 Dec 2012 18:53:18 +0000 (-0800) Subject: ASoC: palm27x: register card in platform_driver probe X-Git-Tag: v3.9-rc1~129^2~24^2~14^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01a61f490cab732542753db69e17e5db657d185a;p=pandora-kernel.git ASoC: palm27x: register card in platform_driver probe Remove creation of an soc-audio device from the machine platform_driver probe function, and add a call to snd_soc_register_card() instead. The current code still works, but this mechanism has been deprecated, if I'm not mistaken. The ASoC core code produces the warning "ASoC: machine Palm/PXA27x should use snd_soc_register_card()" Signed-off-by: Mike Dunn Signed-off-by: Mark Brown --- Reading git-diff-tree failed