From e91d096ac2abd65339d6310d7f1b39ff72909c26 Mon Sep 17 00:00:00 2001 From: Andrew de Quincy Date: Fri, 12 Mar 2004 10:54:44 +0000 Subject: Increased to a more suitable min_delay for tda1004x --- linux/drivers/media/dvb/frontends/tda1004x.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'linux/drivers') diff --git a/linux/drivers/media/dvb/frontends/tda1004x.c b/linux/drivers/media/dvb/frontends/tda1004x.c index da5614058..8c29d7fc7 100644 --- a/linux/drivers/media/dvb/frontends/tda1004x.c +++ b/linux/drivers/media/dvb/frontends/tda1004x.c @@ -1340,6 +1340,15 @@ static int tda1004x_ioctl(struct dvb_frontend *fe, unsigned int cmd, void *arg) tda_state->initialised = 1; return status; + case FE_GET_TUNE_SETTINGS: + { + struct dvb_frontend_tune_settings* fesettings = (struct dvb_frontend_tune_settings*) arg; + fesettings->min_delay_ms = 100; + fesettings->step_size = 166667; + fesettings->max_drift = 166667*2; + return 0; + } + default: return -EOPNOTSUPP; } -- cgit v1.2.3