[mythtv-users] digital audio wiki is wacky.
Allen Edwards
allen.edwards at oldpaloalto.com
Thu Jun 19 14:21:46 UTC 2008
> Was this the page you used? These are the instructions that worked for me
> last time.
> http://www.mythtv.org/wiki/index.php/Configuring_Digital_Sound
>
Peter, thank you or the reply. It is nice to know someone is willing to help.
Yes, that is what I used. With the first part of the conf file that
is in the wiki, the sound acts the same as it does without having the
file but when I add the second part (below), this is what I get:
ALSA:default, passthrough unchecked --> fader type analog output, no
digital out
ALSA:multi, passthrough checked --> digital out locked, no analog out.
ALSA:multi, passthrough unchecked --> no audio at all
Seems like a problem in the analog part of the multi config, but what?
Did you have to make any changes to the files to get them to work?
Allen
pcm.!default {
type plug
slave {
pcm multi
rate 48000
}
ttable.0.0 1.0
ttable.1.1 1.0
ttable.0.2 1.0
ttable.1.3 1.0
}
pcm.stereo {
type plug
slave {
pcm multi
rate 48000
}
ttable.0.0 1.0
ttable.1.1 1.0
ttable.0.2 1.0
ttable.1.3 1.0
}
ctl.stereo {
type hw
card 0
}
pcm.multi {
type multi
slaves.a.pcm "analog-hw"
slaves.a.channels 2
slaves.b.pcm "digital-hw"
slaves.b.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
}
ctl.multi {
type hw
card 0
}
More information about the mythtv-users
mailing list