Chameleon

Chameleon Commit Details

Date:2011-06-09 20:38:00 (12 years 10 months ago)
Author:Cosmosis Jones
Commit:1002
Parents: 1001
Message:can't do this for all need a better solution
Changes:
M/trunk/i386/libsaio/nvidia.c

File differences

trunk/i386/libsaio/nvidia.c
13731373
13741374
13751375
1376
1377
1376
1377
13781378
13791379
13801380
//add HDMI Audio back to nvidia
//http://forge.voodooprojects.org/p/chameleon/issues/67/
uint8_t connector_type_1[]= {0x00, 0x08, 0x00, 0x00};
devprop_add_value(device, "@1,connector-type",connector_type_1, 4);
// uint8_t connector_type_1[]= {0x00, 0x08, 0x00, 0x00};
// devprop_add_value(device, "@1,connector-type",connector_type_1, 4);
//end Nvidia HDMI Audio
if (getBoolForKey(kVBIOS, &doit, &bootInfo->bootConfig) && doit) {

Archive Download the corresponding diff file

Revision: 1002