NOTE: The Exact model number of the card onboard is unknown to me (SB0438). Not sure how I am to find this information either. For the time being, i have just used the same model as seems to be on the other (updated?) version of the motherboard.
Changelog: Add support for the MSI K8N Diamond Motherboard (version 1.0) onboard CA0106 soundcard.
--- ca0106_main.c 2008-06-18 04:24:05.000000000 +1000 +++ ca0106_main.c.wishie 2008-06-18 04:39:26.000000000 +1000 @@ -249,6 +249,10 @@ .name = "MSI K8N Diamond MB [SB0438]", .gpio_type = 2, .i2c_adc = 1 } , + { .serial = 0x10091102, + .name = "MSI K8N Diamond MB version 1.0 [SB0438]", + .gpio_type = 2, + .i2c_adc = 1 } , /* Shuttle XPC SD31P which has an onboard Creative Labs * Sound Blaster Live! 24-bit EAX * high-definition 7.1 audio processor".
Signed-off-by: Travis Place wishie@wishie.net