At Thu, 16 Oct 2008 08:15:20 +1100, Blacky (alsa-devel) wrote:
Hi List Members,
Subject: Re: [alsa-devel] Status of HDMI on Nvidia 10de:0774 device (AsusM3N-H HDMI
patches for nvhdmi. (By latest, I just checked them from CVS today, they seem
Do you mean git? We have no more CVS.
I stand corrected :-)
It's the PCI ID of the HD-audio *controller*. The audio codecs aren't listed there. And, yes, this controller is supported.
Takashi
Thank you for confirming that. I have had no luck getting sound from HDMI as yet.
The short of it is, 'aplay -Dhdmi' attempts to open the device '/dev/snd/pcmC0D3p', which doesn't exists. The reporting tools show the HDMI as being /dev/snd/pcmC0D4p..
OK, it's a bug in Nvidia HDMI patch. Fixed now on sound.git tree.
The (very) long follows....
I used git pull to make sure my tree was the absolute "latest".. What is the git command to show be the build number? I used 'git log' which produced output starting with:
commit dbae2ea3627142cb382e6f5a2a7ade02a8502a09 Author: Takashi Iwai tiwai@suse.de Date: Fri Sep 26 12:27:38 2008 +0200
You should check my sound.git tree to get the very latest version. git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
The master branch is for the currently developed kernel, i.e. 2.6.28. The devel branch is for the previous one, 2.6.27. For tracking the development, just check one of them.
The real patches are usually committed into topic branches like topic/hda. These are merged into appropriate branches.
Takashi