On 12/11/2011 11:39 PM, Leon Romanovsky wrote: > Where do I need to place DMIC configuration ? under > sound/soc/tegra/tegra_alc5632.c or arch/arm/mach-tegra/board* ?
I imagine most of the DMIC stuff would go in the ASoC machine driver; sound/soc/tegra/tegra_alc5632.c. Depending on the HW, you might need some more platform data, regulator definitions, etc. in the board files. But, I mostly suspect not. I hacked up a test of the DMIC on NVIDIA's Seaboard platform a while back. I just pushed it to the URL below; this might be useful. http://nv-tegra.nvidia.com/gitweb/?p=user/swarren/linux-2.6.git;a=shortlog;h=refs/heads/linux-next_seaboard_hacks _______________________________________________ Mailing list: https://launchpad.net/~ac100 Post to : [email protected] Unsubscribe : https://launchpad.net/~ac100 More help : https://help.launchpad.net/ListHelp

