From: Axel Lin Date: Fri, 17 Feb 2012 08:15:56 +0000 (+0800) Subject: ASoC: Change spitz_ext_control to take dapm as argument. X-Git-Tag: v3.4-rc1~88^2^2~27^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=059ad7602889aa724adb84298dccae92534b7697;p=pandora-kernel.git ASoC: Change spitz_ext_control to take dapm as argument. This fixes below build warning: CC sound/soc/pxa/spitz.o sound/soc/pxa/spitz.c: In function 'spitz_startup': sound/soc/pxa/spitz.c:116: warning: passing argument 1 of 'spitz_ext_control' from incompatible pointer type sound/soc/pxa/spitz.c:47: note: expected 'struct snd_soc_card *' but argument is of type 'struct snd_soc_codec *' Signed-off-by: Axel Lin Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed