That&#39;s your receiver taking a split second too long to identify the<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">format of the audio data.&nbsp;&nbsp;Most likely, sending the right IEC958 status
<br>bits would fix it.&nbsp;&nbsp;You can do that with the ALSA configuration file<br>(i.e. ~/.asoundrc or /etc/asound.conf).<br><br>Mike<br>_______________________________________________</blockquote><div><br><br>Here is whay my file looks like now.&nbsp; how can i adjust it to make it nicer...
<br>
<br>
[myth@mythtv ~]$ cat /etc/asound.conf<br>
#Generated by system-config-soundcard<br>
#If you edit this file, don&#39;t run system-config-soundcard,<br>
#all your changes here could be lost.<br>
#SWCONF<br>
#DEV 0<br>
#defaults.pcm.card 0 <br>
#defaults.pcm.device 0 <br>
#defaults.ctl.card 0 <br>
pcm.!default {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type plug<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; slave {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pcm &quot;spdif&quot;<br>
&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rate 48000<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; format S16_LE<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>
}<br>
<br>
Thanks,<br>
Mitchell&nbsp;</div><br></div>