On Thu, 15 May 2008 17:39:32 +0200 "ext Koen Kooi" <k.kooi@xxxxxxxxxxxxxxxxxx> wrote: > Op 15 mei 2008, om 17:18 heeft Steve Sakoman het volgende geschreven: > > I'm thinking of tackling audio support for the OMAP3 EVM next. > > > > I'd like to make sure that I'm not duplicating work :-) > > > > Is anyone aware of any existing efforts to support the TWL4030 audio > > functionality? I've seen the TI work in the 2.6.22 kernel, but it > > is not an SoC driver and seems to use a different mcbsp > > implementation than is in the current linux-omap tree. > It would be great to get ASoC driver for TWL4030 since it's the biggest task to get ASoC audio on OMAP3 EVM. AFAIK TWL4030 is used also in other EVMs as well so those boards can be supported also by just adding own ASoC machine drivers for them. Currently ASoC for OMAP doesn't support yet OMAP3 but it's not very big issue to add it after low-level McBSP driver supports it. Eduardo Valentin is currently updating it. > There does seem to be an ASoC driver for the McBSP2 I2S side, but > the KConfig entry: > > - -- > > config SND_OMAP_SOC_MCBSP > tristate > select OMAP_MCBSP > > - -- > > doesn't show up in menuconfig :( > Convention in ASoC is that only machines are shown and their entries will then select the codec and link drivers. E.g config SND_OMAP_SOC_N810 tristate "SoC Audio support for Nokia N810" depends on SND_OMAP_SOC && MACH_NOKIA_N810 select SND_OMAP_SOC_MCBSP select SND_SOC_TLV320AIC3X help Say Y if you want to add support for SoC audio on Nokia N810. Jarkko -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html