Hello all, This patch series will add alsa support for Maemo SDK (nokia 770). This is an alsa plugin and the patch series is against alsa-plugins-1.0.13rc2 source code. The plugin adds alsa support by communicating with n770's audio system. To add ALSA support, an EXT PCM I/O plugin and EXT CTL plugin were written. The code is based on SDK documentation from the alsa-project site. There are basically three .c files: dsp-protocol.c: Protocol to communicate with n770 audio system. alsa-dsp.c: An External PCM I/O plugin dsp-ctl.c: An External Control plugin Here is the total diffstat: Makefile.am | 2 configure.in | 10 doc/README-maemo | 183 +++++++ maemo/Makefile.am | 15 maemo/alsa-dsp.c | 772 +++++++++++++++++++++++++++++++ maemo/constants.h | 199 ++++++++ maemo/debug.h | 52 ++ maemo/dsp-ctl.c | 641 ++++++++++++++++++++++++++ maemo/dsp-protocol.c | 1246 +++++++++++++++++++++++++++++++++++++++++++++++++++ maemo/dsp-protocol.h | 88 +++ maemo/list.h | 244 +++++++++ maemo/reporting.h | 241 +++++++++ maemo/types.h | 126 +++++ 13 files changed, 3818 insertions(+), 1 deletion(-) -- Eduardo Bezerra Valentin ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-devel