[alsa-devel] Commit 2a3fdf2e7bbeae557b4a1ee64c071ae4c3c561e5 makes unable to compile ca106 module
Here's a proper patch:
--- a/pci/ca0106/ca0106_main.c +++ b/pci/ca0106/ca0106_main.c @@ -249,11 +249,12 @@ static struct snd_ca0106_details ca0106_chip_details[] = { .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".
The comma was missing after .spi_dac line.
On Tue, 26 Aug 2008, Vedran Miletić wrote:
The comma was missing after .spi_dac line.
Thanks, it's fixed in alsa-project.org repos now.
Jaroslav
----- Jaroslav Kysela perex@perex.cz Linux Kernel Sound Maintainer ALSA Project, Red Hat, Inc.
participants (2)
-
Jaroslav Kysela
-
Vedran Miletić