Re: How can I link the kernel with libgcc ?

From: Arjan van de Ven
Date: Fri Mar 10 2006 - 02:59:04 EST



> Unfortunately, the driver needs to populate several coefficient tables
> for the hardware to perform silence suppression and other advance
> features. The values for these tables are calculated using log10
> operations. I don't see a clean way to push these operations to user
> space without the need for custom applications that build the tables and
> pass them to the driver.


can you calculate these at build time instead and store it as a table in
the .c file ?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/