]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ASoC: Fix a few more PXA build errors
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 17 Aug 2010 22:35:31 +0000 (23:35 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 17 Aug 2010 22:35:31 +0000 (23:35 +0100)
Dead pxa2xx-pcm.h includes and a missing ,

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
sound/soc/pxa/corgi.c
sound/soc/pxa/em-x270.c
sound/soc/pxa/poodle.c

index 11c6a495f97091b9e9fda787be846ed220101eb9..555689cf67274357fc0e34c9a70fa11f569f92a5 100644 (file)
@@ -30,7 +30,6 @@
 #include <mach/audio.h>
 
 #include "../codecs/wm8731.h"
-#include "pxa2xx-pcm.h"
 #include "pxa2xx-i2s.h"
 
 #define CORGI_HP        0
index 7046128b2a4cd2593a6d98038c66256cf09e4624..eadf9d351a04d996978881b46a9503b8723f03c7 100644 (file)
@@ -32,7 +32,6 @@
 #include <mach/audio.h>
 
 #include "../codecs/wm9712.h"
-#include "pxa2xx-pcm.h"
 #include "pxa2xx-ac97.h"
 
 static struct snd_soc_dai_link em_x270_dai[] = {
index 3ba5a962ecb8c58499ae99848afdb4221348d345..add0e1c25bc8e6d0d5431167769e0d167eb8f8ad 100644 (file)
@@ -267,7 +267,7 @@ static struct snd_soc_dai_link poodle_dai = {
        .name = "WM8731",
        .stream_name = "WM8731",
        .cpu_dai_name = "pxa-i2s",
-       .codec_dai_name = "wm8731-hifi"
+       .codec_dai_name = "wm8731-hifi",
        .platform_name = "pxa-pcm-audio",
        .codec_name = "wm8731-codec.0-001a",
        .init = poodle_wm8731_init,