> Ah, that's a nasty part of C const. It should be like > const struct snd_ice1712_card_info *c; > but for pointer-of-pointer, something like > struct snd_ice1712_card_info * const *tbl;
Well, that works. Andrew, I'm going to post an updated patch in separate email. Ralf - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

