Skip to content

Commit

Permalink
V4L/DVB (9522): Increase number of SAA7134 devices supported in a system
Browse files Browse the repository at this point in the history
The SAA7134 device driver currently only supports 8 such devices in a
system. This is too small for many surveillance applications. This
patch increases the number to 32.

Signed-off-by: Alan McIvor <alan.mcivor@reveal.co.nz>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Alan McIvor authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent af128a1 commit 9be4daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/saa7134/saa7134.h
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ struct saa7134_format {
#define SAA7134_BOARD_ADS_INSTANT_HDTV_PCI 151
#define SAA7134_BOARD_ASUSTeK_TIGER 152

#define SAA7134_MAXBOARDS 8
#define SAA7134_MAXBOARDS 32
#define SAA7134_INPUT_MAX 8

/* ----------------------------------------------------------- */
Expand Down

0 comments on commit 9be4daa

Please sign in to comment.