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

From: Takashi Iwai
Date: Tue Aug 26 2008 - 01:23:53 EST


At Mon, 25 Aug 2008 14:20:07 -0700,
Tony Luck wrote:
>
> 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.

Yep, sorry, I propagated a wrong patch upward.
Will do a pull-request of the fixed patch soon.


thanks,

Takashi
--
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/