I bought the cheap Mini DisplayPort -> HDMI adpater for less than USD5 from Amazon.com.
http://www.amazon.com/gp/product/B002HU629E/ref=oss_product
The model which I get is Z08, which claim it can stream the audio through HDMI.
At first, I connected it to Samsung Plasma TV, and I can see pictures, but NO audio, usng OSX 10.6.4, and so disappointed. But wait, I also installed GNU/Linux Slackware64 13.1 in this MBP 15" Hires.
Here is the dmesg output...
$ dmesg | grep HDMI
HDMI hot plug event: Pin=5 Presence_Detect=1 ELD_Valid=0
HDMI hot plug event: Pin=5 Presence_Detect=1 ELD_Valid=0
HDMI hot plug event: Pin=5 Presence_Detect=1 ELD_Valid=1
HDMI: detected monitor SAMSUNG
at connection type HDMI
HDMI: available speakers: FL/FR
HDMI: supports coding type LPCM: channels = 2, rates = 44100 48000 88200, bits = 16 20
and how GNU/Linux's ALSA see the audio devices?
$ aplay -l | grep NVIDIA
card 1: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
card 1: NVidia [HDA NVidia], device 7: NVIDIA HDMI [NVIDIA HDMI]
card 1: NVidia [HDA NVidia], device 8: NVIDIA HDMI [NVIDIA HDMI]
card 1: NVidia [HDA NVidia], device 9: NVIDIA HDMI [NVIDIA HDMI]
Ooo.. there are 4 HDMI audio devices listed... so which one? Not need guess, just try them all 🙂
Ok, I am a 'hardcore' MPlayer user, and here how stream the sound through HDMI
$ mplayer -ao alsa:device=hw=1.7 movie.mkv
means: mplayer plays movie.mkv with sound streamed through alsa device= card1.device 7.
Previously, I tried 1.3, and no luck, so I tried 1.7 and, viola.... sound from the Plasma TV!!!. Yes, MBP HDMI audio stream IS WORKING, even with less USD 5 adapter.
BTW, if you dmesg using OSX 10.6.4, you will can see, OSX also can detect the HDMI audio out, but, at the same time, it also showing errors while initializing it.
So, others, do, post your dmesg output (related to the sound) here, and hope OSX developers can investigate this issue.
Thank you...