ASoC: Change spitz_ext_control to take dapm as argument.
authorAxel Lin <axel.lin@gmail.com>
Fri, 17 Feb 2012 08:15:56 +0000 (16:15 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 17 Feb 2012 16:09:33 +0000 (08:09 -0800)
commit059ad7602889aa724adb84298dccae92534b7697
tree54e4b24109b347365df4ccb8e7f6faa6afbc7de3
parenta1fa92130c12c6a5abcfc8b960e442f87ebea475
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 <axel.lin@gmail.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/pxa/spitz.c