<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.24.5">
</HEAD>
<BODY>
I am running this alsa<BR>
<BR>
ii&nbsp; alsa-base&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.0.19.dfsg-2 <BR>
<BR>
Regards,<BR>
Jongi<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<BR>
</TD>
</TR>
</TABLE>
<BR>
On Wed, 2009-04-01 at 15:06 -0700, John Andrunas wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
You likely need to update ALSA I believe 1.0.19 is the first version
that supported audio over HDMI for Nvidia, I have Asus M3-N78-Pro and
that is what I had to do.

On Wed, Apr 1, 2009 at 11:18 AM, Jongi &lt;<A HREF="mailto:jongitech@gmail.com">jongitech@gmail.com</A>&gt; wrote:
&gt; The Samsung is my Plasma TV. The Asus is my Motherboard. It has a
&gt; GeForce 8200 Video card and I am using the HDMI out on the motherboard
&gt; to connect to the plasma. The video is pretty goood I have to say. My
&gt; main issue is that the sound is not coming through the TV.
&gt;
&gt; I have the following for aplay -L
&gt;
&gt; front:CARD=NVidia,DEV=0
&gt; &nbsp; &nbsp;HDA NVidia, VT1708B Analog
&gt; &nbsp; &nbsp;Front speakers
&gt; surround40:CARD=NVidia,DEV=0
&gt; &nbsp; &nbsp;HDA NVidia, VT1708B Analog
&gt; &nbsp; &nbsp;4.0 Surround output to Front and Rear speakers
&gt; surround41:CARD=NVidia,DEV=0
&gt; &nbsp; &nbsp;HDA NVidia, VT1708B Analog
&gt; &nbsp; &nbsp;4.1 Surround output to Front, Rear and Subwoofer speakers
&gt; surround50:CARD=NVidia,DEV=0
&gt; &nbsp; &nbsp;HDA NVidia, VT1708B Analog
&gt; &nbsp; &nbsp;5.0 Surround output to Front, Center and Rear speakers
&gt; surround51:CARD=NVidia,DEV=0
&gt; &nbsp; &nbsp;HDA NVidia, VT1708B Analog
&gt; &nbsp; &nbsp;5.1 Surround output to Front, Center, Rear and Subwoofer speakers
&gt; surround71:CARD=NVidia,DEV=0
&gt; &nbsp; &nbsp;HDA NVidia, VT1708B Analog
&gt; &nbsp; &nbsp;7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
&gt; iec958:CARD=NVidia,DEV=0
&gt; &nbsp; &nbsp;HDA NVidia
&gt; &nbsp; &nbsp;IEC958 (S/PDIF) Digital Audio Output
&gt; null
&gt; &nbsp; &nbsp;Discard all samples (playback) or generate zero samples (capture)
&gt;
&gt;
&gt; aplay -l shows
&gt; mythtv-debian:~# cat aplay.txt
&gt; **** List of PLAYBACK Hardware Devices ****
&gt; card 0: NVidia [HDA NVidia], device 0: VT1708B Analog [VT1708B Analog]
&gt; &nbsp;Subdevices: 2/2
&gt; &nbsp;Subdevice #0: subdevice #0
&gt; &nbsp;Subdevice #1: subdevice #1
&gt; card 0: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
&gt; &nbsp;Subdevices: 1/1
&gt; &nbsp;Subdevice #0: subdevice #0
&gt;
&gt; I have even gone with a ~/.asoundrc for all users that looks like (and
&gt; this was the last step I treid to get it working)
&gt;
&gt; mythtv-debian:~#
&gt; cat .asoundrc
&gt; pcm.!default
&gt; {
&gt; &nbsp;type
&gt; plug
&gt; }
&gt;
&gt; pcm.analog {
&gt; type plug
&gt; slave.pcm &quot;analog-hw&quot;
&gt; }
&gt;
&gt; ctl.analog {
&gt; type hw
&gt; card 0
&gt; device 3
&gt; }
&gt;
&gt; pcm.mixed-analog {
&gt; type plug
&gt; slave.pcm &quot;dmix-analog&quot;
&gt; }
&gt;
&gt; ctl.mixed-analog {
&gt; type hw
&gt; card 0
&gt; device 3
&gt; }
&gt;
&gt; pcm.digital {
&gt; type plug
&gt; slave.pcm &quot;digital-hw&quot;
&gt; }
&gt;
&gt; ctl.digital {
&gt; type hw
&gt; card 0
&gt; device 3
&gt; }
&gt;
&gt; pcm.mixed-digital {
&gt; type plug
&gt; slave.pcm &quot;dmix-digital&quot;
&gt; }
&gt;
&gt; ctl.mixed-digital {
&gt; type hw
&gt; card 0
&gt; device 3
&gt; }
&gt;
&gt; pcm.analog-hw {
&gt; type hw
&gt; card 0
&gt; device 3
&gt; }
&gt;
&gt; ctl.analog-hw {
&gt; type hw
&gt; card 0
&gt; device 3
&gt; }
&gt;
&gt; pcm.digital-hw {
&gt; type hw
&gt; card 0
&gt; device 3
&gt; }
&gt;
&gt; ctl.digital-hw {
&gt; type hw
&gt; card 0
&gt; device 3
&gt; }
&gt;
&gt; pcm.dmix-analog {
&gt; type dmix
&gt; ipc_key 1234
&gt; slave {
&gt; &nbsp; pcm &quot;analog-hw&quot;
&gt; &nbsp; period_time 0
&gt; &nbsp; period_size 1024
&gt; &nbsp; buffer_size 4096
&gt; &nbsp; rate 48000
&gt; }
&gt; }
&gt;
&gt; ctl.dmix-analog {
&gt; type hw
&gt; card 0
&gt; device 3
&gt; }
&gt;
&gt; pcm.dmix-digital {
&gt; type dmix
&gt; ipc_key 1235
&gt; slave {
&gt; &nbsp; pcm &quot;digital-hw&quot;
&gt; &nbsp; period_time 0
&gt; &nbsp; period_size 1024
&gt; &nbsp; buffer_size 4096
&gt; &nbsp; rate 48000
&gt; }
&gt; }
&gt;
&gt; ctl.dmix-digital {
&gt; type hw
&gt; card 0
&gt; device 3
&gt; }
&gt;
&gt; This is on a Debian Lenny system that is still pretty much stable bar
&gt; for the kernel, alsa, nvidia (kernel-sources and related files), lirc
&gt; and gcc packages. These are the latest unstable versions while
&gt; everything else is still stable.
&gt;
&gt; Thanks in advance
&gt;
&gt; _______________________________________________
&gt; mythtv-users mailing list
&gt; <A HREF="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</A>
&gt; <A HREF="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</A>
&gt;



</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>