<div><br></div><div><br></div><div class="gmail_quote">On Fri, Apr 24, 2009 at 6:53 AM, Doug Young <span dir="ltr">&lt;<a href="mailto:goofdad@gmail.com">goofdad@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Wed, Apr 22, 2009 at 5:12 AM, Jongi &lt;<a href="mailto:jongitech@gmail.com">jongitech@gmail.com</a>&gt; wrote:<br>
&gt; On Wed, 2009-04-01 at 17:05 -0700, Doug Young wrote:<br>
</div><div class="im">&gt; &gt; Check out Allen&#39;s Digital Audio Howto<br>
&gt; &gt; <a href="http://www.mythtv.org/wiki/AllensDigitalAudioHowto" target="_blank">http://www.mythtv.org/wiki/AllensDigitalAudioHowto</a><br>
&gt;<br>
</div><div class="im">&gt; I have /var/lib/mythtv/.asoundrc that looks like the below on my Debian<br>
&gt; install<br>
&gt;<br>
&gt;    pcm.!default {<br>
&gt;        type hw<br>
&gt;        card 0<br>
&gt;        device 3<br>
&gt;    }<br>
&gt;<br>
&gt; When I use mplayer, sounds comes through the TV with no problem. What do I<br>
&gt; need to set for the Internal player to play sound through the HDMI?<br>
&gt;<br>
&gt; I have gone into the frontend setup and changed ALSA:default to ALSA:hw:3.<br>
&gt; Have I got that wrong?<br>
<br>
</div>If you read Allen&#39;s Digital Audio Howto (link posted in my last<br>
message, quoted above), you&#39;d see that you probably should put those<br>
settings in /etc/asound.conf<br>
<br>
Personally, the very settings you have are what was in my<br>
/etc/asound.conf, and it worked or everything except playing MP3&#39;s<br>
(due to bit-rate problems).  I changed it to the following (suggested,<br>
again, by Allen&#39;s Digital Audio Howto), configured mythtv as described<br>
in (have I said this enough times) Allen&#39;s Digital Audio Howto, and<br>
everything is great now ;-)<br>
<br>
$ cat /etc/asound.conf<br>
  pcm.!default {<br>
     type plug<br>
     slave.pcm &quot;hdmi&quot;<br>
<div><div class="h5">  }<br>
<br>
--<br>
Doug<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br><div>My ~/.asoundrc actually looks like so<br></div><div></div><div>   pcm.!default {<br>       type hw<br>       card 0<br>       device 3<br>   }<br><br>  pcm.!default {<br>     type plug<br>
     slave.pcm &quot;hdmi&quot;<br>  }<br><br></div><div>But given that we are dealing with the mythtv user, the fact that it is in ~/.asoundrc should make no difference to the fact that Internal is not playing sound - see <a href="http://wiki.debian.org/ALSA">http://wiki.debian.org/ALSA</a></div>
<div></div><div>I have changed the settings to reflect ALSA:hw:0,3 and still no sound in Internal. I&#39;ll make the change to /etc/asound.conf to see what happens.</div>