On Wed, 2004-01-21 at 12:25, Tommi Sakari Uimonen wrote:
...
> > [EMAIL PROTECTED] thoffman]$ cat /proc/asound/pcm
> > 01-00: ICE1712 multi : ICE1712 multi : playback 1 : capture 1
> >
> > Shouldn't there be separate devices for the analog & SPDIF inputs and
> > outputs?  If not, how do I send different signals to the analog &
> > digital outputs?
> 
> You have to create .asoundrc to your home directory.

(example as below)

Thanks for the tip.  I tried your suggestion, but it doesn't work for
me.  My .asoundrc now has this in it:

pcm.maudio_analog {
        type hw
        card 1
        device 0
}

pcm.maudio_spdif {
        type plug
        ttable.0.8 1
        ttable.1.9 1
        slave.pcm {
                type hw
                card 1
                device 0
        }
}

I can play sound fine through the analog channel:
[EMAIL PROTECTED] thoffman]$ aplay -D plug:maudio_analog 12.wav
Playing WAVE '12.wav' : Signed 16 bit Little Endian, Rate 44100 Hz,
Stereo

But when I try to use the spdif channel, I get an error:

[EMAIL PROTECTED] thoffman]$ aplay -D plug:maudio_spdif 12.wav
Playing WAVE '12.wav' : Signed 16 bit Little Endian, Rate 44100 Hz,
Stereo
aplay: pcm_write:1083: write error: Invalid argument

So, still no success using the digital output channel...

-- 
Torrey Hoffman <[EMAIL PROTECTED]>



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to