diff options
author | Andrew de Quincy <devnull@localhost> | 2004-12-02 10:54:07 +0000 |
---|---|---|
committer | Andrew de Quincy <devnull@localhost> | 2004-12-02 10:54:07 +0000 |
commit | 57953d13b62cc05a6ad68f83d08c799939a74f63 (patch) | |
tree | 51c796a39c0a211ba193c411c2ed13014d02c7e0 /linux/drivers/media/dvb/frontends/tda1004x.c | |
parent | 26a2e2f93573b9ce846c482853a7141322db40d3 (diff) | |
download | mediapointer-dvb-s2-57953d13b62cc05a6ad68f83d08c799939a74f63.tar.gz mediapointer-dvb-s2-57953d13b62cc05a6ad68f83d08c799939a74f63.tar.bz2 |
Forgot to include tune_settings for tda1004x
Diffstat (limited to 'linux/drivers/media/dvb/frontends/tda1004x.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/tda1004x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda1004x.c b/linux/drivers/media/dvb/frontends/tda1004x.c index 2bf71b167..5848378a6 100644 --- a/linux/drivers/media/dvb/frontends/tda1004x.c +++ b/linux/drivers/media/dvb/frontends/tda1004x.c @@ -1175,6 +1175,7 @@ static struct dvb_frontend_ops tda10045_ops = { .set_frontend = tda1004x_set_fe, .get_frontend = tda1004x_get_fe, + .get_tune_settings = tda1004x_get_tune_settings, .read_status = tda1004x_read_status, .read_ber = tda1004x_read_ber, |