On Wed, 3 Sep 2008 22:01:59 -0700 "ext sakoman@xxxxxxxxx" <sakoman@xxxxxxxxx> wrote: > From: Steve Sakoman <steve@xxxxxxxxxxx> > > --- > sound/soc/omap/Kconfig | 9 +++ > sound/soc/omap/Makefile | 3 + > sound/soc/omap/overo.c | 149 ++++++++++++++++++++++++++++++++++++++ > +++++++++ 3 files changed, 161 insertions(+), 0 deletions(-) > create mode 100644 sound/soc/omap/overo.c > > diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig > index aea27e7..d7b8939 100644 > --- a/sound/soc/omap/Kconfig > +++ b/sound/soc/omap/Kconfig > @@ -13,3 +13,12 @@ config SND_OMAP_SOC_N810 > select SND_SOC_TLV320AIC3X > help > Say Y if you want to add support for SoC audio on Nokia > N810. + > +config SND_OMAP_SOC_OVERO > + tristate "SoC Audio support for Gumstix Overo" > + depends on SND_OMAP_SOC && MACH_OVERO > + select SND_OMAP_SOC_MCBSP > + select SND_SOC_TWL4030 > + help > + Say Y if you want to add support for SoC audio on the > Gumstix Overo. + Just advertisement that Overo (+ Beagle and SDP) needs two patches from me in order to work. One for McBSP low-level driver and one for McBSP DAI driver. http://marc.info/?l=linux-omap&m=121931987919296&w=2 http://marc.info/?l=linux-omap&m=121931988119303&w=2 http://marc.info/?l=linux-omap&m=121931988019300&w=2 Assuming TWL4030 core and codec driver will find their way into upstream, it looks like sound/soc/omap/overo.c is still "make randconfig" safe even if my patches are missing. I'll post my second patch to alsa-devel as soon it's possible after joint effort to clean low-level McBSP driver in linux-omap is done :-) Jarkko _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel