Hi.
1. Check if xine configuration have alsa device set to
default.
eg. ~/.xine/config file should contain:
CODE
audio.driver:alsa
audio.device.alsa_default_device:default
audio.device.alsa_front_device:default
2.
I found out that there is playback problem on multichannel devices, if trying to feed less channels (eg. Stereo to 5.1 device).
Try replacing
pcm.nvidia with following definition:
CODE
pcm.nvidia {
type route
slave.pcm surround51:0 # 0 here is 1st hardware card (hw:0,0)
slave.channels 6
ttable.0.0 1
ttable.1.1 1
ttable.0.2 0
ttable.1.3 0
ttable.0.4 0
ttable.1.4 0
ttable.0.5 0
ttable.1.5 0
}
Note that I don't know anyting about nvidia card, so this is just a guess.
Let me (us) know if that helped.
Also you could try playing any .wav file with
CODE
aplay -Ddefault file.wav
or
CODE
aplay -Dskype file.wav
and see if there are any error messages.