summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Collapse)Author
2010-01-21More coding-style changes in mmx.hTzafrir Cohen
Likewise: no functional changes.
2010-01-21Style cleanups in fir.h and mmx.hTzafrir Cohen
Coding style issues only. No functional change.
2010-01-21use explicit union instead of typedefTzafrir Cohen
2010-01-21Add a more proper MMX support to OSLECTzafrir Cohen
* Grab mmx.h from http://svn.astfin.org/software/oslec/trunk/spandsp-0.0.3/src/spandsp/mmx.h (rev 2141) * Fix Kbuild * Re-add MMX and SSE2 support in fir.h Note that the added code still needs some slightly shaping into kernel form.
2010-01-21Revert back to kernel.org OSLECTzafrir Cohen
2010-01-05Bring OSLEC up-to-date with out-of-tree versionTzafrir Cohen
* Bring back MMX support. * This is done in a quick-and-dirty way, - copy over existing files. * TODO: reduce the changes in this diff to only include MMX support.
2010-01-05OSLEC from kernel.orgTzafrir Cohen
Current version of OSLEC from kernel.org