[alsa-devel] [PATCH 1/2] ASoC: SDP4430: Add sdp4430 machine driver
Liam Girdwood
lrg at slimlogic.co.uk
Wed May 19 15:17:03 CEST 2010
On Mon, 2010-05-17 at 19:53 -0500, Jorge Eduardo Candelaria wrote:
> From: Misael Lopez Cruz <x0052729 at ti.com>
>
> Add ASoC support for TI SDP4430.
>
> Signed-off-by: Misael Lopez Cruz <x0052729 at ti.com>
> Signed-off-by: Margarita Olaya Cabrera <magi.olaya at ti.com>
> Signed-off-by: Jorge Eduardo Candelaria <jorge.candelaria at ti.com>
> ---
> 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 at slimlogic.co.uk>
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 at slimlogic.co.uk>
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
More information about the Alsa-devel
mailing list