Browse Source

ASoC: Fix a few more PXA build errors

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>
Mark Brown 15 years ago
parent
commit
1593d7dd8c
3 changed files with 1 additions and 3 deletions
  1. 0 1
      sound/soc/pxa/corgi.c
  2. 0 1
      sound/soc/pxa/em-x270.c
  3. 1 1
      sound/soc/pxa/poodle.c

+ 0 - 1
sound/soc/pxa/corgi.c

@@ -30,7 +30,6 @@
 #include <mach/audio.h>
 
 #include "../codecs/wm8731.h"
-#include "pxa2xx-pcm.h"
 #include "pxa2xx-i2s.h"
 
 #define CORGI_HP        0

+ 0 - 1
sound/soc/pxa/em-x270.c

@@ -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[] = {

+ 1 - 1
sound/soc/pxa/poodle.c

@@ -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,