Skip to content

Commit

Permalink
V4L/DVB (9630): Some boards need to specify tuner address
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 60245e8 commit 6676792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/em28xx/em28xx-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 1 addition & 0 deletions drivers/media/video/em28xx/em28xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ struct em28xx_board {
char *name;
int vchannels;
int tuner_type;
int tuner_addr;

/* i2c flags */
unsigned int tda9887_conf;
Expand Down

0 comments on commit 6676792

Please sign in to comment.