Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21645
b: refs/heads/master
c: cce91e3
h: refs/heads/master
i:
  21643: 99ad533
v: v3
  • Loading branch information
Markus Rechberger authored and Mauro Carvalho Chehab committed Feb 27, 2006
1 parent d4cee86 commit edcecc1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0004fd59d57a5875db8897966c414a88b5dad481
refs/heads/master: cce91e36d74be635abb99aa1dc74951e11be8aea
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/em28xx/em28xx-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ struct em28xx_board em28xx_boards[] = {
.vchannels = 3,
.norm = VIDEO_MODE_PAL,
.tda9887_conf = TDA9887_PRESENT,
.tuner_type = TUNER_XCEIVE_XC3028,
.has_tuner = 1,
.tuner_type = TUNER_XCEIVE_XC3028,
.decoder = EM28XX_TVP5150,
.input = {{
.type = EM28XX_VMUX_COMPOSITE1,
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/video/em28xx/em28xx-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ static int em28xx_set_tuner(int check_eeprom, struct i2c_client *client)
tun_setup.mode_mask = T_ANALOG_TV | T_RADIO;
tun_setup.type = dev->tuner_type;
tun_setup.addr = dev->tuner_addr;

em28xx_i2c_call_clients(dev, TUNER_SET_TYPE_ADDR, &tun_setup);
}

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/video/tuner-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ static void set_type(struct i2c_client *c, unsigned int type,
}

t->type = type;

switch (t->type) {
case TUNER_MT2032:
microtune_init(c);
Expand Down

0 comments on commit edcecc1

Please sign in to comment.