From 059ad7602889aa724adb84298dccae92534b7697 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Fri, 17 Feb 2012 16:15:56 +0800 Subject: [PATCH] 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-format-patch failed