Re: [GIT PULL] ALSA fixes for 2.6.27-rc4

From: Tony Luck
Date: Mon Aug 25 2008 - 17:20:23 EST


On Mon, Aug 25, 2008 at 10:01 AM, Takashi Iwai <tiwai@xxxxxxx> wrote:
> --- a/sound/pci/ca0106/ca0106_main.c
> +++ b/sound/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 }

Missing "," on this line is causing build failure here.

-Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/