summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
diff options
context:
space:
mode:
authorariff <ariff@FreeBSD.org>2009-06-15 04:31:34 +0000
committerariff <ariff@FreeBSD.org>2009-06-15 04:31:34 +0000
commitcf1afc177475da72b2247c2c7cdcd6f65e8f2ea7 (patch)
tree1048df02a4dcfe10efd9ac279740643927696f82 /sys/dev/sound
parent548135de8c5758a1ed1974d90650e40b03cd5b87 (diff)
downloadFreeBSD-src-cf1afc177475da72b2247c2c7cdcd6f65e8f2ea7.zip
FreeBSD-src-cf1afc177475da72b2247c2c7cdcd6f65e8f2ea7.tar.gz
- Add a way to change filter oversampling factor through
FEEDER_RATE_PRESET "OVERSAMPLING_FACTOR:X .. .." where X = log2(oversampling factor). - Lower down default filter oversampling factor from 128 (log2 = 7) to 32 (log2 = 5), saving worth of 80 Kb. The use of better polynomial interpolator will raise its conversion quality/accuracy to match (or slightly better) with previous settings. - Bump driver version.
Diffstat (limited to 'sys/dev/sound')
-rw-r--r--sys/dev/sound/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/version.h b/sys/dev/sound/version.h
index d4f85e7..6dee6a2 100644
--- a/sys/dev/sound/version.h
+++ b/sys/dev/sound/version.h
@@ -37,6 +37,6 @@
* Last 2 decimal places reserved for daily versioning, starting
* with 0.
*/
-#define SND_DRV_VERSION 2009060800
+#define SND_DRV_VERSION 2009061500
#endif /* !_SND_VERSION_H_ */
OpenPOWER on IntegriCloud