On Mon, 2010-05-17 at 19:53 -0500, Jorge Eduardo Candelaria wrote: > From: Misael Lopez Cruz <x0052729@xxxxxx> > > Add ASoC support for TI SDP4430. > > Signed-off-by: Misael Lopez Cruz <x0052729@xxxxxx> > Signed-off-by: Margarita Olaya Cabrera <magi.olaya@xxxxxx> > Signed-off-by: Jorge Eduardo Candelaria <jorge.candelaria@xxxxxx> > --- > sound/soc/omap/Kconfig | 9 ++ > sound/soc/omap/Makefile | 2 + > sound/soc/omap/sdp4430.c | 228 ++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 239 insertions(+), 0 deletions(-) > create mode 100644 sound/soc/omap/sdp4430.c > Applied. Btw, I had to add the following to remove a build warning. commit d8b55d2cd00df4d599985440fd75b38d153bffcb Author: Liam Girdwood <lrg@xxxxxxxxxxxxxxx> Date: Wed May 19 14:14:51 2010 +0100 ASoC: sdp4430 - add sdp4430 pcm ops to DAI. Fix build warning about unused ops and add ops to the sdp4430 DAI link. Signed-off-by: Liam Girdwood <lrg@xxxxxxxxxxxxxxx> diff --git a/sound/soc/omap/sdp4430.c b/sound/soc/omap/sdp4430.c index 3a0c198..4ebbde6 100644 --- a/sound/soc/omap/sdp4430.c +++ b/sound/soc/omap/sdp4430.c @@ -167,6 +167,7 @@ static struct snd_soc_dai_link sdp4430_dai = { .cpu_dai = &omap_mcpdm_dai, .codec_dai = &twl6040_dai, .init = sdp4430_twl6040_init, + .ops = &sdp4430_ops, }; /* Audio machine driver */ Thanks Liam -- Freelance Developer, SlimLogic Ltd ASoC and Voltage Regulator Maintainer. http://www.slimlogic.co.uk _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel