diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-05-03 21:08:42 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-05-03 21:08:42 +0400 |
commit | 1058def8e7827e56ce4a70afb4aeacb5dc44148f (patch) | |
tree | 4495d23e7b54ab5700e3839081e797c1eafe0db9 /kernel/drv/oss_sbpci/.params | |
download | oss4-upstream.tar.gz |
Imported Upstream version 4.2-build2006upstream/4.2-build2006upstream
Diffstat (limited to 'kernel/drv/oss_sbpci/.params')
-rw-r--r-- | kernel/drv/oss_sbpci/.params | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kernel/drv/oss_sbpci/.params b/kernel/drv/oss_sbpci/.params new file mode 100644 index 0000000..5d4d7b5 --- /dev/null +++ b/kernel/drv/oss_sbpci/.params @@ -0,0 +1,12 @@ +int apci_latency=0; +/* + * Set the latency to 32, 64, 96, 128 clocks - some APCI97 devices exhibit + * garbled audio in some cases and setting the latency to higer values fixes it + * Values: 32, 64, 96, 128 - Default: 64 (or defined by bios) + */ + +int apci_spdif=0; +/* + * Enable SPDIF port on SoundBlaster 128D or Sound Blaster Digital-4.1 models + * Values: 1=Enable 0=Disable Default: 0 + */ |