Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44135
b: refs/heads/master
c: d8159a3
h: refs/heads/master
i:
  44133: c90b992
  44131: 96b2153
  44127: e63348e
v: v3
  • Loading branch information
Thierry MERLE authored and Mauro Carvalho Chehab committed Dec 10, 2006
1 parent 73df07f commit ac75c73
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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: 483deb0f2b38060c1f2de216c09f05b1869b0d52
refs/heads/master: d8159a3684007e0ded915cb7465c9534a2650c53
1 change: 1 addition & 0 deletions trunk/drivers/media/video/tuner-types.c
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@ static struct tuner_params tuner_microtune_4049_fm5_params[] = {
.has_tda9887 = 1,
.port1_invert_for_secam_lc = 1,
.default_pll_gating_18 = 1,
.fm_gain_normal=1,
},
};

Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/media/video/usbvision/usbvision-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2585,14 +2585,12 @@ static int attach_inform(struct i2c_client *client)
case 0x4b:
{
struct tuner_setup tun_setup;
unsigned int tda9887_conf = TDA9887_GAIN_NORMAL;

tun_setup.mode_mask = T_ANALOG_TV | T_RADIO;
tun_setup.type = TUNER_TDA9887;
tun_setup.addr = client->addr;

call_i2c_clients(usbvision, TUNER_SET_TYPE_ADDR, &tun_setup);
call_i2c_clients(usbvision,TDA9887_SET_CONFIG, &tda9887_conf);

break;
}
Expand Down

0 comments on commit ac75c73

Please sign in to comment.