Richard Samson wrote at Sunday, February 27, 2011 6:11 PM:
... I added a new entry in patch_hdmi.c to get sound working on my own 560 Ti card :
--- patch_hdmi.c 2011-02-15 22:29:51.000000000 +0100 +++ patch_hdmi_GTX-560Ti.c 2011-02-27 23:52:56.984613414 +0100
...
patch_nvhdmi_8ch_89 }, { .id = 0x10de0014, .name = "GPU 14 HDMI/DP", .patch = patch_nvhdmi_8ch_89 }, +{ .id = 0x10de0016, .name = "GPU 16 HDMI/DP", .patch = patch_nvhdmi_8ch_89 }, { .id = 0x10de0018, .name = "GPU 18 HDMI/DP", .patch =
...
Acked-By: Stephen Warren swarren@nvidia.com
Hmm. When I submitted that last patch, I think I looked at the wrong branch of our Windows drivers, and hence missed a couple IDs, and added a couple of IDs that won't be used. Once this is merged, I'll follow up with another patch to fix the other issues (or let me know if you just want me to provide a single patch with everything in it, Takashi).
Thanks Richard.