[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <12c511ca0808251420r10957a7v423644003377a6ec@mail.gmail.com>
Date: Mon, 25 Aug 2008 14:20:07 -0700
From: "Tony Luck" <tony.luck@...il.com>
To: "Takashi Iwai" <tiwai@...e.de>
Cc: "Linus Torvalds" <torvalds@...ux-foundation.org>,
"Andrew Morton" <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: [GIT PULL] ALSA fixes for 2.6.27-rc4
On Mon, Aug 25, 2008 at 10:01 AM, Takashi Iwai <tiwai@...e.de> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists