Lee Revell wrote: >On Thu, 2006-03-09 at 19:25 -0800, Carlos Munoz wrote: > > >>I figured out how to get the driver to use floating point operations. >>I included source code (from an open source math library) for the >>log10 function in the driver. Then I added the following lines to the >>file arch/sh/kernel/sh_ksyms.c: >> >> > >Where is the source code to your driver? > >Lee > > > Hi Lee, Be warned. This driver is in the early stages of development. There is still a lot of work that needs to be done (interrupt, dma, etc, etc). You can untar it in the linux/sound directory (it will overwrite the Kconfig and Makefile) and it will build (you will need to modify the arch/....../kernel/ksyms.c to resolve the undefined symbols, see my previous email). It won't do anything useful yet. Please let me know if you have any questions. Thanks, Carlos Munoz