linux/drivers/media/video/zoran
Trent Piepho 45bdcefea2 V4L/DVB (10222): zoran: Better syntax for initializing array module params
When initializing a module parameter that is a per-card array, use
"{ [0 ... (BUZ_MAX-1)] = -1 }" instead of "{ -1, -1, -1, -1 }".  This way
all of the entries will be correctly set to -1 if someone changes BUZ_MAX
to a value other than 4.

Adjust some of the parameter help text too.

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-01-29 08:35:38 -02:00
..
Kconfig
Makefile
videocodec.c
videocodec.h
zoran_card.c V4L/DVB (10222): zoran: Better syntax for initializing array module params 2009-01-29 08:35:38 -02:00
zoran_card.h V4L/DVB (10212): Convert to be a pci driver 2009-01-29 08:35:37 -02:00
zoran_device.c
zoran_device.h
zoran_driver.c V4L/DVB (10212): Convert to be a pci driver 2009-01-29 08:35:37 -02:00
zoran_procfs.c
zoran_procfs.h
zoran.h
zr36016.c
zr36016.h
zr36050.c
zr36050.h
zr36057.h
zr36060.c
zr36060.h