1
0
Fork 0

V4L/DVB (9630): Some boards need to specify tuner address

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
hifive-unleashed-5.1
Mauro Carvalho Chehab 2008-11-16 08:05:06 -03:00
parent 60245e858d
commit 66767920e3
2 changed files with 2 additions and 0 deletions

View File

@ -1765,6 +1765,7 @@ void em28xx_card_setup(struct em28xx *dev)
em28xx_set_model(dev);
dev->tuner_type = em28xx_boards[dev->model].tuner_type;
dev->tuner_addr = em28xx_boards[dev->model].tuner_addr;
/* request some modules */
switch (dev->model) {

View File

@ -288,6 +288,7 @@ struct em28xx_board {
char *name;
int vchannels;
int tuner_type;
int tuner_addr;
/* i2c flags */
unsigned int tda9887_conf;