diff options
author | Gerd Knorr <devnull@localhost> | 2004-10-20 17:44:23 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-10-20 17:44:23 +0000 |
commit | b6e0bc4cf1eebed71e6bd7f67bf1e3e7fc8764c6 (patch) | |
tree | 2b92afaa3a49e0128448dd73bbc3099febb15b26 /linux/include | |
parent | 0ccd772fd27e5b6ddb7a5cabe182b5c4128d3dc3 (diff) | |
download | mediapointer-dvb-s2-b6e0bc4cf1eebed71e6bd7f67bf1e3e7fc8764c6.tar.gz mediapointer-dvb-s2-b6e0bc4cf1eebed71e6bd7f67bf1e3e7fc8764c6.tar.bz2 |
- switch over to "frontend refactored" cvs branch.
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/media/video-buf-dvb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/include/media/video-buf-dvb.h b/linux/include/media/video-buf-dvb.h index 040e97b39..40383d2e0 100644 --- a/linux/include/media/video-buf-dvb.h +++ b/linux/include/media/video-buf-dvb.h @@ -6,8 +6,8 @@ struct videobuf_dvb { /* filling that the job of the driver */ - struct dvb_adapter *adapter; char *name; + struct dvb_frontend *frontend; struct videobuf_queue dvbq; void *priv; @@ -17,6 +17,7 @@ struct videobuf_dvb { int nfeeds; /* videobuf_dvb_(un)register manges this */ + struct dvb_adapter *adapter; struct dvb_demux demux; struct dmxdev dmxdev; struct dmx_frontend fe_hw; |