aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/poodle.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-08-17 18:35:31 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-08-17 18:35:31 -0400
commit1593d7dd8c7b939e31b9d637307b26ada3e3c514 (patch)
treefcfdd26242d3171dd0c300bd18be30d6ca20bead /sound/soc/pxa/poodle.c
parent75a6d53b2b1b3f212ea0615ed3bb2d68a249af7b (diff)
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>
Diffstat (limited to 'sound/soc/pxa/poodle.c')
-rw-r--r--sound/soc/pxa/poodle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/pxa/poodle.c b/sound/soc/pxa/poodle.c
index 3ba5a962ecb8..add0e1c25bc8 100644
--- a/sound/soc/pxa/poodle.c
+++ b/sound/soc/pxa/poodle.c
@@ -267,7 +267,7 @@ static struct snd_soc_dai_link poodle_dai = {
267 .name = "WM8731", 267 .name = "WM8731",
268 .stream_name = "WM8731", 268 .stream_name = "WM8731",
269 .cpu_dai_name = "pxa-i2s", 269 .cpu_dai_name = "pxa-i2s",
270 .codec_dai_name = "wm8731-hifi" 270 .codec_dai_name = "wm8731-hifi",
271 .platform_name = "pxa-pcm-audio", 271 .platform_name = "pxa-pcm-audio",
272 .codec_name = "wm8731-codec.0-001a", 272 .codec_name = "wm8731-codec.0-001a",
273 .init = poodle_wm8731_init, 273 .init = poodle_wm8731_init,