<div><br></div><div><br></div><div class="gmail_quote">On Fri, Apr 24, 2009 at 6:53 AM, Doug Young <span dir="ltr"><<a href="mailto:goofdad@gmail.com">goofdad@gmail.com</a>></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 <<a href="mailto:jongitech@gmail.com">jongitech@gmail.com</a>> wrote:<br>
> On Wed, 2009-04-01 at 17:05 -0700, Doug Young wrote:<br>
</div><div class="im">> > Check out Allen's Digital Audio Howto<br>
> > <a href="http://www.mythtv.org/wiki/AllensDigitalAudioHowto" target="_blank">http://www.mythtv.org/wiki/AllensDigitalAudioHowto</a><br>
><br>
</div><div class="im">> I have /var/lib/mythtv/.asoundrc that looks like the below on my Debian<br>
> install<br>
><br>
> pcm.!default {<br>
> type hw<br>
> card 0<br>
> device 3<br>
> }<br>
><br>
> When I use mplayer, sounds comes through the TV with no problem. What do I<br>
> need to set for the Internal player to play sound through the HDMI?<br>
><br>
> I have gone into the frontend setup and changed ALSA:default to ALSA:hw:3.<br>
> Have I got that wrong?<br>
<br>
</div>If you read Allen's Digital Audio Howto (link posted in my last<br>
message, quoted above), you'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's<br>
(due to bit-rate problems). I changed it to the following (suggested,<br>
again, by Allen's Digital Audio Howto), configured mythtv as described<br>
in (have I said this enough times) Allen'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 "hdmi"<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 "hdmi"<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'll make the change to /etc/asound.conf to see what happens.</div>