Hi,

I'm trying to get my digital output (SPDIF) to work.  I have a Creative
SB Audigy.  I managed to get the digital output to work with the OpenSource
emu10k1 drivers at sourceforge (http://sourceforge.net/projects/emu10k1/),
but I'm trying to switch to ALSA drivers, because the documentation with
mplayer suggested switching to them for AC3 passthrough functionality.


So, I built the ALSA stuff from CVS, and got the analog part to work fine.
However, the digital output is not working...  Tweaking with the alsamixer
settings does not seem to help.

Currently, the XMMS output plugins I've tried to use are the Esound Output
Plugin 1.2.7, the OSS Driver 1.2.7, and the ALSA 0.9 output plugin (the 
first of which worked fine to produce the digital output with the emu10k1 
driver).

Does anyone have any idea how to get this working?

This is the sound portion of lsmod:
snd-mixer-oss          16376   1 (autoclean)
snd-emu10k1            81908   4 (autoclean)
snd-pcm                81664   1 (autoclean) [snd-emu10k1]
snd-timer              15720   0 (autoclean) [snd-pcm]
snd-util-mem            3096   0 (autoclean) [snd-emu10k1]
snd-hwdep               7008   0 (autoclean) [snd-emu10k1]
snd-rawmidi            18816   0 (autoclean) [snd-emu10k1]
snd-seq-device          6316   0 (autoclean) [snd-emu10k1 snd-rawmidi]
snd-ac97-codec         41168   0 (autoclean) [snd-emu10k1]
snd                    46276   6 (autoclean) [snd-mixer-oss snd-emu10k1 snd-pcm 
snd-timer snd-util-mem snd-hwdep snd-rawmidi snd-seq-device snd-ac97-codec]


and this is the sound portion of my modules.conf:

# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-emu10k1

post-install snd-emu10k1 /usr/sbin/alsactl restore
pre-remove snd-emu10k1 /usr/sbin/alsactl store

# module options should go here
options snd-emu10k1 index=0 extin=0x0003 extout=0x1f0f
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss


Finally, some version info:

 - cat /proc/asound/version
 Advanced Linux Sound Architecture Driver Version 0.9.0rc7.
 Compiled on Feb 22 2003 for kernel 2.4.20 with versioned symbols.

TIA,
Reinier.



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to