Re: [Patch 02/20] V4L (930) Alsa fixes and improvements

From: Lee Revell
Date: Thu Nov 10 2005 - 16:01:35 EST


On Thu, 2005-11-10 at 18:50 -0200, mchehab@xxxxxxxxxxxxxx wrote:
> - struct saa7134_dev *dev = (struct saa7134_dev*) dev_id;
> + snd_card_saa7134_t *saa7134 = dev_id;
> + struct saa7134_dev *dev = saa7134->saadev;

Don't use typedefs for stucts. Yes, it's all over the place in ALSA,
but this will be changed very soon.

Lee

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