Help getting analog audio out of head phone jack?
#16
I have acer revo 3610, my aplay is the same as yours. I've also spent quite a while to find the right config for my needs which happen to be the same as yours: HDMI + analog jack simultaneously.

For me the following .asoundrc just works:
Code:
pcm.!default {
type plug
slave {
pcm "both"
}
}

pcm.both {
type route
slave {
pcm multi
channels 6
}
ttable.0.0 1.0
ttable.1.1 1.0
ttable.0.2 1.0
ttable.1.3 1.0
ttable.0.4 1.0
ttable.1.5 1.0
}

pcm.multi {
type multi
slaves.a {
pcm "tv"
channels 2
}
slaves.b {
pcm "receiver"
channels 2
}
slaves.c {
pcm "analog"
channels 2
}
bindings.0.slave a
bindings.0.channel 0
bindings.1.slave a
bindings.1.channel 1
bindings.2.slave b
bindings.2.channel 0
bindings.3.slave b
bindings.3.channel 1
bindings.4.slave c
bindings.4.channel 0
bindings.5.slave c
bindings.5.channel 1
}

pcm.tv {
type hw
card 0
device 3
channels 2
}

pcm.receiver {
type hw
card 0
device 1
channels 2
}

pcm.analog {
type hw
card 0
device 0
channels 2
}

XBMC in System->Audio Analog and default.

This configuration works for me in Xbmcfreak LiveCD 10.00 beta3 and (as asound.conf) in the latest OpenELEC.
Cheers
Reply
#17
Kola, only problem is I want to take advantage of my 5.1 surround system and DO not want to play my movies in analog audio.

for now the simple switching to plughw:0,0 to force analog audio all the way around works just fine.

thanks for sharing perhaps your config could help some one else out.


-=Jason=-
Reply

Logout Mark Read Team Forum Stats Members Help
Help getting analog audio out of head phone jack?0