Differences between version 36 and previous revision of NForce2Notes.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 36 | Last edited on Monday, October 25, 2004 11:27:16 am | by GregBrown | Revert |
Older page: | version 35 | Last edited on Sunday, September 5, 2004 10:40:21 am | by CraigBox | Revert |
@@ -50,9 +50,9 @@
You can either be using an analog speaker setup, or a digital speaker setup. While the above configuration is sufficient for analog speakers, the following additional notes are applicable to a digital speaker setup.
The digital setup will be using the motherboard's S/PDIF output. The ALSA card 0, device 0 (playback) provides the analog outputs. However, the ALSA card 0, device 2 (playback) provides the S/PDIF (i.e. IEC958) output.
-You will want to direct ALSA's OSS emulation device 0 (/dev/dsp0, /dev/adsp0, etal) to ALSA device 2, so that applications using the OSS API will send their sounds to your nifty digital speaker system. To accomplish this mapping of OSS device 0 to ALSA device 2, add the following to your modules.conf file:
+You will want to direct ALSA's OSS emulation device 0 (/dev/dsp0, /dev/adsp0, etal) to ALSA device 2, so that applications using the OSS API will send their sounds to your nifty digital speaker system. To accomplish this mapping of OSS device 0 to ALSA device 2, add the following to your modules.conf (modprobe.conf in Linux 2.6)
file:
<verbatim>
options snd-pcm-oss dsp_map=2 adsp_map=2
</verbatim>