Previously i posted a patch for a new ssid for the onboard ca0106 on the K8N Diamond motherboard. Now, it is apparently really called a 'K8N Diamond PLUS', and also requires the gpio_type to be changed too. Attached is a patch for this. Changelog: Correct a previous patch for the ca0106 onboard the MSI K8N Diamond PLUS motherboard. Confirmed to have Line/Mic/Aux working for input, and sound output working as expected. Signed-off-by: Travis Place <wishie@xxxxxxxxxx>
--- ca0106_main.c 2008-08-25 05:31:47.000000000 +1000 +++ ca0106_main.c.fixed 2008-08-25 05:33:34.000000000 +1000 @@ -249,11 +249,12 @@ .name = "MSI K8N Diamond MB [SB0438]", .gpio_type = 2, .i2c_adc = 1 } , - /* Another MSI K8N Diamond MB, which has apprently a different SSID */ + /* MSI K8N Diamond PLUS MB */ { .serial = 0x10091102, .name = "MSI K8N Diamond MB", .gpio_type = 2, - .i2c_adc = 1 } , + .i2c_adc = 1, + .spi_dac = 2 } /* Shuttle XPC SD31P which has an onboard Creative Labs * Sound Blaster Live! 24-bit EAX * high-definition 7.1 audio processor".
_______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel