On Wed, 2010-05-05 at 11:14 +0300, Jarkko Nikula wrote:
This patch adds support for integrated stereo speakers and digital microphone found on Nokia RX-51 hardware. This is a cut down version based on Maemo kernel sources and earlier patchset by Eduardo Valentin et al.
http://mailman.alsa-project.org/pipermail/alsa-devel/2009-October/022033.htm...
Signed-off-by: Jarkko Nikula jhnikula@gmail.com Cc: Eduardo Valentin eduardo.valentin@nokia.com Cc: Peter Ujfalusi peter.ujfalusi@nokia.com
This is for sound-2.6.git. This is independent and boot safe patch but audio codec doesn't probe without a few patches to arch/arm/mach-omap2/board-rx51-peripherals.c. See
http://marc.info/?l=linux-omap&m=127290212826770&w=2
Some audio features would need more work and some, even being trivial to add, need more testing are there support for them in mainline. Thus this heavily simplified and little bit cleaned up version.
sound/soc/omap/Kconfig | 10 ++ sound/soc/omap/Makefile | 2 + sound/soc/omap/rx51.c | 294 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 306 insertions(+), 0 deletions(-) create mode 100644 sound/soc/omap/rx51.c
Applied.
Thanks
Liam