Kodi Community Forum

Full Version: HDMI and Analog sound output on a Asrock ION 3d
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a Asrock ION 330 HT where i have tripple sound output. For a friend i try to setup a ASRock Nettop 3D Ion 152D. I copied the same .asoundrc file to the ION 3D but no sound at all.

With the following (thanks to mitch) I get sound on HDMI but have no knowledge to add an entry for analog and/or optical output

Is there someone who can help me out?

.asoundrc

pcm.!default {
type hw
card 1
device 3
}

ctl.!default {
type hw
card 1
device 3
}
kobrawerde Wrote:search option and you have several versions :

http://forum.xbmc.org/showthread.php?tid...audio+hdmi

http://forum.xbmc.org/showthread.php?tid...audio+hdmi


kobrawerde thanks for you're reply but finaly i found the solution with an other .asoundrc file. Now i have tripple audio out....



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 1
device 3
channels 2
}

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

pcm.analog {
type hw
card 0
device 0
channels 2
}
I also have a 152D, and I don't get no HDMI sound at all. I'm running Fedora 15. When i run aplay -l, it lists the HDMI (plughw:1,3 and plughw:1,7 for instance), but it doesn't matter which one I use in XBMC, there is still no sound.

Any ideas? :/
Could you post your Asrock ION 330 .asoundrc? I'd like to have tripple output! And does your config output navigation sounds to all outputs to?
Wat sound configuration do you use in XBMC?
i also would like to get the 3 sound outputs
Hi All

Did anyone get anywhere with this?

I also need the XBMC settings for triple output. Everything I have tried has failed although at least I now have audio over hdmi.

Cheers

Jon

(2011-05-18, 22:36)don_care100 Wrote: [ -> ]
kobrawerde Wrote:search option and you have several versions :

http://forum.xbmc.org/showthread.php?tid...audio+hdmi

http://forum.xbmc.org/showthread.php?tid...audio+hdmi


kobrawerde thanks for you're reply but finaly i found the solution with an other .asoundrc file. Now i have tripple audio out....



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 1
device 3
channels 2
}

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

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