Hello everyone,
Can anybody help me configure my M-Audio Revolution 5.1 in Daryna. I already got it to work using the Ubunto Howto http://ubuntuforums.org/showthread.php?t=400268 . I can get SPDIF to work if I force Amarok to output Plughw:0,1 , but the music gets caught in a loop. It repeats the first 3 seconds!
Moreover I did not find any info on the web to get the headphone plug to work. I am using a 5.1 analog system and a digital link to my stereo. Since it is not possible with the revolution card to play digital and analog at the same time, I like to use the headphone output to link it to my stereo.
I am using the following this alsa.conf (http://ubuntuforums.org/attachment.php? ... 1177175900) and this .asoundrc
# 6 channel dmix:
pcm.dmix6 {
type dmix
ipc_key 1024
ipc_key_add_uid false
ipc_perm 0660
slave {
pcm "hw:0,0"
rate 48000
channels 6
period_time 0
period_size 1024
buffer_time 0
buffer_size 5120
}
}
# upmixing:
pcm.ch51dup {
type route
slave.pcm dmix6
slave.channels 6
ttable.0.0 1
ttable.1.1 1
ttable.0.2 1
ttable.1.3 1
ttable.0.4 0.5
ttable.1.4 0.5
ttable.0.5 0.5
ttable.1.5 0.5
}
pcm.duplex {
type asym
playback.pcm "ch51dup" # upmix first
capture.pcm "hw:0"
}
# change default device:
pcm.!default {
type plug
slave.pcm "duplex"
}
# for aoss
pcm.dsp "duplex"
pcm.dsp1 "duplex"
How can I force the use of SPDIF in .asoundrc? Any help would be greatly appreciated.
Thx
Spleffy



