summaryrefslogtreecommitdiff
path: root/v4l/or51132.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-07-15 20:37:50 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-07-15 20:37:50 +0000
commitc3a91da831ec27aeade07db0e0e8700e6207c7cb (patch)
tree909363ed3bd7ffec1cf8c5af37f7e5e1be9393f2 /v4l/or51132.h
parenta8c58c30dad76eafb34d48937934d5f9793f885f (diff)
downloadmediapointer-dvb-s2-c3a91da831ec27aeade07db0e0e8700e6207c7cb.tar.gz
mediapointer-dvb-s2-c3a91da831ec27aeade07db0e0e8700e6207c7cb.tar.bz2
DVB Stuff removed. Makefile now doesn't need it also.
compat.h changed to reflect latest API change. Included a script to make ChangeLog Generation easier. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l/or51132.h')
-rw-r--r--v4l/or51132.h50
1 files changed, 0 insertions, 50 deletions
diff --git a/v4l/or51132.h b/v4l/or51132.h
deleted file mode 100644
index 9450bd568..000000000
--- a/v4l/or51132.h
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- * $Id: or51132.h,v 1.5 2005/06/12 04:19:19 mchehab Exp $
- *
- * Support for OR51132 (pcHDTV HD-3000) - VSB/QAM
- *
- * Copyright (C) 2005 Kirk Lapray <kirk_lapray@bigfoot.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
-*/
-
-#ifndef OR51132_H
-#define OR51132_H
-
-#include <linux/firmware.h>
-#include <linux/dvb/frontend.h>
-
-struct or51132_config
-{
- /* The demodulator's i2c address */
- u8 demod_address;
- u8 pll_address;
- struct dvb_pll_desc *pll_desc;
-
- /* Need to set device param for start_dma */
- int (*set_ts_params)(struct dvb_frontend* fe, int is_punctured);
-};
-
-extern struct dvb_frontend* or51132_attach(const struct or51132_config* config,
- struct i2c_adapter* i2c);
-
-#endif // OR51132_H
-
-/*
- * Local variables:
- * c-basic-offset: 8
- * End:
- */