From f9baa931e2c4bc43371addc9b654afa06ae325a0 Mon Sep 17 00:00:00 2001 From: Michael Hunold Date: Sat, 4 Jan 2003 18:00:25 +0000 Subject: Some more changes... (but we're stabilizing...) 2.5.x: - exchanged the Kconfig files for "ttpci" and "ttpci-budget" - removed the "SAA7146 based" from the card descriptions, but put it to the remark some lines above saa7146: - simplified the probe(), attach(), detach() logic, since all dvb devices can be identified by their subvendor/subdevice ids av7110: - added two wait_for_debi_done() calls in gpioirq(). (All other IER_ENABLE() calls are preceded by wait_for_debi_done()) budget: - budget.c has been split up into budget.c and budget-av.c. The latter is for budget cards with analog video (av) inputs. Definitions are now in budget.h. budget.c exports various functions that are used by budget-av.c, too. The av code is currently missing, though, and needs to be added. unsorted: - various c99 initializer cleanups --- linux/drivers/media/video/mxb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/drivers/media/video/mxb.c') diff --git a/linux/drivers/media/video/mxb.c b/linux/drivers/media/video/mxb.c index 2c25aa644..6fff101af 100644 --- a/linux/drivers/media/video/mxb.c +++ b/linux/drivers/media/video/mxb.c @@ -469,7 +469,7 @@ void mxb_irq_bh(struct saa7146_dev* dev, u32* irq_mask) */ /* this function only gets called when the probing was successful */ -static int mxb_attach(struct saa7146_dev* dev) +static int mxb_attach(struct saa7146_dev* dev, struct saa7146_sub_info *info) { struct mxb* mxb = (struct mxb*)dev->ext_priv; -- cgit v1.2.3