<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Hey Michael,<br>
<br>
Michael T. Dean wrote:<br>
<blockquote type="cite" cite="mid40790396.5010508@thirdcontact.com">Sorry
for the length of the post, but I'm trying to clear up all confusion on
ALSA's .asoundrc and which ALSA device to use for S/PDIF output from
Myth.&nbsp; The small posts I've made didn't seem to provide enough
information, so I'm going all out on this one.&nbsp; That entails a lot of
"how it works" and a very long--but very flexible--.asoundrc.&nbsp; (Oh, and
by the way, thanks to those who asked these questions, I've finally
cleared up _all_ my confusion about how to create a proper .asoundrc.&nbsp;
:)
  <br>
  <br>
</blockquote>
Wonderful job in writing a definative .asoundrc.&nbsp; I've followed your
.asoundrc setup.&nbsp; But I'm still not able to get any sound out of my
SPDIF in mythtv except with <b>aplay /usr/share/sounds/KDE_Startup.wav</b><br>
<br>
<br>
------------------ &lt;snip&gt;----------------------
<blockquote type="cite" cite="mid40790396.5010508@thirdcontact.com">&nbsp;<br>
#pcm.!default {
  <br>
#&nbsp; type plug
  <br>
## Uncomment the following to use mixed analog by default
  <br>
#&nbsp; slave.pcm "dmix-analog"
  <br>
## Uncomment the following to use unmixed digital by default
  <br>
#&nbsp; slave.pcm "digital-hw"
  <br>
## Uncomment the following to use mixed digital by default
  <br>
#&nbsp; slave.pcm "dmix-digital"
  <br>
#}
  <br>
</blockquote>
------------------ &lt;snip&gt;----------------------<br>
<br>
<br>
I've changed the above&nbsp; to something like this:<br>
------------------ &lt;snip&gt;----------------------<br>
pcm.!default {<br>
&nbsp; type plug<br>
## Uncomment the following to use mixed analog by default<br>
#&nbsp; slave.pcm "dmix-analog"<br>
## Uncomment the following to use unmixed digital by default<br>
&nbsp; slave.pcm "digital-hw"<br>
## Uncomment the following to use mixed digital by default<br>
#&nbsp; slave.pcm "dmix-digital"<br>
}<br>
------------------ &lt;snip&gt;----------------------<br>
<br>
I've even changed the "Audio outout device" in mythtv to "ALSA:digital"
but without any success.&nbsp; Anything else that I need to do?<br>
<br>
Thanks<br>
KianTeck<br>
</body>
</html>