Grettings,

Ive just bought a Revolution 7.1 card which im now trying to get going under Linux.
Im not new to Linux, but i am a little to the workings of alsa.

Ive compiled/install the latest alsa libs, utils & tools and am using kernel 2.6.4.

I have two sound cards now in this box, the other being a TBSC (card 0).
The Revo is card 1.

Ive got SPDIF out and Front analog outs working fine, but im having trouble getting 
the other 3 channels working.

Ive made up the following asound.conf, but when playing audio, i get XRUN underrun 
errors during aplay playback of wav files.

Im also finding i cant play 96khz wav files... i get this aplay error:

[EMAIL PROTECTED] test]# aplay -v -D chan1 -t wav 96.wav
Playing WAVE '96.wav' : Signed 16 bit Little Endian, Rate 96000 Hz, Stereo
aplay: set_params:882: Can't use period equal to buffer size (8192 == 8192)

44.1khz and 48khz WAVs play fine (well, besides the XRUN errors).

Thanks for any help.

Here is the asound.conf:

#-------------------------------
pcm.ice1724 {
        type route
        slave.pcm {
                type hw
                card 1
                device 0
        }
        slave.channels 8
        ttable.0.0 1
        ttable.1.1 1
        ttable.2.2 1
        ttable.3.3 1
        ttable.4.4 1
        ttable.5.5 1
        ttable.6.6 1
        ttable.7.7 1
}

pcm_slave.ice_format {
        pcm ice1724
        format S32_LE
}

pcm.chan1 {
        type plug
        slave ice_format
}
#-------------------------------


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to