Re: [GIT PULL] sound updates for 3.2-rc4

From: Linus Torvalds
Date: Mon Nov 28 2011 - 11:58:53 EST


On Mon, Nov 28, 2011 at 5:38 AM, Takashi Iwai <tiwai@xxxxxxx> wrote:
>
> This includes a few trivial fixes for ASoC, an sta32x coef setup fix,
> and a few HD-audio fixes (including the fix for MacBook Air).

Btw, that one seems to have a bug, just looking at the patch:

static const char * const cs420x_models[CS420X_MODELS] = {
[CS420X_MBP53] = "mbp53",
[CS420X_MBP55] = "mbp55",
[CS420X_IMAC27] = "imac27",
+ [CS420X_IMAC27] = "apple",
[CS420X_AUTO] = "auto",
};

Spot the error?

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