From b6e0bc4cf1eebed71e6bd7f67bf1e3e7fc8764c6 Mon Sep 17 00:00:00 2001 From: Gerd Knorr Date: Wed, 20 Oct 2004 17:44:23 +0000 Subject: - switch over to "frontend refactored" cvs branch. --- linux/include/media/video-buf-dvb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linux/include/media/video-buf-dvb.h') 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; -- cgit v1.2.3