diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:25:22 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:25:22 -0500 |
commit | 4302c15ea237a649780894e263125fcd8c548998 (patch) | |
tree | ccddac5c9a79e7adc16ea238392b4dc55c8998fb /drivers/media/dvb/frontends/lgdt330x.c | |
parent | 0144f31466f0b7f1a8b21b470bfeb93c174a2006 (diff) |
V4L/DVB (3145): syncronizes some changes between v4l and dvb
- digitv_ctrl_msg() if (wo) test is reversed. fixed.
- usb timeout is in Hz, not in jiffies.
- NULL replaced by 0 to be coherent.
- removed uneeded headers.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/dvb/frontends/lgdt330x.c')
-rw-r--r-- | drivers/media/dvb/frontends/lgdt330x.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/lgdt330x.c b/drivers/media/dvb/frontends/lgdt330x.c index cb5301865d07..56fcb9e97b57 100644 --- a/drivers/media/dvb/frontends/lgdt330x.c +++ b/drivers/media/dvb/frontends/lgdt330x.c | |||
@@ -402,6 +402,8 @@ static int lgdt330x_set_parameters(struct dvb_frontend* fe, | |||
402 | state->config->pll_set(fe, param); | 402 | state->config->pll_set(fe, param); |
403 | 403 | ||
404 | /* Keep track of the new frequency */ | 404 | /* Keep track of the new frequency */ |
405 | /* FIXME this is the wrong way to do this... */ | ||
406 | /* The tuner is shared with the video4linux analog API */ | ||
405 | state->current_frequency = param->frequency; | 407 | state->current_frequency = param->frequency; |
406 | 408 | ||
407 | lgdt330x_SwReset(state); | 409 | lgdt330x_SwReset(state); |